aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.cpp
AgeCommit message (Expand)Author
2017-08-01GRAPHICS: MACGUI: Keep original string in MacTextEugene Sandulenko
2017-08-01JANITORIAL: Code formattingEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added method to remove last line from MacTextEugene Sandulenko
2017-07-17WAGE: Fix resizing and text selection bugVelocityRa
2017-07-17GRAPHICS: Add MacText::appendText() variants that accept text format argsVelocityRa
2017-07-17GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect sizeVelocityRa
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-02-07GRAPHICS: Recalculate text area sizing if interLinear is changed.stevenhoefel
2017-02-06GRAPHICS: Cleanup MacText codeEugene Sandulenko
2017-02-04GRAPHICS: Removing Director-specific hack in text width calculationEugene Sandulenko
2017-02-04GRAPHICS: Enforce font recomputation in MacTextEugene 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: Pass MacWindowManager to MacText constructorEugene Sandulenko
2017-01-29GRAPHICS: Initial code for MacText formattingEugene Sandulenko
2017-01-28JANITORIAL: Fix code formattingEugene 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-10GRAPHICS: Correct Unsigned vs. Signed Comparison Compiler Warning.D G Turner
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