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