aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.cpp
AgeCommit message (Expand)Author
2009-03-11Fixed bug #2619802 (Game name overwrites scroll bar).Vicent Marti
2009-02-18Honour alpha bits in applyScreenShading() (used in "add game", "edit game" an...Joost Peters
2009-02-17Fixed bug #2609755 (GUI memory corruption).Vicent Marti
2009-02-16Change formatting to match our code guidelines.Johannes Schickel
2009-02-16Cleanup.Johannes Schickel
2009-02-16Removed obsolete FIXME.Johannes Schickel
2009-02-16Fixed VectorRenderSpec for no fancy theme!Lars Persson
2009-02-13GUI: Fixed long-standing bug in calcGradient (gradients look a bit better now)Max Horn
2009-02-13cleanupMax Horn
2009-02-13Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...Max Horn
2009-02-12GUI renderer: some cleanup; added comment on sqrt implementation (on my syste...Max Horn
2009-02-01Silenced MSVC warning (MSVC is being silly here...)Filippos Karapetis
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
2009-01-30Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...Max Horn
2009-01-30Removed unused area convolution code from VectorRendererMax Horn
2009-01-26error out when no renderer was created due to unknown/unsupported PixelFormatJoost Peters
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2008-12-26Fix for the SliderWidget glitch when showing very small values (and potential...Jordi Vilalta Prat
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-22Fix the rendering of stroked tabsJordi Vilalta Prat
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-10-29Enable gui renderer for all bit depths we support currently.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-09Fixed small graphical glitch in Classic theme tabs.Vicent Marti
2008-09-20Bugfix: Graphical glitch when drawing beveled squares (classic theme).Vicent Marti
2008-09-20- Reverted circle drawing algorithm.Vicent Marti
2008-09-20Fixed warnings.Johannes Schickel
2008-09-19Unrolled a loop.Vicent Marti
2008-09-10Fixed bottleneck: Screen dimming.Vicent Marti
2008-09-07Misc performance fixes.Vicent Marti
2008-09-05Fixed severe bottleneck in the XML Parser code.Vicent Marti
2008-09-05Fixing a typo :)Max Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-09-01Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is hand-...Max Horn
2008-08-31Split VectorRenderer interface from custom vector renderers.Vicent Marti