aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui
AgeCommit message (Expand)Author
2017-01-29GRAPHICS: Added MacFontRun structureEugene Sandulenko
2017-01-29GRAPHICS: Pass MacWindowManager to MacText constructorEugene Sandulenko
2017-01-29GRAPHICS: Initial code for MacText formattingEugene Sandulenko
2017-01-28JANITORIAL: Fix code formattingEugene Sandulenko
2017-01-28GRAPHICS: Implemented MacFont fallbackEugene Sandulenko
2017-01-27GRAPHICS: Added additional font map registering to MacFontManagerEugene Sandulenko
2017-01-27GRAPHICS: Overload loadFonts() method in MacResMnagerEugene Sandulenko
2017-01-26GRAPHICS: Refactor Mac font loading into per file methodEugene Sandulenko
2017-01-25GRAPHICS: Fix MacFont association to MacFontFamilyEugene Sandulenko
2017-01-24GRAPHICS: Plug MacFont scaler inEugene 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-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: MacText calculate longest string inside maxWidth and add alignment.stevenhoefel
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-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
2016-12-15GRAPHICS: Restrinct MacText to designated widthEugene Sandulenko
2016-12-14GRAPHICS: Implemented basic rendering for MacTextEugene Sandulenko
2016-12-14GRAPHICS: Further work on MacText classEugene Sandulenko
2016-12-14GRAPHICS: Added stub for MacText classEugene Sandulenko
2016-10-18GRAPHICS: Declared few methods in MacFontManager publicEugene Sandulenko
2016-10-15GRAPHICS: Added all supported Mac fonts to enumEugene Sandulenko
2016-10-12GRAPHICS: Fix BDF font referencing on font generationEugene Sandulenko
2016-10-12GRAPHICS: Further work on BDF font scalingEugene Sandulenko
2016-10-11GRAPHICS: Added stub for BDF font scalerEugene 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-06GRAPHICS: Move font-related MacGUI code to MacFontManagerEugene Sandulenko