aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/interface.cpp
AgeCommit message (Expand)Author
2016-01-15LAB: Separate the interface from the event managerFilippos Karapetis
2016-01-14LAB: Better separation of the event and interface codeFilippos Karapetis
2016-01-08LAB: Bugfixes for the lowres DOS versionFilippos Karapetis
2015-12-26LAB: Remove an unused function in EventManagerStrangerke
2015-12-26LAB: Make private some DispMan functions and variables, some renamingStrangerke
2015-12-24Merge branch 'master' of github.com:scummvm/scummvmWillem Jan Palenstijn
2015-12-24LAB: Fill mouse position field for keypressesWillem Jan Palenstijn
2015-12-24Use Common::Keycode and enums in interface buttonsFilippos Karapetis
2015-12-24LAB: Reorganize the code a bit in getMsg()Filippos Karapetis
2015-12-24LAB: More cleanup of the keyboard handling codeFilippos Karapetis
2015-12-24LAB: Start to untangle the mess in the event codeFilippos Karapetis
2015-12-23LAB: Rename overlayRect() to checkerboardEffect()Filippos Karapetis
2015-12-23LAB: Replace g_system by _systemStrangerke
2015-12-23LAB: Finish moving function comments to headerStrangerke
2015-12-23LAB: Use Common:KeyCode in keyPress() and getNextChar()Strangerke
2015-12-23LAB: Merge enableButton() and disableButton()Filippos Karapetis
2015-12-23LAB: Use Common::Point in IntuiMessageFilippos Karapetis
2015-12-23LAB: Simplify mouse button handlingFilippos Karapetis
2015-12-23LAB: Some simplification of the mouse handling codeFilippos Karapetis
2015-12-23LAB: Get rid of mouseButton()Filippos Karapetis
2015-12-23LAB: Remove superfluous functionFilippos Karapetis
2015-12-23LAB: Some renamesFilippos Karapetis
2015-12-23LAB: Verify the appropriate use of parenthesis in if statementsStrangerke
2015-12-23LAB: Some renaming in EventManStrangerke
2015-12-23LAB: Rename gadget to buttonFilippos Karapetis
2015-12-23LAB: Move getMsg to the event managerFilippos Karapetis
2015-12-23LAB: Remove interface.h, get rid of a lot of useless definesStrangerke
2015-12-23LAB: Move interface functions to EventManStrangerke
2015-12-23LAB: Optimized dependency on common headersEugene Sandulenko
2015-12-23LAB: Reduced header dependency: interface.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: dispman.h, eventman.hEugene Sandulenko
2015-12-23LAB: Reduced header dependency: labsets.h, utils.hEugene Sandulenko
2015-12-23LAB: Reduce header intra-dependency. Reduced image.h dependencyEugene Sandulenko
2015-12-23LAB: Removed unnecessary includesEugene Sandulenko
2015-12-23LAB: Plug a memory leak in freeButtonList()Filippos Karapetis
2015-12-23LAB: Simplify the gadget enabling/disabling codeFilippos Karapetis
2015-12-23LAB: Use // for commentsStrangerke
2015-12-23LAB: Use doxygen format for function commentsStrangerke
2015-12-23LAB: Review spacingStrangerke
2015-12-23LAB: Some more refactoring and renamingStrangerke
2015-12-23LAB: Remove more extern variablesStrangerke
2015-12-23LAB: Move utility functions to a separate classStrangerke
2015-12-23LAB: Replace some uses of malloc() with newFilippos Karapetis
2015-12-23LAB: Some more renaming, remove useless variablesStrangerke
2015-12-23LAB: Change the gadget lists to use Common::ListFilippos Karapetis
2015-12-23LAB: Move more functions to DisplayManStrangerke
2015-12-23LAB: Start working on a separate DisplayMan classStrangerke
2015-12-23LAB: Some renaming and cleanupFilippos Karapetis
2015-12-23LAB: Renamed mouse.* to eventman.*Eugene Sandulenko
2015-12-23LAB: Rename Image class membersEugene Sandulenko