aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02GRAPHICS: Add documentation to MacWindowBorderBorja Lorente
2016-08-02GRAPHICS: Add basic caching to 9patch colorsBorja Lorente
2016-08-02GRAPHICS: Remove unused variablesBorja Lorente
2016-08-02GRAPHICS: Fix indentationBorja Lorente
2016-08-02WAGE: Revert indentationBorja Lorente
2016-08-02GRAPHICS: Fix include path in macwindowborderBorja Lorente
2016-08-02GRAPHICS: Rename header guards in macguiBorja Lorente
2016-08-02GRAPHICS: Reorder modules to preserve alphabetical orderBorja Lorente
2016-08-02GRAPHICS: Fix spacing issues in MacWindowManagerBorja Lorente
2016-08-02GRAPHICS: Add missing file headerBorja Lorente
2016-08-02GRAPHICS: Fix style and spellingBorja Lorente
2016-08-02WAGE: Remove leftover filesBorja Lorente
2016-08-02GRAPHICS: Add custom border measuresBorja Lorente
2016-07-31WAGE: Fallback to built-in bordersBorja Lorente
2016-07-31GRAPHICS: First approximation to custom border offsetsBorja Lorente
2016-07-31WAGE: Remove custom bordersBorja Lorente
2016-07-31WAGE: Change GUI Scene to load BMP bordersBorja Lorente
2016-07-31GRAPHICS: Refactor MacWindow to accept MacWindowBorderBorja Lorente
2016-07-31WAGE: Implement active/inactive bordersBorja Lorente
2016-07-31GRAPHICS: Add active/inactive borders to MacWindowBordersBorja Lorente
2016-07-31GRAPHICS: Add MacWindowBorder to abstract bordersBorja Lorente
2016-07-31GRAPHICS: Fix border loadingBorja Lorente
2016-07-31WAGE: Fix border loadingBorja Lorente
2016-07-31GRAPHICS: Fix segfault in macwindowBorja Lorente
2016-07-31WAGE: Begin adding borders to the windowsBorja Lorente
2016-07-31WAGE: Remove superfluous commentBorja Lorente
2016-07-31GRAPHICS: Include border loading codeBorja Lorente
2016-07-31WAGE: Add basic border loading codeBorja Lorente
2016-07-31WAGE: Remove unnecessary border codeBorja Lorente
2016-07-31GRAPHICS: Introduce NinePatchBitmap to MacWindowBorja Lorente
2016-07-31WAGE: Fix style issuesBorja Lorente
2016-07-31GRAPHICS: Fix style issuesBorja Lorente
2016-07-31WAGE: Adapt to namespace changeBorja Lorente
2016-07-31GRAPHICS: Clean up namespacesBorja Lorente
2016-07-31GRAPHICS: Move MacMenu constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacWindowManager constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacWindow constantsBorja Lorente
2016-07-31GRAPHICS: Create wrapper namespace for MacMenu constantsBorja Lorente
2016-07-31WAGE: Extract MacMenuBorja Lorente
2016-07-30WAGE: Adapt to MacMenu namespace changeBorja Lorente
2016-07-30GRAPHICS: Change namespace of MacMenuBorja Lorente
2016-07-30WAGE: Extract MacWindowBorja Lorente
2016-07-30WAGE: Change namespace of MacWindowBorja Lorente
2016-07-30WAGE: Extract MacWindowManagerBorja Lorente
2016-07-29WAGE: Make menu items show Save/Load dialogAlexander Tkachev
Default ScummVM Save/Load dialog shows up on click.
2016-07-29Merge pull request #793 from Tkachov/wageEugene Sandulenko
WAGE: Add save/load code
2016-07-29WAGE: Fix Chr::ChrArmorType unknown identifierAlexander Tkachev
It should've been `Chr` instead.
2016-07-29MADS: Fix warningEugene Sandulenko
2016-07-29FULLPIPE: Fix crash in MGM::movementis2 clearingEugene Sandulenko
2016-07-28Merge pull request #794 from bgK/fix-tests-event-recorderEugene Sandulenko
COMMON: Fix tests when building with the event recorder