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.cpp
Age
Commit message (
Expand
)
Author
2003-04-30
PalmOS changes: allow 8 bit GUI mode
Max Horn
2003-04-29
update launcher for recent changes
Jonathan Gray
2003-03-25
added some meat to the global options dialog (no prefs are stored yet, though)
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup .... Last
Paweł Kołodziejski
2002-12-20
don't show amiga checkbox for simon games
Max Horn
2002-12-14
cleanup
Max Horn
2002-12-12
added a dummy global options dialog; PopUpWidget tweaks
Max Horn
2002-12-12
added PopUpWidget; hacked it into the edit game dialog just to show how to us...
Max Horn
2002-12-01
fixed launcher buttons again
Max Horn
2002-12-01
fix for bug #646218 (Start button in launcher was not getting disabled)
Max Horn
2002-11-25
Add a few EditGame options. Honor game-specific fullScreen from the Launcher
James Brown
2002-11-21
cleanup
Max Horn
2002-11-21
enhanced Config::rename_domain; added the ability to change the domain name i...
Max Horn
2002-11-21
some fixes; hooked up the EditGameDialog (so changes to 'name' there actually...
Max Horn
2002-11-21
changed comments slightly
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
factored out ChooserDialog into it's own header/source file, and made the tit...
Max Horn
2002-11-21
added _configureButton stub
Max Horn
2002-11-21
added a chooser sub dialog used by 'Add Game'
Max Horn
2002-11-21
lo and behold - the 'Add Game' button now works, at least in some cases! More...
Max Horn
2002-11-19
added some preliminary game auto detect code to the launcher; this required a...
Max Horn
2002-11-14
added completly useless non functional browser dialog skeleton. Just to show ...
Max Horn
2002-11-13
cleaned up Config::get_domain; fixed sorting in launcher
Max Horn
2002-10-28
Get launcher to display aliased games as well as 'basic' games
James Brown
2002-10-28
Don't crash the launcher if there are no entries
James Brown
2002-10-28
Add support for aliased scummvm config entries.
James Brown
2002-10-17
added some TODO comments so that people know a bit better what is planned her...
Max Horn
2002-10-15
sort the games in the launcher list by name
Max Horn
2002-10-13
some more launcher tweaks
Max Horn
2002-10-12
revised options dialog
Max Horn
2002-10-01
fixed ListWidget drawin/behaviour if there are less items than fit on one pag...
Max Horn
2002-09-30
fixed key repeat in NewGui; made the launcher game list non-editable
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