Age | Commit message (Expand) | Author |
2002-12-12 | added a dummy global options dialog; PopUpWidget tweaks | Max Horn |
2002-12-12 | changed the slider widget, better suited to represent volume settings this wa... | 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-23 | removed debug printf | Max Horn |
2002-11-22 | improved keyboard input behaviour in SDL backend: make use of the unicode fea... | Max Horn |
2002-11-22 | changed the key input system in NewGUI: pass both the keycode and the ascii v... | Max Horn |
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 | allow some more chars as input | Max Horn |
2002-11-21 | added missing right border | 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 | center dialog vertically, too; split overlong lines at whitespaces if posible | 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 | revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all... | 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 | remember last directory (or rather, don't lobotomize yourself :-) | 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-15 | enabled 'Go Up' button | Max Horn |
2002-11-15 | don't crash when the list is empty | Max Horn |
2002-11-14 | Browser already can display files and navigate down; TOOD: go up, choose | 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-11-13 | more initialisation fixes | Max Horn |
2002-11-10 | fixed dialog redrawing (when you switched in the save/load dialog between sav... | Max Horn |
2002-11-10 | improved MessageDialog: long lines are split now (this needs improvement to f... | Max Horn |
2002-11-05 | make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h... | Max Horn |
2002-11-05 | fix for bug #633087 (umlauts in GUI) | Max Horn |
2002-11-05 | clip text drawing | 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-26 | Fix warning found by Valgrind. | Lionel Ulmer |
2002-10-23 | use a 'real' caret instead of appending an understcore while editing | Max Horn |
2002-10-23 | grrr... why did my commit not remove those?! | Max Horn |
2002-10-22 | Useless, just in order to compile without errors ... | Nicolas Bacca |
2002-10-22 | Do not repeat keys for WinCE (problems with GAPI and virtual keyboard) | Nicolas Bacca |
2002-10-19 | reworked the way the save/load dialog works. yup, still not perfect, but we'r... | Max Horn |
2002-10-17 | added some TODO comments so that people know a bit better what is planned her... | Max Horn |
2002-10-16 | patch #620627: mouse wheel support for NewGui | Max Horn |
2002-10-16 | dialogs now can be run 'modal' | Max Horn |
2002-10-15 | sort the games in the launcher list by name | Max Horn |