Age | Commit message (Expand) | Author |
2013-08-22 | Merge pull request #361 from rundfunk47/guiimprovements | Eugene Sandulenko |
2013-08-19 | GUI: Clear dirty rects when initializing ThemeEngine. | Johannes Schickel |
2013-08-16 | GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) | Narek Mailian |
2013-08-08 | GRAPHICS: Allow VectorRenderer and ThemeEngine to init with 4BPP | Narek Mailian |
2013-08-08 | GUI: Change name of GUI-renderers to remove "16-bit" | Narek Mailian |
2013-08-08 | GUI: Allow GUI cursor creation to work with abitrary 2/4Bpp formats. | Johannes Schickel |
2013-08-03 | GUI: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | GUI: Prefer getBasePtr instead of direct Surface::pixels access. | Johannes Schickel |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2012-08-12 | Merge pull request #260 from lordhoto/new-chooser. | Johannes Schickel |
2012-08-09 | GRAPHICS: Add a DPI parameter to loadTTFFont. | Johannes Schickel |
2012-06-29 | GUI: Allow the user to switch between list and thumbnail based load chooser. | Johannes Schickel |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2012-05-03 | GUI: Implemented pressed state for buttons | Oleksiy Kurochko |
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko |
2012-03-20 | GRAPHICS: Rewrite ImageDecoder to have an improved API | Matthew Hoops |
2012-02-03 | GUI: Put bitmap items in the on-screen draw queue when doing buffering. | Johannes Schickel |
2012-01-29 | GUI: Fix compilation with --disable-translation. | Johannes Schickel |
2012-01-29 | GUI: Fix anti-aliased font drawing of checkbox/radio button texts. | Johannes Schickel |
2012-01-29 | GRAPHICS/GUI: Implement charset mapping for TTF fonts. | Johannes Schickel |
2012-01-29 | GRAPHICS/GUI: Implement kerning support for Font. | Johannes Schickel |
2012-01-29 | GUI: Add support for loading TTF files with ISO-8859-1 charset. | Johannes Schickel |
2012-01-07 | GUI: Rework how the default localized font is managed. | Johannes Schickel |
2012-01-07 | GUI: Simplify font loading a bit more. | Johannes Schickel |
2012-01-06 | GUI: Do an case-insensitive filename comparison. | Johannes Schickel |
2012-01-06 | GUI: Slight cleanup for font/image loading. | Johannes Schickel |
2011-12-07 | GUI: Improved pop up and scrollbar arrows look | MaximRussia |
2011-10-24 | GUI: Added icon to clear button. Reverted PNG support | Eugene Sandulenko |
2011-10-23 | GUI: Replaced search icon with a better looking one. | Eugene Sandulenko |
2011-10-23 | GUI: Add support for PNG images in themes | Eugene Sandulenko |
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 |