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-08 | LAB: Bugfixes for the lowres DOS version | Filippos Karapetis |
2015-12-26 | LAB: Remove an unused function in EventManager | Strangerke |
2015-12-26 | LAB: Make private some DispMan functions and variables, some renaming | Strangerke |
2015-12-24 | Merge branch 'master' of github.com:scummvm/scummvm | Willem Jan Palenstijn |
2015-12-24 | LAB: Fill mouse position field for keypresses | Willem Jan Palenstijn |
2015-12-24 | Use Common::Keycode and enums in interface buttons | Filippos Karapetis |
2015-12-24 | LAB: Reorganize the code a bit in getMsg() | 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: Rename overlayRect() to checkerboardEffect() | Filippos Karapetis |
2015-12-23 | LAB: Replace g_system by _system | Strangerke |
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: 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: Some simplification of the mouse handling code | 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: Some renames | Filippos Karapetis |
2015-12-23 | LAB: Verify the appropriate use of parenthesis in if statements | Strangerke |
2015-12-23 | LAB: Some renaming in EventMan | Strangerke |
2015-12-23 | LAB: Rename gadget to button | Filippos Karapetis |
2015-12-23 | LAB: Move getMsg to the event manager | 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: 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: Reduced header dependency: labsets.h, utils.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: Plug a memory leak in freeButtonList() | 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: Some more refactoring and renaming | Strangerke |
2015-12-23 | LAB: Remove more extern variables | Strangerke |
2015-12-23 | LAB: Move utility functions to a separate class | Strangerke |
2015-12-23 | LAB: Replace some uses of malloc() with new | 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: Some renaming and cleanup | Filippos Karapetis |
2015-12-23 | LAB: Renamed mouse.* to eventman.* | Eugene Sandulenko |
2015-12-23 | LAB: Rename Image class members | Eugene Sandulenko |