index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
gui-manager.cpp
Age
Commit message (
Expand
)
Author
2016-11-12
Merge pull request #720 from ottogin/gui-events-fix
Eugene Sandulenko
2016-08-24
GUI: Add SaveLoadCloudSyncProgress in ScummModern theme
Alexander Tkachev
2016-07-03
GUI: Make ScrollContainerWidget do full redraw
Alexander Tkachev
2016-04-06
GUI: When dialogs gain focus, inform them of the current mouse position
Ori Avtalion
2016-04-05
GUI: Increase update screen rate to 60Hz
Lothar Serra Mari
2016-04-05
GUI: Update _lastRedraw before calling updateScreen
Lothar Serra Mari
2016-03-24
GUI: Fix "eaten" event by dialog which was closed
ottogin
2015-11-11
GUI: Do not show splash when ran from launcher
Eugene Sandulenko
2014-08-28
GUI: change FullScreen into fullscreen
Ben Castricum
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-19
GUI: Check for screen change whenever an event is polled.
Johannes Schickel
2013-07-06
ALL: Don't use EventRecorder at all when not compiled in
Matthew Hoops
2013-05-17
RECORDER: Implement Events Recorder
Eugene Sandulenko
2012-06-20
GUI: Allow tooltips to be changed after widget creation.
Johannes Schickel
2012-05-03
GUI: Implemented pressed state for buttons
Oleksiy Kurochko
2012-03-02
KEYMAPPER: Map non-key custom input events
Tarek Soliman
2012-02-22
ALL: Fix some signed/unsigned comparison warnings.
Johannes Schickel
2012-02-21
KEYMAPPER: Remove automapping dead code
Tarek Soliman
2012-02-20
KEYMAPPER: Move F7 and F8 handling to DefaultEventMapper
Tarek Soliman
2012-02-13
KEYMAPPER: Fix Action ctor args in most keymaps
Tarek Soliman
2012-02-04
KEYMAPPER: Added Toggle FullScreen action
Tarek Soliman
2012-01-30
GUI: Work around bug #3481395.
Johannes Schickel
2012-01-07
KEYMAPPER: Add failsafe code for popping into Keymapper itself
Tarek Soliman
2012-01-07
KEYMAPPER: Only push/pop the gui keymap once per gui session
Tarek Soliman
2011-12-30
KEYMAPPER: Simplify calling getKeymap
Tarek Soliman
2011-10-31
KEYMAPPER: Put the gui keymap pushing/popping back in GuiManager::runLoop
Tarek Soliman
2011-10-27
KEYMAPPER: Make sure GuiManager only pops gui keymaps
Tarek Soliman
2011-10-27
KEYMAPPER: Skip GUI keymap when displaying active keymap in keymapper dialog
Tarek Soliman
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-06-01
Merge branch 'branch-1-3-0' into master
Max Horn
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-21
DS: Port of changes from branch-1-2-0 that I should really have moved into th...
agent-q
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-05
GUI: Update the screen after handling events
dhewg
2011-02-24
GUI: Fix two-step rendering
dhewg
2011-02-14
GUI: Update cursor palette handling for RGBA->RGB change.
Johannes Schickel
2010-11-30
I18N: Don't build TranslationManager when translation is disabled.
Jordi Vilalta Prat
2010-11-18
GUI: Make activeDialog in runLoop const, since it should not be changed.
Johannes Schickel
2010-11-18
GUI: Simplify Tooltip implementation.
Johannes Schickel
2010-11-18
GUI: changed tooltip to be deleted when inactive
Yotam Barnoy
2010-11-16
GUI: Push down some header (inter)dependencies
Max Horn
2010-11-16
GUI: Commit some changes missing in my previous commit (oops)
Max Horn
2010-11-16
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
Max Horn