aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/gui.cpp
AgeCommit message (Collapse)Author
2019-10-04GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItemEugene Sandulenko
2019-10-01MACVENTURE: Fix MSVC WarningsD G Turner
2019-05-27MACVENTURE: Fix MSVC warningsFilippos Karapetis
- Added a CHECKME for a code which is never used at the moment - Add default cases to switch statements - Remove unused variables - Fix integer variable assignments from booleans
2017-01-14GRAPHICS: Renamed Menu to MacMenu to avoid potential name collisionEugene Sandulenko
2017-01-12MACVENTURE: Fix Comparison Always True Compiler Warning.D G Turner
There is no need for ABS() call as the parameters called on are both unsigned integers.
2016-10-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko
2016-09-24MACVENTURE: Silence Cppcheck warningTorbjörn Andersson
I think it was harmless, but don't use 'it' after erasing it.
2016-09-05MACVENTURE: Clear the exits window before drawing the buttonsTorbjörn Andersson
This was a regression from adding background patterns.
2016-09-04MACVENTURE: Set background pattern for exits windowTorbjörn Andersson
In the original, the background is actually a clickable object. I don't know if we want to implement this as a dark gray background pattern, or as a real object. For now, though, it's a useful test case for setBackgroundPattern().
2016-09-03MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix ↵Eugene Sandulenko
GPL headers
2016-09-03MACVENTURE: Fix warningEugene Sandulenko
2016-08-26MACVENTURE: Fix window initializationBorja Lorente
2016-08-26MACVENTURE: Fix menu flags and add newgameBorja Lorente
2016-08-19MACVENTURE: Remove leftover comments and document magic constantsBorja Lorente
2016-08-19MACVENTURE: Fix formattingBorja Lorente
2016-08-19MACVENTURE: Break up one-line ifs and fix bracesBorja Lorente
2016-08-19MACVENTURE: Fix debug messagesBorja Lorente
2016-08-19MACVENTURE: Implement quit from menuBorja Lorente
2016-08-19MACVENTURE: Add prefixes to error messagesBorja Lorente
2016-08-19MACVENTURE: Fix some compiler warningsBorja Lorente
2016-08-19MACVENTURE: Fix indentation and bracesBorja Lorente
2016-08-19MACVENTURE: Fix lost constantBorja Lorente
2016-08-19MACVENTURE: Fix window object drawingBorja Lorente
2016-08-19MACVENTURE: Fix mismatched new and delete[]Borja Lorente
2016-08-19MACVENTURE: Fix leak on loadControlsBorja Lorente
2016-08-19MACVENTURE: Add wrapper class for global settingsBorja Lorente
2016-08-19MACVENTURE: Fix minor memory leaksBorja Lorente
2016-08-19MACVENTURE: Implement gui reloadingBorja Lorente
2016-08-19MACVENTURE: Delete duplicate codeBorja Lorente
2016-08-19MACVENTURE: Unify NULLsBorja Lorente
2016-08-19MACVENTURE: Add proper flags to gui debug rectsBorja Lorente
2016-08-19MACVENTURE: Fix engine mause in dialogBorja Lorente
2016-08-19MACVENTURE: Add win game dialogBorja Lorente
2016-08-19MACVENTURE: Fix console drawing bugBorja Lorente
2016-08-19MACVENTURE: Refactor object drawingBorja Lorente
2016-08-19MACVENTURE: Fix window resizing bugBorja Lorente
2016-08-14MACVENTURE: Add debug channelsBorja Lorente
2016-08-14MACVENTURE: Refactor dragging codeBorja Lorente
2016-08-14MACVENTURE: Fix some of the offsetsBorja Lorente
2016-08-14MACVENTURE: Fix dragged object drawingBorja Lorente
2016-08-14MACVENTURE: Fix corner case drawing overflowBorja Lorente
2016-08-14MACVENTURE: Fix selected object drawingBorja Lorente
2016-08-14MACVENTURE: Adapt dragging to new click detectionBorja Lorente
2016-08-14MACVENTURE: Revamp double click detectionBorja Lorente
2016-08-14MACVENTURE: Implement loading borders from zipBorja Lorente
2016-08-14MACVENTURE: Fix startup loading bugBorja Lorente
2016-08-14MACVENTURE: Change GUI to accept ScummVM dialogsBorja Lorente
2016-08-14MACVENTURE: Add dejavuBorja Lorente
2016-08-14MACVENTURE: Fix item selection on scrollBorja Lorente
2016-08-14MACVENTURE: Add scroll to inventory windowsBorja Lorente