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
/
engines
/
lab
/
eventman.cpp
Age
Commit message (
Expand
)
Author
2016-01-15
LAB: Separate the interface from the event manager
Filippos Karapetis
2016-01-14
LAB: Better separation of the event and interface code
Filippos Karapetis
2016-01-11
LAB: Prevent excessive screen updates when checking for events
Filippos Karapetis
2016-01-08
LAB: Bugfixes for the lowres DOS version
Filippos Karapetis
2016-01-06
LAB: Use cursor manager to set, show and hide the cursor
Torbjörn Andersson
2015-12-28
LAB: Simulate events by setting an unused key
Filippos Karapetis
2015-12-27
LAB: Remove superfluous mouse show/hide calls
Filippos Karapetis
2015-12-27
LAB: Init the mouse in the center of the screen
Strangerke
2015-12-26
LAB: Remove unused function in EventManager
Strangerke
2015-12-26
LAB: The 'z' key is unused
Filippos Karapetis
2015-12-24
LAB: More cleanup of the keyboard handling code
Filippos Karapetis
2015-12-24
LAB: Start to untangle the mess in the event code
Filippos Karapetis
2015-12-23
LAB: Use int in for loops, instead of uint16
Filippos Karapetis
2015-12-23
LAB: Replace g_system by _system
Strangerke
2015-12-23
LAB: Add a console, with two new commands (scene and scene_resources)
Filippos Karapetis
2015-12-23
LAB: Finish moving function comments to header
Strangerke
2015-12-23
LAB: Use Common:KeyCode in keyPress() and getNextChar()
Strangerke
2015-12-23
LAB: Simplify code related to _keyBuf handling
Strangerke
2015-12-23
LAB: Formatting
Filippos Karapetis
2015-12-23
LAB: Fix regression in left click handling
Filippos Karapetis
2015-12-23
LAB: Get rid of mouseButton()
Filippos Karapetis
2015-12-23
LAB: Remove superfluous function
Filippos Karapetis
2015-12-23
LAB: Remove useless checks, and clean up the mouse processing code
Filippos Karapetis
2015-12-23
LAB: Some renames
Filippos Karapetis
2015-12-23
LAB: Make the use of nullptr consistent through the engine
Strangerke
2015-12-23
LAB: Some renaming in EventMan
Strangerke
2015-12-23
LAB: Rename gadget to button
Filippos Karapetis
2015-12-23
LAB: Remove interface.h, get rid of a lot of useless defines
Strangerke
2015-12-23
LAB: The mouse cursor data is constant
Filippos Karapetis
2015-12-23
LAB: Code naming, reduced variable scope
Eugene Sandulenko
2015-12-23
LAB: Optimized dependency on common headers
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: interface.h
Eugene Sandulenko
2015-12-23
LAB: Reduced header dependency: dispman.h, eventman.h
Eugene Sandulenko
2015-12-23
LAB: Reduce header intra-dependency. Reduced image.h dependency
Eugene Sandulenko
2015-12-23
LAB: Removed unnecessary includes
Eugene Sandulenko
2015-12-23
LAB: Simplify the journal and map gadget handling
Filippos Karapetis
2015-12-23
LAB: Simplify the gadget enabling/disabling code
Filippos Karapetis
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: Use doxygen format for function comments
Strangerke
2015-12-23
LAB: Review spacing
Strangerke
2015-12-23
LAB: Get rid of _numHidden
Filippos Karapetis
2015-12-23
LAB: Clean up checkGadgetHit() a bit
Filippos Karapetis
2015-12-23
LAB: Some more renaming, remove useless variables
Strangerke
2015-12-23
LAB: Change the gadget lists to use Common::List
Filippos Karapetis
2015-12-23
LAB: Move more functions to DisplayMan
Strangerke
2015-12-23
LAB: Start working on a separate DisplayMan class
Strangerke
2015-12-23
LAB: Renamed mouse.* to eventman.*
Eugene Sandulenko