Age | Commit message (Expand) | Author |
2013-08-16 | GRAPHICS: Add support for Soft Shadows with rounded squares | Narek Mailian |
2013-08-16 | GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) | Narek Mailian |
2013-08-03 | GRAPHICS: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | GRAPHICS: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2011-12-10 | GUI: Move _gradientBytes to VectorRendererSpec | Eugene Sandulenko |
2011-12-07 | GUI: Improved pop up and scrollbar arrows look | MaximRussia |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-06-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw... | Max Horn |
2009-02-17 | Remove VECTOR_RENDERER_FORMAT check and related documentation. | Johannes Schickel |
2009-02-13 | Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,... | Max Horn |
2009-01-30 | Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():... | Max Horn |
2009-01-30 | Removed unused area convolution code from VectorRenderer | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | 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-11-04 | Reordered initialization lists to kill a ton of warnings. | Nicola Mettifogo |
2008-10-29 | Typo. | Johannes Schickel |
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-12 | Fix some in-line doxygen comments to document the correct member(s); also fix... | Max Horn |
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | Vicent Marti |
2008-08-31 | Split VectorRenderer interface from custom vector renderers. | Vicent Marti |
2008-08-15 | Tons of misc. GFX fixes. | Vicent Marti |
2008-08-14 | Added Classic Theme - WIP (yes, it's working). | Vicent Marti |
2008-08-10 | Bugfix: Selection background too short when scrollbar not present. | Vicent Marti |
2008-08-10 | Bugfix: Several text-drawing issues. | Vicent Marti |
2008-08-09 | Added support for image loading/blitting. | Vicent Marti |
2008-08-08 | SCUMM save/load dialog. | Vicent Marti |
2008-08-04 | Theme layout parsing. Work in progress. | Vicent Marti |
2008-08-02 | Added basic support for inner shadows. | Vicent Marti |
2008-08-02 | Screen/dialog dimming. | Vicent Marti |
2008-08-02 | Improved looks on the Modern theme in the new GUI. | Vicent Marti |
2008-08-01 | Replicating the trunk GUI theme. WIP. | Vicent Marti |
2008-07-26 | Convolution filters for the vector renderer. Pretty cool. | Vicent Marti |
2008-07-25 | Fixed triangle drawing. A bit. | Vicent Marti |
2008-07-23 | Improved text handling. | Vicent Marti |
2008-07-23 | Font rendering overhaul. Work in progress. | Vicent Marti |
2008-07-21 | Bugfix: Rounded squares at low resolutions were not drawn. | Vicent Marti |
2008-07-21 | Valgrind fix: Invalid read/write while restoring background | Vicent Marti |
2008-07-20 | Rendering pipeline. Broken WIP. | Vicent Marti |
2008-07-17 | Finished tabs drawing. | Vicent Marti |
2008-07-15 | Tab widget / tab drawing for the renderer. Improved text handling. | Vicent Marti |
2008-07-15 | More widgets. | Vicent Marti |
2008-07-13 | Improved support for graphics positioning. | Vicent Marti |
2008-07-12 | - Better support for relative positions in Vector Renderer. | Vicent Marti |
2008-07-10 | Support for Vertical text alignement. | Vicent Marti |
2008-07-10 | Bugfix: Delayed loading of fonts | Vicent Marti |