aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.h
AgeCommit message (Collapse)Author
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
svn-id: r35481
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with ↵Max Horn
GUI::ThemeEngine::TextAlignVertical svn-id: r35023
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
Massive cleanup. svn-id: r34983
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to ↵Johannes Schickel
strip functionallity in theme renderer uneeded by small devices. svn-id: r34864
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also ↵Max Horn
fixed some typos svn-id: r34781
2008-09-07Misc performance fixes.Vicent Marti
svn-id: r34398
2008-09-05Fixing some compiler warningsMax Horn
svn-id: r34341
2008-09-01Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is ↵Max Horn
hand-optimized asm or even a compiler built-in and *way* faster than any C code you could roll yourself -- it's way faster on my system, too) svn-id: r34238
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti
svn-id: r34226