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.h
Age
Commit message (
Expand
)
Author
2016-01-15
LAB: Separate the interface from the event manager
Filippos Karapetis
2015-12-29
LAB: Remove two other unused variables
Strangerke
2015-12-28
LAB: Simulate events by setting an unused key
Filippos Karapetis
2015-12-28
LAB: Fix loading from the GMM and warping to rooms from the console
Filippos Karapetis
2015-12-26
LAB: Remove an unused function in EventManager
Strangerke
2015-12-26
LAB: Remove unused function in EventManager
Strangerke
2015-12-25
LAB: Rename fromCrumbs() to processEvent() and simplify it a bit
Filippos Karapetis
2015-12-25
LAB: Use the MessageClass enum in the IntuiMessage struct
Filippos Karapetis
2015-12-24
LAB: Rename kMessageDeltaMove to kMessageMoveCursorToCloseup
Filippos Karapetis
2015-12-24
Use Common::Keycode and enums in interface buttons
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: 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: Merge enableButton() and disableButton()
Filippos Karapetis
2015-12-23
LAB: Use Common::Point in IntuiMessage
Filippos Karapetis
2015-12-23
LAB: Simplify mouse button 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: Some renaming in EventMan
Strangerke
2015-12-23
LAB: Make some functions and variables private 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: Move interface functions to EventMan
Strangerke
2015-12-23
LAB: Simplify the journal and map gadget handling
Filippos Karapetis
2015-12-23
LAB: Use // for comments
Strangerke
2015-12-23
LAB: Get rid of _numHidden
Filippos Karapetis
2015-12-23
LAB: Change the gadget lists to use Common::List
Filippos Karapetis
2015-12-23
LAB: Renamed mouse.* to eventman.*
Eugene Sandulenko