aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
AgeCommit message (Expand)Author
2012-08-12Merge pull request #260 from lordhoto/new-chooser.Johannes Schickel
2012-08-09GRAPHICS: Add a DPI parameter to loadTTFFont.Johannes Schickel
2012-06-29GUI: Allow the user to switch between list and thumbnail based load chooser.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko
2012-03-20GRAPHICS: Rewrite ImageDecoder to have an improved APIMatthew Hoops
2012-02-03GUI: Put bitmap items in the on-screen draw queue when doing buffering.Johannes Schickel
2012-01-29GUI: Fix compilation with --disable-translation.Johannes Schickel
2012-01-29GUI: Fix anti-aliased font drawing of checkbox/radio button texts.Johannes Schickel
2012-01-29GRAPHICS/GUI: Implement charset mapping for TTF fonts.Johannes Schickel
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-07GUI: Simplify font loading a bit more.Johannes Schickel
2012-01-06GUI: Do an case-insensitive filename comparison.Johannes Schickel
2012-01-06GUI: Slight cleanup for font/image loading.Johannes Schickel
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
2011-10-24GUI: Added icon to clear button. Reverted PNG supportEugene Sandulenko
2011-10-23GUI: Replaced search icon with a better looking one.Eugene Sandulenko
2011-10-23GUI: Add support for PNG images in themesEugene Sandulenko
2011-10-19GUI: Added debug ouput for determining loaded themeEugene Sandulenko
2011-10-18BADA: Misc changes merged from appstore releaseChris Warren-Smith
2011-07-01GRAPHICS: Rename NewFont to BdfFont.Johannes Schickel
2011-07-01GRAPHICS: Move NewFont code to a separate file.Johannes Schickel
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