aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
AgeCommit message (Expand)Author
2011-06-06GRAPHICS: Move genLocalizedFontFilename() to FontManager classThierry Crozat
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07GUI: Allow .zip files with case differing from ".zip" as theme files too.Johannes Schickel
2011-05-05GUI: Clean up localized font filename generation.Johannes Schickel
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-26GUI: Fix warning on systems where char is unsignedMax Horn
2011-04-24GUI: Add basic validity check to ThemeEngine::themeConfigParseHeader (workaro...Littleboy
2011-04-17GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte d...Johannes Schickel
2011-04-03GUI: ThemeEngine.cpp/.h formatting fixes.Johannes Schickel
2011-02-25Revert "GUI: Properly clear the screen buffer"dhewg
2011-02-24GUI: Fix two-step renderingdhewg
2011-02-24GUI: Properly clear the screen bufferdhewg
2011-02-14GUI: Update cursor palette handling for RGBA->RGB change.Johannes Schickel
2010-11-30I18N: Don't build TranslationManager when translation is disabled.Jordi Vilalta Prat
2010-11-15GUI: Fix bug in ThemeEngine::addFont related to localized fontsMax Horn
2010-11-15GUI: Tweak ThemeEngine methods to use Common::String params & const qualifierMax Horn
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-28GUI: Replace GUI_ENABLE_BUILTIN_THEME by DISABLE_GUI_BUILTIN_THEMEMax Horn
2010-09-25GUI: Partial fix to bug #3075649 Fonts not found with buit-in themeThierry Crozat
2010-09-14GUI: Remove dead code.Johannes Schickel
2010-09-12i18n: Add lowres context in a few places.Thierry Crozat
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-20GUI: fix crash when localized font could not be foundThierry Crozat
2010-08-01GUI: Fix loading BDF fonts from theme archives.Johannes Schickel
2010-07-24GUI: Fix overdrawn tabsEugene Sandulenko
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-19GUI: Enhance ThemeEngine to find theme .zip files using SearchManMax Horn
2010-06-29enable reading ZIP archives even without USE_ZLIBRobert Špalek
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
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: makeZip...Max Horn
2009-12-15GUI: Shorten button labels if too long, and improve the shortening logicMax Horn
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-09Remove some unused variablesMax 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-30Properly detect the transparent color on lossy pixel formats (like ARGB3444)Andre Heider
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
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-09Fix for bug #2834250 "GUI: Incorrect behavior of sliders".Johannes Schickel
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-15Fix ugly spacing between tabs in classic theme (as reported by sunmax on -dev...Johannes Schickel