aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
AgeCommit message (Expand)Author
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-03-13Revamped the font code: now it's very easy to switch between the 'original' S...Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-05minor tweaksMax Horn
2003-11-03removed PushButtonWidgetMax 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-08-01#include cleanup (explicityl specify the location for headers from common/, s...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-23use a 'real' caret instead of appending an understcore while editingMax 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-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-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-08-21oops, accidentally checked in a hacked up version of this :-)Max Horn
2002-08-21Initial revisionMax Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...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-19disable transparency for the pause dialog for nowMax Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...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-13Let ListWidget have an 'active' itemJames Brown
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...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-08implemented hotkey support in new GUI codeMax Horn
2002-07-07added CheckboxWidget; added NewGui::drawBitmapMax Horn
2002-07-07added options dialog; added NewGui TODO list;Max Horn
2002-07-06added mouse over effectMax Horn
2002-07-05new experimental GUI codeMax Horn