aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
AgeCommit message (Expand)Author
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-05-05Removed Base::setTarget, and some minor cleanup & tweaksMax Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-04Turned the last remaining few GameDetector methods into static methodsMax Horn
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-04-20Fix compile with DISABLE_FANCY_THEME.Won Star
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-17Fixes bug with wrong colors in the logo after a screen change. (this time it ...Johannes Schickel
2006-04-16This should fix wrong colors of the scummvm logo in the new theme after scree...Johannes Schickel
2006-04-16Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX...Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-24o Move built-in evaluator constants to AssocArray to speed it upEugene Sandulenko
2006-03-14Positioned logo properly, added different version number rendering andEugene Sandulenko
2006-03-14Rearrange launcher.Eugene Sandulenko
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-03-09- Removed the code from the launcher that adds language/platform to theMax Horn
2006-03-09- Renamed GameSettings to PlainGameDescriptorMax Horn
2006-03-09Converted all scumm dialogs to new schemeEugene Sandulenko
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07o More widgets fot alternative constructorsEugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-02-18EditGameDialog only needs the game description, not the full GameSettings -> ...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
2006-01-28Always save gameid.Travis Howell
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-21Fix various incorrect usages of the word 'target' instead of 'gameid'; change...Max Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-08-18I forgot there were path buttons in this file. They, too, need to be widerTorbjörn Andersson
2005-08-10committed patch #1255847, thanks Simon Sawatzki.Gregory Montoir
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03Cleanup.Torbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-19Big version of the popup widget. It could use a bit more polish, though...Torbjörn Andersson
2005-05-19More scaling work. It's still more about infrastructure than layout: I wantTorbjörn Andersson
2005-05-18Some more scaling work. Parts of the options dialogs scale themselves. SomeTorbjörn Andersson
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
2005-05-17Added "big" version of the Tab widget, and made use of it.Torbjörn Andersson
2005-05-16Fixed the SoundFont button's behaviour in the Edit Game dialog.Torbjörn Andersson
2005-05-16Enlarge the option dialogs; note that the widgets should be rearranged / enla...Max Horn
2005-05-16Made the launcher dialog scale itselfMax Horn
2005-04-22GameDetector isn't actually used hereMax Horn
2005-04-16Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser mode...Max Horn
2005-04-13Patches #1164217 "Updated GS Support + Percussion Remapping Patch" andEugene Sandulenko
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-01-29Move more text editing code into class EditableWidget; ListWidget now has all...Max Horn
2005-01-29Started to merge the text editing code in ListWidget and EditTextWidgetMax Horn