aboutsummaryrefslogtreecommitdiff
path: root/gui/gui-manager.cpp
AgeCommit message (Expand)Author
2019-10-16TTS: Fix language setting.Jaromir Wysoglad
2019-10-14GUI: Added easter eggEugene Sandulenko
2019-09-01TTS: RefactoringJaromir Wysoglad
2019-09-01TTS: Minor refactorisationsJaromir Wysoglad
2019-09-01TTS: Fix voice setting on startupJaromir Wysoglad
2019-09-01TTS: Make sure that TTS lang matches transMan langJaromir Wysoglad
2019-09-01TTS: Prepare for windows TTSJaromir Wysoglad
2019-09-01TTS: Reformat tts volume setting for GUIJaromir Wysoglad
2019-09-01TTS: Add correct language switchingJaromir Wysoglad
2019-09-01TTS: Restrict TTS on linux to only englishJaromir Wysoglad
2019-09-01TTS: Add voice selection to optionsJaromir Wysoglad
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley
2019-04-02BUILD: Update default theme to use remasteredMatan Bareket
2018-03-12GUI: Remove the ThemeItem draw queuesBastien Bouclet
2018-01-27GUI: Remove Dialog::markAsDirty to expose full GUI redrawsBastien Bouclet
2018-01-27GUI: Remove explicit redraw when scrolling the ScrollContainerBastien Bouclet
2018-01-27GUI: Implement dirty-checking for widget redrawsBastien Bouclet
2018-01-27GUI: Rework the frame limiter to actually reach the target framerateBastien Bouclet
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
2017-03-18GUI: Fix a signed vs unsigned comparison warningBastien Bouclet
2017-03-13JANITORIAL: Remove trailing spacesEugene Sandulenko
2017-03-13GUI: Fix warningsEugene Sandulenko
2017-03-10GUI: Allow delayed deletion of GuiObjectThierry Crozat
2016-11-12Merge pull request #720 from ottogin/gui-events-fixEugene Sandulenko
2016-08-24GUI: Add SaveLoadCloudSyncProgress in ScummModern themeAlexander Tkachev
2016-07-03GUI: Make ScrollContainerWidget do full redrawAlexander Tkachev
2016-04-06GUI: When dialogs gain focus, inform them of the current mouse positionOri Avtalion
2016-04-05GUI: Increase update screen rate to 60HzLothar Serra Mari
2016-04-05GUI: Update _lastRedraw before calling updateScreenLothar Serra Mari
2016-03-24GUI: Fix "eaten" event by dialog which was closedottogin
2015-11-11GUI: Do not show splash when ran from launcherEugene Sandulenko
2014-08-28GUI: change FullScreen into fullscreenBen Castricum
2014-02-18GUI: Make GPL headers consistent in themselves.Johannes Schickel
2013-10-19GUI: Check for screen change whenever an event is polled.Johannes Schickel
2013-07-06ALL: Don't use EventRecorder at all when not compiled inMatthew Hoops
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-06-20GUI: Allow tooltips to be changed after widget creation.Johannes Schickel
2012-05-03GUI: Implemented pressed state for buttonsOleksiy Kurochko
2012-03-02KEYMAPPER: Map non-key custom input eventsTarek Soliman
2012-02-22ALL: Fix some signed/unsigned comparison warnings.Johannes Schickel
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-20KEYMAPPER: Move F7 and F8 handling to DefaultEventMapperTarek Soliman
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-04KEYMAPPER: Added Toggle FullScreen actionTarek Soliman
2012-01-30GUI: Work around bug #3481395.Johannes Schickel
2012-01-07KEYMAPPER: Add failsafe code for popping into Keymapper itselfTarek Soliman
2012-01-07KEYMAPPER: Only push/pop the gui keymap once per gui sessionTarek Soliman
2011-12-30KEYMAPPER: Simplify calling getKeymapTarek Soliman
2011-10-31KEYMAPPER: Put the gui keymap pushing/popping back in GuiManager::runLoopTarek Soliman