Age | Commit message (Expand) | Author |
2011-10-24 | GUI: Added icon to clear button. Reverted PNG support | Eugene Sandulenko |
2011-06-06 | GRAPHICS: Move genLocalizedFontFilename() to FontManager class | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-03 | GUI: ThemeEngine.cpp/.h formatting fixes. | Johannes Schickel |
2011-03-01 | GUI: Increment theme version. | Johannes Schickel |
2011-02-24 | GUI: Fix two-step rendering | dhewg |
2011-02-14 | GUI: Update cursor palette handling for RGBA->RGB change. | Johannes Schickel |
2010-11-15 | GUI: Tweak ThemeEngine methods to use Common::String params & const qualifier | Max Horn |
2010-11-05 | COMMON/GUI/SCI: Changes to the EGA dithering checkbox | Filippos Karapetis |
2010-11-05 | SCUMMVM: Bumped theme version to 0.81. | Filippos Karapetis |
2010-09-14 | GUI: Remove dead code. | Johannes Schickel |
2010-09-12 | i18n: Add lowres context in a few places. | Thierry Crozat |
2010-08-01 | GUI: Fix loading BDF fonts from theme archives. | Johannes Schickel |
2010-07-23 | GUI: Fix tooltip drawing | Eugene Sandulenko |
2010-07-19 | GUI: Enhance ThemeEngine to find theme .zip files using SearchMan | Max Horn |
2010-06-28 | i18n: Add support for locale-dependent fonts | Eugene Sandulenko |
2010-06-15 | GUI: Implement tooltips. FR #2821513. | Eugene Sandulenko |
2010-06-15 | GUI: Implement radiobuttons. | Eugene Sandulenko |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-20 | Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe... | Johannes Schickel |
2009-08-11 | Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,... | Travis Howell |
2009-08-10 | Made font color configuration independend from font style configuration. | Johannes Schickel |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-22 | Fix bug #2825252: "GUI: Low Res Bugs" | Eugene Sandulenko |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | For a smoother user experience, use different colors for inverted text of the... | Johannes Schickel |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-06-28 | GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw... | Max Horn |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-13 | Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ... | Jody Northup |
2009-06-06 | GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add mor... | Max Horn |
2009-06-06 | Bump theme version to 0.5 due to number of recent changes. | Eugene Sandulenko |
2009-06-06 | Add to launcher not yet functional search widget. | Eugene Sandulenko |
2009-06-06 | Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". | Eugene Sandulenko |
2009-06-06 | Implement widget property "textalign". Added it to all theme layouts | Eugene Sandulenko |
2009-04-09 | GUI: Rewrote the dirty rect handling code. Previously it was possible that th... | Max Horn |
2009-02-07 | Third attemp at fixing release-critical #2472185. Also fixes regression repor... | Vicent Marti |
2009-01-22 | Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when to... | Max Horn |
2009-01-18 | Updated theme version to 0.4 | Max Horn |
2009-01-18 | GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T... | Max Horn |
2009-01-18 | GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some d... | Max Horn |
2009-01-17 | Merged gui/ThemeData.cpp into ThemeEngine.cpp | Max Horn |
2009-01-17 | Removed unused & incomplete widget caching code | Max Horn |
2009-01-14 | Use the current palette size for the theme mouse cursor instead of using the ... | Jordi Vilalta Prat |
2009-01-03 | - Prevented full theme search when "builtin" theme was specified | Johannes Schickel |