Age | Commit message (Expand) | Author |
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 |
2002-10-13 | some more launcher tweaks | Max Horn |
2002-10-12 | revised options dialog | Max Horn |
2002-10-09 | Fix for bug #620854 (launcher crash) | Max Horn |
2002-10-01 | fixed ListWidget drawin/behaviour if there are less items than fit on one pag... | Max Horn |
2002-10-01 | fixed scrollbar drawing/response when there are less items than fit on one page | 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-28 | patch #612722: MI2 NewGui title fix | Max Horn |
2002-09-28 | cleaned up various variable names in the SDL backend & NewGui; also fixed a s... | Max Horn |
2002-09-28 | changed the crosshair curso to match the Scumm one (I hope?) | Max Horn |
2002-09-27 | added (currently completly useless) launcher dialog | Max Horn |
2002-09-27 | enabled demo dialog shown during startup; some fixes/cleanup in NewGUI | Max Horn |
2002-09-26 | some fixes for the message dialog; added some comments | Max Horn |
2002-09-26 | added simple message dialog | Max Horn |
2002-09-24 | removed even the last traces of Scumm dependencies from NewGUI. Yes, you hear... | Max Horn |