aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2002-11-19added some preliminary game auto detect code to the launcher; this required a...Max Horn
2002-11-15enabled 'Go Up' buttonMax Horn
2002-11-15don't crash when the list is emptyMax Horn
2002-11-14Browser already can display files and navigate down; TOOD: go up, chooseMax Horn
2002-11-14added completly useless non functional browser dialog skeleton. Just to show ...Max Horn
2002-11-13cleaned up Config::get_domain; fixed sorting in launcherMax Horn
2002-11-13more initialisation fixesMax Horn
2002-11-10fixed dialog redrawing (when you switched in the save/load dialog between sav...Max Horn
2002-11-10improved MessageDialog: long lines are split now (this needs improvement to f...Max Horn
2002-11-05make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h...Max Horn
2002-11-05fix for bug #633087 (umlauts in GUI)Max Horn
2002-11-05clip text drawingMax Horn
2002-10-28Get launcher to display aliased games as well as 'basic' gamesJames Brown
2002-10-28Don't crash the launcher if there are no entriesJames Brown
2002-10-28Add support for aliased scummvm config entries.James Brown
2002-10-26Fix warning found by Valgrind.Lionel Ulmer
2002-10-23use a 'real' caret instead of appending an understcore while editingMax Horn
2002-10-23grrr... why did my commit not remove those?!Max Horn
2002-10-22Useless, just in order to compile without errors ...Nicolas Bacca
2002-10-22Do not repeat keys for WinCE (problems with GAPI and virtual keyboard)Nicolas Bacca
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-17added some TODO comments so that people know a bit better what is planned her...Max Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-16dialogs now can be run 'modal'Max Horn
2002-10-15sort the games in the launcher list by nameMax Horn
2002-10-13some more launcher tweaksMax Horn
2002-10-12revised options dialogMax Horn
2002-10-09Fix for bug #620854 (launcher crash)Max Horn
2002-10-01fixed ListWidget drawin/behaviour if there are less items than fit on one pag...Max Horn
2002-10-01fixed scrollbar drawing/response when there are less items than fit on one pageMax Horn
2002-09-30fixed key repeat in NewGui; made the launcher game list non-editableMax Horn
2002-09-30played a bit with the launcher - it now is already somewhat usable <g>Max Horn
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-28cleaned up various variable names in the SDL backend & NewGui; also fixed a s...Max Horn
2002-09-28changed the crosshair curso to match the Scumm one (I hope?)Max Horn
2002-09-27added (currently completly useless) launcher dialogMax Horn
2002-09-27enabled demo dialog shown during startup; some fixes/cleanup in NewGUIMax Horn
2002-09-26some fixes for the message dialog; added some commentsMax Horn
2002-09-26added simple message dialogMax Horn
2002-09-24removed even the last traces of Scumm dependencies from NewGUI. Yes, you hear...Max Horn
2002-09-22NewGUI now has its own event loop; this may cause some regressionMax Horn
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I origina...Max Horn
2002-09-19NewGui now has its own mouse cursor code -> again one less dependency on Scum...Max Horn
2002-09-19found out that guifont actually contains a char width table -> make use of it...Max Horn
2002-09-19removed obsolete font drawing code from old GUI to make CCCP happy :-)Max Horn
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues (t...Max Horn
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
2002-09-19improved the text display in a newgui a bit: make the font proportiona; imple...Max Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn