aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
AgeCommit message (Expand)Author
2004-01-06updated copyright noticeMax Horn
2003-12-06erik's patch for bug #854470Max Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07fixed memory leak in TabWidgetMax Horn
2003-11-07spelling fixesJonathan Gray
2003-11-03removed PushButtonWidgetMax Horn
2003-11-02more changes to allow widget nesting to fully workMax Horn
2003-11-02refactored code in Dialog::findWidget to Widget::findWidgetInChain; changed N...Max Horn
2003-11-02make coordinate calculation based on position of parent -> needed for nested ...Max Horn
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-07-23Don't check for hotkeys when ascii is 0, since that is the default hotkeyTorbjörn Andersson
2003-07-22fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup .... LastPaweł Kołodziejski
2002-11-22changed the key input system in NewGUI: pass both the keycode and the ascii v...Max Horn
2002-11-21Implemented EditTextWidget; fixed Add Game/Remove Game in launcher; make use ...Max Horn
2002-11-19added some preliminary game auto detect code to the launcher; this required a...Max Horn
2002-11-10fixed dialog redrawing (when you switched in the save/load dialog between sav...Max Horn
2002-11-05make buttons 2 pixel wider (fixes 'Options' button); don't use non-portable h...Max Horn
2002-10-19reworked the way the save/load dialog works. yup, still not perfect, but we'r...Max Horn
2002-10-16patch #620627: mouse wheel support for NewGuiMax Horn
2002-10-16dialogs now can be run 'modal'Max Horn
2002-10-13some more launcher tweaksMax Horn
2002-10-12revised options dialogMax Horn
2002-10-01fixed ListWidget drawin/behaviour if there are less items than fit on one pag...Max Horn
2002-09-28patch #612722: MI2 NewGui title fixMax Horn
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
2002-09-19Added overlay to OSystem interface; implemented overlay in SDL backend (all o...Max Horn
2002-09-17Fix newgui crash, and commit patch 600645: Loom flashlight fixJames Brown
2002-09-17Replace some exit()'s with a call to the OSystem quit method, as per 610251.James Brown
2002-09-10removing debug messageMax Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-09-01more resolution fixesPaweł Kołodziejski
2002-08-31fix for bug #599511 (crash when choosing 'about' option)Max Horn
2002-08-29sound system cleanupMax Horn
2002-08-24synced with scummvmPaweł Kołodziejski
2002-08-21refixed #includeMax Horn
2002-08-21oops, accidentally checked in a hacked up version of this :-)Max Horn
2002-08-21Initial revisionMax Horn
2002-08-14moved to Sound classPaweł Kołodziejski
2002-08-04Fixed (worked around?) the nested dialog redraw bug; slightly changed the way...Max Horn
2002-08-04NewGUI fixes: save game numbering starts at 0; allow to load autosaveMax Horn
2002-07-28added TODOMax Horn
2002-07-28added constants for the default volumes; changed the volume ranges from 0-255...Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-27added isEmpty() methods to String and List class; fixed crasher that occured ...Max Horn