aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
AgeCommit message (Expand)Author
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko
2012-03-19GUI: Add per-engine and per-game optionsFilippos Karapetis
2012-01-29GRAPHICS/GUI: Implement kerning support for Font.Johannes Schickel
2012-01-29GUI: Add support for loading TTF files with ISO-8859-1 charset.Johannes Schickel
2012-01-07GUI: Rework how the default localized font is managed.Johannes Schickel
2012-01-06GUI: Slight cleanup for font/image loading.Johannes Schickel
2012-01-06GRAPHICS: Rework BDF font code.Johannes Schickel
2011-12-26SCUMM: Add a difficulty selection dialog for Loom FM-Towns.Johannes Schickel
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
2011-10-25GUI: Added clear button to pathsEugene Sandulenko
2011-10-24GUI: Added icon to clear button. Reverted PNG supportEugene Sandulenko
2011-06-06GRAPHICS: Move genLocalizedFontFilename() to FontManager classThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-03GUI: ThemeEngine.cpp/.h formatting fixes.Johannes Schickel
2011-03-01GUI: Increment theme version.Johannes Schickel
2011-02-24GUI: Fix two-step renderingdhewg
2011-02-14GUI: Update cursor palette handling for RGBA->RGB change.Johannes Schickel
2010-11-15GUI: Tweak ThemeEngine methods to use Common::String params & const qualifierMax Horn
2010-11-05COMMON/GUI/SCI: Changes to the EGA dithering checkboxFilippos Karapetis
2010-11-05SCUMMVM: Bumped theme version to 0.81.Filippos Karapetis
2010-09-14GUI: Remove dead code.Johannes Schickel
2010-09-12i18n: Add lowres context in a few places.Thierry Crozat
2010-08-01GUI: Fix loading BDF fonts from theme archives.Johannes Schickel
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-07-19GUI: Enhance ThemeEngine to find theme .zip files using SearchManMax Horn
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-15GUI: Implement tooltips. FR #2821513.Eugene Sandulenko
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe...Johannes Schickel
2009-08-11Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,...Travis Howell
2009-08-10Made font color configuration independend from font style configuration.Johannes Schickel
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15For a smoother user experience, use different colors for inverted text of the...Johannes Schickel
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-06-28GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDraw...Max Horn
2009-06-20renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLORJody Northup
2009-06-13Fixed cursor code to keep track of cursor formats so that ThemeEngine and/or ...Jody Northup
2009-06-06GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add mor...Max Horn
2009-06-06Bump theme version to 0.5 due to number of recent changes.Eugene Sandulenko
2009-06-06Add to launcher not yet functional search widget.Eugene Sandulenko
2009-06-06Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".Eugene Sandulenko
2009-06-06Implement widget property "textalign". Added it to all theme layoutsEugene Sandulenko