aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.h
AgeCommit message (Expand)Author
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Fixing some memory leaks in the GUI codeMax Horn
2007-03-16Added new file gui/object.cpp (collecting GuiObject methods in there), and re...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-18- PopUpWidget (drop down list) does not shadow underlying dialog anymoreEugene Sandulenko
2006-04-16This should fix wrong colors of the scummvm logo in the new theme after scree...Johannes Schickel
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-03-07o More widgets fot alternative constructorsEugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-28- Fixes a bug that the debugger crashed while openingJohannes Schickel
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
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-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