Age | Commit message (Expand) | Author |
2017-05-02 | GRAPHICS: Pass interlinear as constructor argument to MacText | Tobia Tesan |
2017-04-30 | GRAPHICS: Delete MacFont in MacText | Tobia Tesan |
2017-04-30 | GRAPHICS: Use MacFont in lieu of Graphics::Font in MacText | Tobia Tesan |
2017-02-07 | GRAPHICS: Recalculate text area sizing if interLinear is changed. | stevenhoefel |
2017-02-06 | GRAPHICS: Cleanup MacText code | Eugene Sandulenko |
2017-02-04 | GRAPHICS: Removing Director-specific hack in text width calculation | Eugene Sandulenko |
2017-02-04 | GRAPHICS: Enforce font recomputation in MacText | Eugene Sandulenko |
2017-02-04 | GRAPHICS: Correctly process empty lines in MacText | Eugene Sandulenko |
2017-02-04 | GRAPHICS: Hid noisy debug messages in MacText | Eugene Sandulenko |
2017-02-03 | GRAPHICS: Fix MacText rendering when 3 fonts meet on one line | Eugene Sandulenko |
2017-02-03 | GRAPHICS: Fix MacText wrapping when formatting starts in the middle of a line | Eugene Sandulenko |
2017-02-02 | GRAPHICS: Fix surface reallocation in MacText | Eugene Sandulenko |
2017-02-02 | GRAPHICS: Fix MacText wrapping. Kudos to wjp | Eugene Sandulenko |
2017-02-02 | GRAPHICS: Fix MacText splitter, so less empty font chunks are generated | Eugene Sandulenko |
2017-02-02 | GRAPHICS: More optimization for empty strings | Eugene Sandulenko |
2017-02-02 | GRAPHICS: Optimize for empty substrings in MacText | Eugene Sandulenko |
2017-02-01 | GRAPHICS: Fix rendering of MacText with font change in the middle of the string | Eugene Sandulenko |
2017-02-01 | GRAPHICS: MacText fixes for in-the middle style change splitting | Eugene Sandulenko |
2017-02-01 | GRAPHICS: Add more debug output to MacText | Eugene Sandulenko |
2017-02-01 | GRAPHICS: Fix GCC Compiler Warnings. | D G Turner |
2017-02-01 | DIRECTOR: Adjust text wrapping by one pixel | Eugene Sandulenko |
2017-01-31 | GRAPHICS: Implement rendering of rich MacText | Eugene Sandulenko |
2017-01-31 | GRAPHICS: Store more metainformation on lines in MacText | Eugene Sandulenko |
2017-01-31 | GRAPHICS: Fix font transtion formatting for MacText | Eugene Sandulenko |
2017-01-31 | GRAPHICS: More fixes to MacText formatting | Eugene Sandulenko |
2017-01-31 | GRAPHICS: More fixes to MacText rich text formatting | Eugene Sandulenko |
2017-01-31 | DIRECTOR: Generate font style runs for MacText | Eugene Sandulenko |
2017-01-31 | GRAPHICS: Overwhauling of MacText rich formatting | Eugene Sandulenko |
2017-01-30 | GRAPHICS: More work on rich text formatting | Eugene Sandulenko |
2017-01-30 | GRAPHICS: Initial work on rich text formatting in MacText | Eugene Sandulenko |
2017-01-29 | GRAPHICS: Pass MacWindowManager to MacText constructor | Eugene Sandulenko |
2017-01-29 | GRAPHICS: Initial code for MacText formatting | Eugene Sandulenko |
2017-01-28 | JANITORIAL: Fix code formatting | Eugene Sandulenko |
2017-01-17 | GRAPHICS: MacText calculate longest string inside maxWidth and add alignment. | stevenhoefel |
2017-01-15 | DIRECTOR: Utilise MacText class to provide Text Wrapping. | stevenhoefel |
2017-01-10 | GRAPHICS: Correct Unsigned vs. Signed Comparison Compiler Warning. | D G Turner |
2016-12-22 | GRAPHICS: Implemented MacText::replaceLastLine() | Eugene Sandulenko |
2016-12-20 | GRAPHICS: Simplify MacText | Eugene Sandulenko |
2016-12-20 | GRAPHICS: Implement surface reallocation in MacText | Eugene Sandulenko |
2016-12-20 | GRAPHICS: Implemented partial MacText drawing | Eugene Sandulenko |
2016-12-19 | GRAPHICS: Fix initialization | Eugene Sandulenko |
2016-12-16 | GRAPHICS: Added stubs for pasting text to MacText | Eugene Sandulenko |
2016-12-15 | GRAPHICS: Implemented blitting code for MacText | Eugene Sandulenko |
2016-12-15 | GRAPHICS: Restrinct MacText to designated width | Eugene Sandulenko |
2016-12-14 | GRAPHICS: Implemented basic rendering for MacText | Eugene Sandulenko |
2016-12-14 | GRAPHICS: Further work on MacText class | Eugene Sandulenko |
2016-12-14 | GRAPHICS: Added stub for MacText class | Eugene Sandulenko |