aboutsummaryrefslogtreecommitdiff
path: root/gui/module.mk
AgeCommit message (Expand)Author
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
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-07-22made about dialog global (so that it can be used from the launcher and from s...Max Horn
2002-12-14moved the console code to gui/console.cpp; make it actually printout somethin...Max Horn
2002-12-12added a dummy global options dialog; PopUpWidget tweaksMax Horn
2002-12-12added PopUpWidget; hacked it into the edit game dialog just to show how to us...Max Horn
2002-11-21factored out ChooserDialog into it's own header/source file, and made the tit...Max Horn
2002-11-21revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all...Max Horn