aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2017-01-24GRAPHICS: Plug MacFont scaler inEugene Sandulenko
2017-01-24GRAPHICS: Further work on MacFont scalingEugene Sandulenko
2017-01-23GRAPHICS: Stop leaking memory. MacResMan deletes streamEugene Sandulenko
2017-01-23GRAPHICS: Fix crash in MacFontManagerEugene Sandulenko
2017-01-23GRAPHICS: Fix number of memory leaks and wanringsEugene Sandulenko
2017-01-23GRAPHICS: Gracefully process previous version of classicmacfonts.datEugene Sandulenko
2017-01-21GRAPHICS: More work on MacFont scalingEugene Sandulenko
2017-01-20GRAPHICS: Further work on MacFont font scalingEugene Sandulenko
2017-01-20GRAPHICS: Fix copy/paste errors with MacFont size processingEugene Sandulenko
2017-01-19GRAPHICS: Initial code for scaling MacFontsEugene Sandulenko
2017-01-19GRAPHICS: Encapsulate all MacFONTFont class variables into a single structEugene Sandulenko
2017-01-19GRAPHICS: Fix MacFont assignmentEugene Sandulenko
2017-01-18GRAPHICS: Fix font name generation for MacFontsEugene Sandulenko
2017-01-18GRAPHICS: Further work on MacFont loadingEugene Sandulenko
2017-01-18GRAPHICS: Plug in loaded MacFONTFonts into MacFontManagerEugene Sandulenko
2017-01-17GRAPHICS: Rename MacFont to MacFONTFont to avoid clashedEugene Sandulenko
2017-01-17GRAPHICS: Implementing kerning calculation for MacFontsEugene Sandulenko
2017-01-17GRAPHICS: Split out MacFontFamily class out of MacFontEugene Sandulenko
2017-01-17GRAPHICS: MacText calculate longest string inside maxWidth and add alignment.stevenhoefel
2017-01-17GRAPHICS: Fix oversight on length value to return.stevenhoefel
2017-01-17GRAPHICS: Fix Zero Length Format String Compiler Warnings.D G Turner
2017-01-17GRAPHICS: Fix FOND loadingEugene Sandulenko
2017-01-17GRAPHICS: Added debug output to FOND loadingEugene Sandulenko
2017-01-17GRAPHICS: More work on FOND loadingEugene Sandulenko
2017-01-16GRAPHICS: First part for reading FOND Mac resourcesEugene Sandulenko
2017-01-16GRAPHICS: Initial code for reading FONT Mac resourcesEugene Sandulenko
2017-01-15GRAPHICS: Further fix compiler warnings for byte castsPaul Gilbert
2017-01-15GRAPHICS: Fix compiler warnings of double to byte castsPaul Gilbert
2017-01-15DIRECTOR: Utilise MacText class to provide Text Wrapping.stevenhoefel
2017-01-14GRAPHICS: Renamed Menu to MacMenu to avoid potential name collisionEugene Sandulenko
2017-01-14GRAPHICS: MACGUI: Added method for reading menu from resourceEugene Sandulenko
2017-01-14DIRECTOR: Load fonts by name if exists from map.stevenhoefel
2017-01-13DIRECTOR: Implement Shape Patterns and Borders for D3.stevenhoefel
2017-01-11DIRECTOR: Round rectangles for Buttons. Improved TextCast alignment.stevenhoefel
2017-01-10GRAPHICS: Fix buildWillem Jan Palenstijn
2017-01-10DIRECTOR: Load Shared Cast Bitmaps (anchor point is incorrect).stevenhoefel
2017-01-10GRAPHICS: Correct Unsigned vs. Signed Comparison Compiler Warning.D G Turner
2017-01-09DIRECTOR: System beep and Mouse Cursors.stevenhoefel
2016-12-26WINTERMUTE: Fix references to TransparentSurface templatesEugene Sandulenko
2016-12-26GRAPHICS: Avoid name clashes for templates/non-template functionEugene Sandulenko
2016-12-26GRAPHICS: Fix another instance of structures nested in templatesEugene Sandulenko
2016-12-26GRAPHICS: Increase portability. Hopefully it will fix PS2 backendEugene Sandulenko
2016-12-26WINTERMUTE: Add TFilteringMode to transparent_surface.hTobia Tesan
2016-12-22GRAPHICS: Implemented MacText::replaceLastLine()Eugene Sandulenko
2016-12-20GRAPHICS: Simplify MacTextEugene Sandulenko
2016-12-20GRAPHICS: Implement surface reallocation in MacTextEugene Sandulenko
2016-12-20GRAPHICS: Implemented partial MacText drawingEugene Sandulenko
2016-12-19GRAPHICS: Fix initializationEugene Sandulenko
2016-12-16GRAPHICS: Added stubs for pasting text to MacTextEugene Sandulenko
2016-12-15GRAPHICS: Implemented blitting code for MacTextEugene Sandulenko