Age | Commit message (Expand) | Author |
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 |
2009-08-10 | Made font color configuration independend from font style configuration. | Johannes Schickel |
2009-08-09 | Fix for bug #2834250 "GUI: Incorrect behavior of sliders". | Johannes Schickel |
2009-07-18 | Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-... | Travis Howell |
2009-07-15 | Fix ugly spacing between tabs in classic theme (as reported by sunmax on -dev... | Johannes Schickel |
2009-07-15 | Fix formatting of some switch statements. | Johannes Schickel |
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-24 | made the cursor's pixel format a member of the cursor object, merged ____Curs... | Jody Northup |
2009-06-20 | renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR | Jody Northup |
2009-06-18 | Fixed error with non-animated 8-bit GUI cursors being drawn incorrectly in de... | 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 | Make PopUp widget look more balanced | Eugene Sandulenko |
2009-06-06 | Corrected cursor display errors introduced by revision 41204, reimplemented 1... | Jody Northup |
2009-06-05 | Fixes ScummEngine_v70he::setDefaultCursor to work in 16-bit, using a temporar... | Jody Northup |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-04-10 | GUI: Fixed nasty typo | Max Horn |
2009-04-09 | GUI: Rewrote the dirty rect handling code. Previously it was possible that th... | Max Horn |
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn |
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP... | Oystein Eftevaag |
2009-02-07 | Third attemp at fixing release-critical #2472185. Also fixes regression repor... | Vicent Marti |
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn |
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn |
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con... | Max Horn |
2009-01-22 | Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when to... | Max Horn |
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ... | Max Horn |
2009-01-18 | GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T... | 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 |