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
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