aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2004-03-13use 'Surface' in NewGuiMax Horn
2004-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-03-13useful helper method (will be used for improved options dialog)Max Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-25remove outdated TODOMax Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-24Fix graphic options on WinCENicolas Bacca
2004-02-22avoid #include scaler.hMax Horn
2004-02-11fix OSX nav dialog in fullscreen modeMax Horn
2004-02-11This is not a test, I repeat, this is not a test!James Brown
2004-02-09fixed compilationPaweł Kołodziejski
2004-02-09cleanupMax Horn
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-02-07Make use of the MD5-based game detection in the launcherMax Horn
2004-02-05removed obsolete #include'sMax Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-02-01native directory browser on Mac OS XMax Horn
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2004-01-26Revert old change - proper fix is to avoid playing in portrait mode :)Nicolas Bacca
2004-01-26Hide unnecessary options for CE in the main options dialogNicolas Bacca
2004-01-26Undo old tweak not necessary anymoreNicolas Bacca
2004-01-26addGame made virtual (temporarily ?) for CE backend launcherNicolas Bacca
2004-01-19Add comment for checkbox CE tweakNicolas Bacca
2004-01-18Small tweak for the checkbox control on CENicolas Bacca
2004-01-17Launcher subtitles checkbox (is Sound the right place for this? I dunno..)James Brown
2004-01-16Hack for Launcher Scaler dropdown. Backends using the Launcher will need to i...James Brown
2004-01-06updated copyright noticeMax Horn
2003-12-30cleanup for language/platform functionsMax Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-06erik's patch for bug #854470Max Horn
2003-12-01explicitly specify namespace in g_gui helper macroMax Horn
2003-11-28cleanupMax Horn
2003-11-28reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser rememb...Max Horn
2003-11-28Fixed error using NEW_FONT_CODE with PalmOS portChris Apers
2003-11-28This is no more neededChris Apers
2003-11-19new font code (currently disabled by default), which allows using 'arbitrary'...Max Horn
2003-11-18oopsMax Horn
2003-11-18return/enter key in the launcher now starts the selected targetMax Horn
2003-11-18cleanup; fixed return/enter in ListWidget when not in editing modeMax Horn
2003-11-12Use GUI namespaceChris Apers
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07added checkboxes to the 'Edit Game...' dialog which let the user determine wh...Max Horn
2003-11-07enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send t...Max Horn
2003-11-07draw StaticTextWidget differently if disabledMax Horn
2003-11-07fixed memory leak in TabWidgetMax Horn
2003-11-07spelling fixesJonathan Gray
2003-11-05make savepath settings persistentMax Horn
2003-11-05refactored common code into a new class OptionsDialog; various fixes and clea...Max Horn