aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
AgeCommit message (Expand)Author
2016-03-29GUI: Added initial implementation for Updates opt-in wizardEugene Sandulenko
2016-01-07GUI: Explain create_project HACK in module.mk a bit better.Johannes Schickel
2016-01-06IOS: Adds some explanations about the hackVincent Bénony
2016-01-06IOS: Forces the create_project tool to use the right browser file for iOSVincent Bénony
2015-11-07BBVS: Implement file chooser for Air Guitar minigameEugene Sandulenko
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-01-26FLUIDSYNTH: Add separate dialog for FluidSynth settingsTorbjörn Andersson
2012-06-15GUI: Create an interface for save/load dialogs.Johannes Schickel
2012-03-25GUI: Move predictive dialog to common guiOleksiy Kurochko
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-07-23GUI: Fix tooltip drawingEugene Sandulenko
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2009-12-26The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives...Oystein Eftevaag
2009-01-17Merged gui/ThemeData.cpp into ThemeEngine.cppMax Horn
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2008-11-11Moved GUI::SaveLoadChooser to its own source fileMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-10-11Order files in gui/module.mk alphabeticallyMax Horn
2008-09-02Massive refactoring/cleanup on the theme engine/parser.Vicent Marti
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-13Massive API cleanup (removed legacy code).Vicent Marti
2008-08-05Massive refactoring on the layout parsing API.Vicent Marti
2008-08-02Improved looks on the Modern theme in the new GUI.Vicent Marti
2008-07-02GCC compiling fixes.Vicent Marti
2008-06-26InterfaceManager now loads themes.Vicent Marti
2008-06-12Parser skeletonVicent Marti
2008-05-25Add InterfaceManager to makefile.Eugene Sandulenko
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-03-16Added new file gui/object.cpp (collecting GuiObject methods in there), and re...Max Horn
2007-02-18Improved 'Mass Detector': Now displays a dialog which displays the scan progr...Max Horn
2006-10-25- renamed GUI::ThemeNew to GUI::ThemeModernJohannes Schickel
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
2006-09-16Overhaul of the debugger codeMax Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-18theme.cpp -> ThemeClassic.cpp for consistency and less confusionEugene Sandulenko
2006-03-07WIP for arbitrary widget positions. SeeEugene Sandulenko
2006-02-12Reduced 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 guiJohannes Schickel
2005-02-06Moved the console font from gui to graphicsMax Horn
2005-01-29Started to merge the text editing code in ListWidget and EditTextWidgetMax Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-08-15Use custom font for the console -> more information visible, helps when using...Max Horn
2004-03-21Moved Surface/Font code into new 'graphics' moduleMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-02added initial TabWidget stub (if you want to try it, I added some testing cod...Max Horn