aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui
AgeCommit message (Expand)Author
2017-08-01GRAPHICS: MACGUI: Made more MacWindow methods publicEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added method to remove last line from MacTextEugene Sandulenko
2017-07-18MACGUI: Fix warningEugene Sandulenko
2017-07-18MACGUI: Fix compilationEugene Sandulenko
2017-07-17WAGE: Fix resizing and text selection bugVelocityRa
2017-07-17GRAPHICS: Use MacText::appendText to render formatted textVelocityRa
2017-07-17GRAPHICS: Add MacText::appendText() variants that accept text format argsVelocityRa
2017-07-17GRAPHICS: Introduce drawText, appendText and font in MacTextWindowVelocityRa
2017-07-17GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect sizeVelocityRa
2017-07-17GRAPHICS: Skeleton of MacTextWindowVelocityRa
2017-07-17GRAPHICS: Fix MacText::appendText by resizing _textLinesVelocityRa
2017-05-02GRAPHICS: Pass interlinear as constructor argument to MacTextTobia Tesan
2017-04-30GRAPHICS: Delete MacFont in MacTextTobia Tesan
2017-04-30GRAPHICS: Use MacFont in lieu of Graphics::Font in MacTextTobia Tesan
2017-03-12GRAPHICS: Hid noisy warning in MacFontManagerEugene Sandulenko
2017-02-07GRAPHICS: Recalculate text area sizing if interLinear is changed.stevenhoefel
2017-02-06GRAPHICS: Cleanup MacText codeEugene Sandulenko
2017-02-06GRAPHICS: Return line count of formatted MacText.stevenhoefel
2017-02-04GRAPHICS: Removing Director-specific hack in text width calculationEugene Sandulenko
2017-02-04GRAPHICS: Enforce font recomputation in MacTextEugene Sandulenko
2017-02-04GRAPHICS: Try to generate font names from slant in MacFontManagerEugene Sandulenko
2017-02-04GRAPHICS: Correctly process empty lines in MacTextEugene Sandulenko
2017-02-04GRAPHICS: Hid noisy debug messages in MacTextEugene Sandulenko
2017-02-03GRAPHICS: Fix MacText rendering when 3 fonts meet on one lineEugene Sandulenko
2017-02-03GRAPHICS: Fix MacText wrapping when formatting starts in the middle of a lineEugene Sandulenko
2017-02-02GRAPHICS: Fix surface reallocation in MacTextEugene Sandulenko
2017-02-02GRAPHICS: Fix MacText wrapping. Kudos to wjpEugene Sandulenko
2017-02-02GRAPHICS: Fix MacText splitter, so less empty font chunks are generatedEugene Sandulenko
2017-02-02GRAPHICS: More optimization for empty stringsEugene Sandulenko
2017-02-02GRAPHICS: Optimize for empty substrings in MacTextEugene Sandulenko
2017-02-01GRAPHICS: Fix rendering of MacText with font change in the middle of the stringEugene Sandulenko
2017-02-01GRAPHICS: MacText fixes for in-the middle style change splittingEugene Sandulenko
2017-02-01GRAPHICS: Add more debug output to MacTextEugene Sandulenko
2017-02-01GRAPHICS: Fix GCC Compiler Warnings.D G Turner
2017-02-01DIRECTOR: Adjust text wrapping by one pixelEugene Sandulenko
2017-01-31GRAPHICS: Implement rendering of rich MacTextEugene Sandulenko
2017-01-31GRAPHICS: Store more metainformation on lines in MacTextEugene Sandulenko
2017-01-31GRAPHICS: Fix font transtion formatting for MacTextEugene Sandulenko
2017-01-31GRAPHICS: More fixes to MacText formattingEugene Sandulenko
2017-01-31GRAPHICS: More fixes to MacText rich text formattingEugene Sandulenko
2017-01-31DIRECTOR: Generate font style runs for MacTextEugene Sandulenko
2017-01-31GRAPHICS: Overwhauling of MacText rich formattingEugene Sandulenko
2017-01-30GRAPHICS: More work on rich text formattingEugene Sandulenko
2017-01-30GRAPHICS: Initial work on rich text formatting in MacTextEugene Sandulenko
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