aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.cpp
AgeCommit message (Expand)Author
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
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