aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Collapse)Author
2016-10-31JANITORIAL: TyposAlexandre Detiste
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO";
2016-10-18GRAPHICS: Declared few methods in MacFontManager publicEugene Sandulenko
2016-10-18GRAPHICS: Remove debug leftoverEugene Sandulenko
2016-10-15GRAPHICS: Fixed BDF font scalingEugene Sandulenko
2016-10-15GRAPHICS: Added all supported Mac fonts to enumEugene Sandulenko
2016-10-14GRAPHICS: Further work on BDF font scalingEugene Sandulenko
2016-10-12GRAPHICS: Fix BDF font referencing on font generationEugene Sandulenko
2016-10-12GRAPHICS: Fix built-in font parametersEugene Sandulenko
2016-10-12GRAPHICS: Further work on BDF font scalingEugene Sandulenko
2016-10-11GRAPHICS: Added stub for BDF font scalerEugene Sandulenko
2016-10-10GRAPHICS: Use PIXEL_SIZE as BDF font sizeEugene Sandulenko
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-10-08GRAPHICS: Detect substitute for Mac fontsEugene Sandulenko
2016-10-07GRAPHICS: Search for font substitution for MacFontsEugene Sandulenko
2016-10-07GRAPHICS: Differentiate Mac fonts by slantEugene Sandulenko
2016-10-07GRAPHICS: Parse slant from BDF fontsEugene Sandulenko
2016-10-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko
2016-10-06GRAPHICS: Fix BDF font parsingEugene Sandulenko
2016-10-06GRAPHICS: Parse font size from BDF fontsEugene Sandulenko
2016-10-06GRAPHICS: Use Family name instead of font name when reading from BDF fontsEugene Sandulenko
2016-10-05GRAPHICS: Use Face Name for Mac fonts if they're specified.Eugene Sandulenko
Allows to avoid situations with files named "NewYork" with "New York" font inside.
2016-10-05GRAPHICS: Load Face Name from BDF filesEugene Sandulenko
Also adjust the devtools and built-in fonts accordingly.
2016-09-29GRAPHICS: Added a PixelFormat bpp methodPaul Gilbert
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