aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
AgeCommit message (Expand)Author
2005-06-03Cleanup.Torbjörn Andersson
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-19Big version of the popup widget. It could use a bit more polish, though...Torbjörn Andersson
2005-05-18Added big slider widget. There is nothing in the widget itself that'sTorbjörn Andersson
2005-05-18Some more scaling work. Parts of the options dialogs scale themselves. SomeTorbjörn Andersson
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
2005-05-18New function: addCheckbox()Torbjörn Andersson
2005-05-11Start work on support for 'big' widgetsMax Horn
2005-04-17Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scalingMax Horn
2005-03-12Forgot to remove thisMax Horn
2005-03-12Fix popup widget in scaled GUI modeMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Patch #1092994 (Selfscaling GUI)Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-28Renamed _clickedWidget -> _dragWidget; if a drag is in process, send the mous...Max Horn
2004-12-25Fix bug #1091189 (GUI: Launcher List/Edit game interaction)Max Horn
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