Age | Commit message (Expand) | Author |
2010-11-16 | GUI: Rename gui/GuiManager.* to gui/gui-manager.* | Max Horn |
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn |
2010-07-23 | GUI: Fix tooltip drawing | Eugene Sandulenko |
2010-04-11 | Rest of patch #2982224: GSoC: Added unit test and unified error message display | Max Horn |
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives... | Oystein Eftevaag |
2009-01-17 | Merged gui/ThemeData.cpp into ThemeEngine.cpp | Max Horn |
2009-01-02 | Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag... | Johannes Schickel |
2008-11-11 | Moved GUI::SaveLoadChooser to its own source file | Max Horn |
2008-11-10 | Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine. | Vicent Marti |
2008-10-11 | Order files in gui/module.mk alphabetically | Max Horn |
2008-09-02 | Massive refactoring/cleanup on the theme engine/parser. | 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-05 | Massive refactoring on the layout parsing API. | Vicent Marti |
2008-08-02 | Improved looks on the Modern theme in the new GUI. | Vicent Marti |
2008-07-02 | GCC compiling fixes. | Vicent Marti |
2008-06-26 | InterfaceManager now loads themes. | Vicent Marti |
2008-06-12 | Parser skeleton | Vicent Marti |
2008-05-25 | Add InterfaceManager to makefile. | Eugene Sandulenko |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and re... | Max Horn |
2007-02-18 | Improved 'Mass Detector': Now displays a dialog which displays the scan progr... | Max Horn |
2006-10-25 | - renamed GUI::ThemeNew to GUI::ThemeModern | Johannes Schickel |
2006-10-08 | - Added dialog for selecting the theme to use | Johannes Schickel |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t... | Max Horn |
2006-03-18 | theme.cpp -> ThemeClassic.cpp for consistency and less confusion | Eugene Sandulenko |
2006-03-07 | WIP for arbitrary widget positions. See | Eugene Sandulenko |
2006-02-12 | Reduced data duplication in module.mk files; added module.mk files for null a... | Max Horn |
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel |
2005-02-06 | Moved the console font from gui to graphics | Max Horn |
2005-01-29 | Started to merge the text editing code in ListWidget and EditTextWidget | Max Horn |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-08-15 | Use custom font for the console -> more information visible, helps when using... | Max Horn |
2004-03-21 | Moved Surface/Font code into new 'graphics' module | Max Horn |
2004-03-13 | Revamped the font code: now it's very easy to switch between the 'original' S... | Max Horn |
2004-01-30 | Various changes to the build system which allow building ScummVM in an extern... | Max Horn |
2003-11-19 | new font code (currently disabled by default), which allows using 'arbitrary'... | Max Horn |
2003-11-02 | added initial TabWidget stub (if you want to try it, I added some testing cod... | Max Horn |
2003-09-17 | some tweaks to the build system (work toward plugin support) | Max Horn |
2003-07-22 | made about dialog global (so that it can be used from the launcher and from s... | Max Horn |
2002-12-14 | moved the console code to gui/console.cpp; make it actually printout somethin... | Max Horn |
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn |
2002-12-12 | added PopUpWidget; hacked it into the edit game dialog just to show how to us... | Max Horn |
2002-11-21 | factored out ChooserDialog into it's own header/source file, and made the tit... | Max Horn |
2002-11-21 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all... | Max Horn |