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