aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/interface.cpp
AgeCommit message (Expand)Author
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
2015-12-23LAB: Some renaming, move a couple of variables to game engineStrangerke
2015-12-23LAB: Move functions related to keyboard events to EventStrangerke
2015-12-23LAB: Rework and renaming in the Event classStrangerke
2015-12-23LAB: Put Image into a separate class. Leaks memory for nowEugene Sandulenko
2015-12-23LAB: Get rid of stddefinesStrangerke
2015-12-23LAB: Renames in vga.cppEugene Sandulenko
2015-12-23LAB: Move mouse code in separate class, move some functions to LabEngine. (WIP)Strangerke
2015-12-23LAB: Fix several cppcheck errorsStrangerke
2015-12-23LAB: Put vga.cpp into LabEngine classEugene Sandulenko
2015-12-23LAB: Rename IntuiMessage struct membersEugene Sandulenko
2015-12-23LAB: get rid of timing.hEugene Sandulenko
2015-12-15LAB: Remove dead/superfluous code, and remove the newCheckMusic() wrapperFilippos Karapetis
2015-12-15LAB: Simplify usage of createButton()Filippos Karapetis
2015-12-15LAB: Remove superfluous void function parametersFilippos Karapetis
2015-12-15LAB: Initial support for lowres modeEugene Sandulenko
2015-12-15LAB: CleanupEugene Sandulenko
2015-12-15LAB: Kill storage.hEugene Sandulenko
2015-12-15LAB: Added inputEugene Sandulenko
2015-12-15LAB: Initial codeEugene Sandulenko