aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
AgeCommit message (Expand)Author
2016-07-03GUI: Fix Dialog's and TabWidget's reflowLayout()Alexander Tkachev
2016-06-01GUI: More object initialization cleanupEugene Sandulenko
2016-04-06GUI: When dialogs gain focus, inform them of the current mouse positionOri Avtalion
2015-03-21GUI: Adjust x and y to handleMouseWheel() for consistencyTorbjörn Andersson
2014-04-01GUI: Add Tab cycling to TabWidgetZerophase
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-03-02KEYMAPPER: Map non-key custom input eventsTarek Soliman
2012-02-24GUI: Fix "clear" buttons after theme switch (bug #3482459)Torbjörn Andersson
2011-10-31KEYMAPPER: Put the gui keymap pushing/popping back in GuiManager::runLoopTarek Soliman
2011-10-27KEYMAPPER: Skip GUI keymap when displaying active keymap in keymapper dialogTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-10-24Revert r53747: "GUI: added close() call to Dialog::runModal()"Willem Jan Palenstijn
2010-10-23GUI: added close() call to Dialog::runModal()Yotam Barnoy
2010-06-15Fix spelling, cleanupMax Horn
2009-06-06GUI: Tweaked the launcher so that TAB switches focus between the list and the...Max Horn
2009-05-18Fix bug #2791868: "GUI: Glitch when closing menu after hovering on option"Eugene Sandulenko
2009-02-06Reverted previous commit.Vicent Marti
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ...Vicent Marti
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-02Fixed crash when returning to launcher from a 640x480 game running with a non...Johannes Schickel
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-02Reverted the handling of mouse move events, now the slider widget should be h...Johannes Schickel
2009-01-02Modified the way button highlights are processed when a widget is in dragging...Johannes Schickel
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2009-01-01Revamping the handling of GUI themes a bit:Max Horn
2008-12-25Renamed NewGui to GuiManagerMax Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-11-12GUI: Got rid of most 'built-in' variablesMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-08-13Bug fix: Widget removal from dialog now handled properlyStephen Kennedy
2008-08-13Finished legacy API cleanup. Removed all legacy code.Vicent Marti
2008-08-07Game Options menu parsing.Vicent Marti
2008-08-05Options menu layout parsing, featuring the brand new FATPOPUPS.Vicent Marti
2008-07-17Rendering pipeline (almost) fixed. This time for real.Vicent Marti
2007-11-04- made Widget::_flags privateJohannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-22Use KEYCODE constants.Torbjörn Andersson
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-12-27Fix bug #1595627: "SCUMM: F5 crashes game (640x480)". This partiallyEugene Sandulenko
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-06-02Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget orTorbjörn Andersson
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson