Age | Commit message (Expand) | Author |
2011-10-19 | GUI: Added debug ouput for determining loaded theme | Eugene Sandulenko |
2011-10-18 | BADA: Misc changes merged from appstore release | Chris Warren-Smith |
2011-07-01 | GRAPHICS: Rename NewFont to BdfFont. | Johannes Schickel |
2011-07-01 | GRAPHICS: Move NewFont code to a separate file. | Johannes Schickel |
2011-06-06 | GRAPHICS: Move genLocalizedFontFilename() to FontManager class | Thierry Crozat |
2011-06-04 | COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-07 | GUI: Allow .zip files with case differing from ".zip" as theme files too. | Johannes Schickel |
2011-05-05 | GUI: Clean up localized font filename generation. | Johannes Schickel |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-26 | GUI: Fix warning on systems where char is unsigned | Max Horn |
2011-04-24 | GUI: Add basic validity check to ThemeEngine::themeConfigParseHeader (workaro... | Littleboy |
2011-04-17 | GUI: Prefer Surface::create taking a PixelFormat over the one taking a byte d... | Johannes Schickel |
2011-04-03 | GUI: ThemeEngine.cpp/.h formatting fixes. | Johannes Schickel |
2011-02-25 | Revert "GUI: Properly clear the screen buffer" | dhewg |
2011-02-24 | GUI: Fix two-step rendering | dhewg |
2011-02-24 | GUI: Properly clear the screen buffer | dhewg |
2011-02-14 | GUI: Update cursor palette handling for RGBA->RGB change. | Johannes Schickel |
2010-11-30 | I18N: Don't build TranslationManager when translation is disabled. | Jordi Vilalta Prat |
2010-11-15 | GUI: Fix bug in ThemeEngine::addFont related to localized fonts | Max Horn |
2010-11-15 | GUI: Tweak ThemeEngine methods to use Common::String params & const qualifier | Max Horn |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-09-28 | GUI: Replace GUI_ENABLE_BUILTIN_THEME by DISABLE_GUI_BUILTIN_THEME | Max Horn |
2010-09-25 | GUI: Partial fix to bug #3075649 Fonts not found with buit-in theme | Thierry Crozat |
2010-09-14 | GUI: Remove dead code. | Johannes Schickel |
2010-09-12 | i18n: Add lowres context in a few places. | Thierry Crozat |
2010-08-30 | I18N: Add "lowres" context for several GUI strings when in 1x mode. | Thierry Crozat |
2010-08-20 | GUI: fix crash when localized font could not be found | Thierry Crozat |
2010-08-01 | GUI: Fix loading BDF fonts from theme archives. | Johannes Schickel |
2010-07-24 | GUI: Fix overdrawn tabs | Eugene Sandulenko |
2010-07-23 | GUI: Fix tooltip drawing | Eugene Sandulenko |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-07-19 | GUI: Enhance ThemeEngine to find theme .zip files using SearchMan | Max Horn |
2010-06-29 | enable reading ZIP archives even without USE_ZLIB | Robert Špalek |
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 |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: makeZip... | Max Horn |
2009-12-15 | GUI: Shorten button labels if too long, and improve the shortening logic | Max Horn |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-09 | Remove some unused variables | 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-30 | Properly detect the transparent color on lossy pixel formats (like ARGB3444) | Andre Heider |
2009-08-21 | Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran... | Andre Heider |
2009-08-11 | Merged revisions 43066,43068,43088,43093,43095,43097,43101-43102,43107,43112,... | Travis Howell |