Age | Commit message (Expand) | Author |
2008-08-15 | Added popup widget in Options menu to change GUI renderer on the fly. | Vicent Marti |
2008-08-14 | Misc GFX tweaks. | Vicent Marti |
2008-08-13 | Finished theme loading support. | Vicent Marti |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-13 | Massive API cleanup (removed legacy code). | Vicent Marti |
2008-08-09 | Finished support for theme loading. | Vicent Marti |
2008-08-09 | Added support for image loading/blitting. | Vicent Marti |
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti |
2008-08-07 | SCUMM general and options dialog. | Vicent Marti |
2008-08-06 | Added support for customized background dimming on dialogs. | Vicent Marti |
2008-08-05 | Options menu layout parsing, featuring the brand new FATPOPUPS. | Vicent Marti |
2008-08-05 | Look, the launcher is rendered with the new layout parser. | Vicent Marti |
2008-08-04 | Theme layout parsing. Work in progress. | Vicent Marti |
2008-08-02 | Screen/dialog dimming. | Vicent Marti |
2008-08-01 | Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-... | Vicent Marti |
2008-07-21 | Fixed several segfaults and graphical glitches when drawing at low resolution... | Vicent Marti |
2008-07-21 | Cleanup. | Vicent Marti |
2008-07-20 | Rendering pipeline. Broken WIP. | Vicent Marti |
2008-07-18 | Background restoration in rendering pipeline. WIP. | Vicent Marti |
2008-07-17 | Rendering pipeline (almost) fixed. This time for real. | Vicent Marti |
2008-07-04 | Memory leaks. | Vicent Marti |
2008-07-03 | Rendering pipeline. WIP. | Vicent Marti |
2008-07-03 | Rendering pipeline. WIP. | Vicent Marti |
2008-06-16 | Fixed a problem where the function that I previously implemented, popAllCurso... | Christopher Page |
2008-06-09 | Implemented popAllCursors() in CursorManager to ensure that all unnecessary c... | Christopher Page |
2008-05-07 | minor tweak to the GUI double click handling code | Max Horn |
2008-03-27 | Patch #1926787: small memory leak and cleanup | Max Horn |
2007-11-04 | - starting to document the theme renderer | Johannes Schickel |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-06-03 | Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated" | Eugene Sandulenko |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-29 | Fix warning caused by not handling all enum values in a switch (caused by the... | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-04-29 | Fix for crash when trying to select an outdated/wrong theme config. | Johannes Schickel |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and re... | Max Horn |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-09 | cleanup | Johannes Schickel |
2007-02-08 | Moved definition of ThemeClassic and ThemeModern to their own files. | Johannes Schickel |
2006-12-27 | Added NewGui::getTopDialog method | Max Horn |
2006-10-25 | - renamed GUI::ThemeNew to GUI::ThemeModern | Johannes Schickel |
2006-10-25 | Formatting. | Johannes Schickel |
2006-10-25 | Compile fix when DISABLE_FANCY_THEMES is #defined | Bertrand Augereau |
2006-10-08 | Final fix for wrong cursor palettes in SCUMM games after using the GUI. | Johannes Schickel |
2006-10-08 | Making engines working again. | Johannes Schickel |
2006-10-08 | - reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin cla... | Johannes Schickel |