aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
AgeCommit message (Expand)Author
2020-01-04GUI: Introduce dynamic layoutsBastien Bouclet
2019-10-07GRAPHICS: Vector renderer clipping rect related cleanupsBastien Bouclet
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley
2018-04-19GUI: Unify clip and non-clip draw callsBastien Bouclet
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2018-01-27GUI: Remove Dialog::markAsDirty to expose full GUI redrawsBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2017-06-13GUI: Focus the first 'focusable' widget when rebuilding dialogsBastien Bouclet
2017-04-06GUI: Fix access to deleted widget after rebuilding a dialogThierry Crozat
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