aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
AgeCommit message (Expand)Author
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
2002-07-27removed test widgets from save/load dialogMax Horn
2002-07-27added support for right aligned text; made use of that in the sound dialog; l...Max Horn
2002-07-27improved the sound dialog; but my goal is to get rid of it, and merge the sou...Max Horn
2002-07-26make sure the mouse over widget and the focused widget are informed when the ...Max Horn
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...Max Horn
2002-07-19added khalek's about dialog (but changed the text items to be centered)Max Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-16fixed spllngMax Horn
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max Horn
2002-07-13added latest of painelf's patches which makes NewGui handle system events dir...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-13some cleanupMax Horn
2002-07-13Let ListWidget have an 'active' itemJames Brown
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ...Max Horn
2002-07-10improved the alpha blending code, now works properly for nesting/redraw (chan...Max Horn
2002-07-08replaced clearArea with the more general fillArea; added get/setValue methods...Max Horn
2002-07-08Fix mouseoutJames Brown
2002-07-08Add slider widgetJames Brown
2002-07-08got rid of RTTI again (i.e. dynamic_cast)Max Horn