index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
launcher.h
Age
Commit message (
Expand
)
Author
2008-05-16
Include all required header files in launcher.h (should fix compilation probl...
Max Horn
2007-06-30
Changed GUI system to use Common::KeyState state
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-17
Don't track the modifier state, use the eventmanager instead (this also fixes...
Max Horn
2007-02-18
Improved 'Mass Detector': Now displays a dialog which displays the scan progr...
Max Horn
2007-02-04
Make Add Button caption react to Shift key.
Eugene Sandulenko
2007-01-28
Pass objects by (const) ref instead of value; only set game description in th...
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-10-02
Add a somewhat hackish, uber-sekrit mass-add-game-feature (shift-click 'Add.....
Max Horn
2006-08-04
Renamed handleScreenChanged() -> reflowLayout() in the GUI code
Max Horn
2006-07-22
Clear the active domain when (re)opening the launcher dialog. This fixes bug
Torbjörn Andersson
2006-05-04
Turned the last remaining few GameDetector methods into static methods
Max Horn
2006-04-17
Fixes bug with wrong colors in the logo after a screen change. (this time it ...
Johannes Schickel
2006-04-16
This should fix wrong colors of the scummvm logo in the new theme after scree...
Johannes Schickel
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-04-16
Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser mode...
Max Horn
2005-04-10
Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
Torbjörn Andersson
2005-01-05
After adding a new game, select the new entry
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-10-01
Patch #896096 (Restoring last selected game selection) with some personal mod...
Max Horn
2004-02-05
removed obsolete #include's
Max Horn
2004-01-26
addGame made virtual (temporarily ?) for CE backend launcher
Nicolas Bacca
2004-01-06
updated copyright notice
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-05
refactored common code into a new class OptionsDialog; various fixes and clea...
Max Horn
2003-11-02
turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...
Max Horn
2003-10-17
factored out the game detection code into the Plugin class; this is the first...
Max Horn
2003-10-02
renamed namespace ScummVM to Common
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2002-12-01
fixed launcher buttons again
Max Horn
2002-11-21
Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...
Max Horn
2002-11-21
implemented remove buttons; added EditGameDialog stub (it only displays some ...
Max Horn
2002-11-21
enhanced launcher: added 'Remove' button, renamed 'Configure...' to 'Edit Gam...
Max Horn
2002-11-21
added _configureButton stub
Max Horn
2002-11-21
lo and behold - the 'Add Game' button now works, at least in some cases! More...
Max Horn
2002-10-01
fixed ListWidget drawin/behaviour if there are less items than fit on one pag...
Max Horn
2002-09-30
played a bit with the launcher - it now is already somewhat usable <g>
Max Horn
2002-09-27
added (currently completly useless) launcher dialog
Max Horn