aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)Author
2016-09-05GRAPHICS: Handle Windows and Mac line breaks when word-wrapping textTorbjörn Andersson
This seems like the right place to do it. Hopefully it's also the right way. It fixes line breaks in the MacVenture engine, where the text apparently uses Mac line breaks.
2016-09-04GRAPHICS: Add setBackgroundPattern() to MacWindowTorbjörn Andersson
Set a background pattern for the window surface. For instance, the exits window in the MacVenture engine should have a light gray background, rather than a white one, and this will allow it to get one without having to draw it by itself.
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-02Merge pull request #816 from blorente/macgui-fixEugene Sandulenko
GRAPHICS: [GSoC] Fix leaks and bugs in MacGui
2016-08-30Merge pull request #788 from Tkachov/cloudEugene Sandulenko
ALL: Add Cloud storage support
2016-08-26GRAPHICS: Fix leak in ninepatch destructorBorja Lorente
2016-08-25GRAPHICS: Fix big leak when blitting macgui bordersBorja Lorente
2016-08-25GRAPHICS: Fix leak in macgui border loadingBorja Lorente
2016-08-25GRAPHICS: Correcting think line thicknessEugene Sandulenko
2016-08-25GRAPHICS: Fix potential rounding errors in the h/v thick line drawingEugene Sandulenko
2016-08-25GRAPHICS: Fix discrepancy in the thick line drawing functionFilippos Karapetis
The shortcuts for horizontal and vertical lines should draw the extra thickness pixels around the line, not below it or to the right
2016-08-24GUI: Added animation classesEugene Sandulenko
2016-08-24GUI: Added transparency to PicWidgetsEugene Sandulenko
2016-08-24GUI: Switched GUI to draw on TransparentSurfaceEugene Sandulenko
2016-08-24GUI: Implemented centering of dialog backgroundEugene Sandulenko
2016-08-24GUI: Added possibility to specify scale mode for AlphaBitmapsEugene Sandulenko
2016-08-24GUI: Plug NinePatch bitmaps into parserEugene Sandulenko
2016-08-24GUI: Implemented more modes to autoscaleEugene Sandulenko
2016-08-24GUI: Implemented alphabitmap autoscaleEugene Sandulenko
2016-08-24GUI: Implemented possibility to use alphabitmaps in GraphicsWidgetEugene Sandulenko
2016-08-24GUI: Added new alphabitmap image typeEugene Sandulenko
2016-08-10GRAPHICS: Fix window closingBorja Lorente
2016-08-06WAGE: Fix crash in ExplorerAlexander Tkachev
Caused by operator[] usage on empty string.
2016-08-03GRAPHICS: Fix MSVC project generationPaul Gilbert
2016-08-03GRAPHICS/WAGE: Made MacWindowManager font maping requiring font sizeEugene Sandulenko
2016-08-03WAGE/GRAPHICS: Move standard Mac font mapping to gui/Eugene Sandulenko
2016-08-03GRAPHICS: Fix warningsEugene Sandulenko
2016-08-02GRAPHICS: Add most of the documentation to MacWindowManagerBorja Lorente
2016-08-02GRAPHICS: Add macwindow documentationBorja Lorente
2016-08-02GRAPHICS: Add documentation to BaseMacWindowBorja Lorente
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-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-02GRAPHICS: Add custom border measuresBorja Lorente
2016-07-31GRAPHICS: First approximation to custom border offsetsBorja Lorente
2016-07-31GRAPHICS: Refactor MacWindow to accept MacWindowBorderBorja 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-31GRAPHICS: Fix segfault in macwindowBorja Lorente
2016-07-31WAGE: Begin adding borders to the windowsBorja Lorente
2016-07-31GRAPHICS: Include border loading codeBorja Lorente
2016-07-31GRAPHICS: Introduce NinePatchBitmap to MacWindowBorja Lorente