Age | Commit message (Expand) | Author |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko |
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry Crozat |
2017-07-06 | GRAPHICS: Allow nearest neighbor scaling of 1Bpp and 2Bpp TransparentSurfaces | Colin Snover |
2017-05-27 | GRAPHICS: Include bytesPerPixel in toString representation | Vincent Pelletier |
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-03-12 | GRAPHICS: Hid noisy warning in MacFontManager | Eugene Sandulenko |
2017-02-21 | GRAPHICS: Apply eriktorbjorn's fix for non-origin transBlitFrom calls | Paul Gilbert |
2017-02-07 | GRAPHICS: Recalculate text area sizing if interLinear is changed. | stevenhoefel |
2017-02-06 | GRAPHICS: Cleanup MacText code | Eugene Sandulenko |
2017-02-06 | GRAPHICS: Return line count of formatted MacText. | stevenhoefel |
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: Try to generate font names from slant in MacFontManager | 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-30 | GRAPHICS: Added missing include | Eugene Sandulenko |
2017-01-29 | GRAPHICS: Added optional initial line width ot text wrapper | Eugene Sandulenko |
2017-01-29 | GRAPHICS: Added MacFontRun structure | 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-28 | GRAPHICS: Implemented MacFont fallback | Eugene Sandulenko |
2017-01-27 | GRAPHICS: Added additional font map registering to MacFontManager | Eugene Sandulenko |
2017-01-27 | JANITORIAL: Cleanup | Eugene Sandulenko |
2017-01-27 | GRAPHICS: Overload loadFonts() method in MacResMnager | Eugene Sandulenko |
2017-01-26 | GRAPHICS: Refactor Mac font loading into per file method | Eugene Sandulenko |
2017-01-26 | GRAPHICS: More fixes to MacFont scaling. Now it does work | Eugene Sandulenko |