Age | Commit message (Expand) | Author |
2018-08-17 | JANITORIAL: Removing trailing spaces after int casts | Paul Gilbert |
2018-08-05 | GRAPHICS: MACGUI: fixed mem leak in MacText | Andrei Prykhodko |
2017-08-28 | GRAPHICS: MACGUI: Do not crash when nothing was drawn yet | Eugene Sandulenko |
2017-08-26 | GRAPHICS: MACGUI: Clear whole surface when resizing | Eugene Sandulenko |
2017-08-15 | GRAPHICS: MACGUI: Fix MacText::getTextChunk() for multiline selections | Eugene Sandulenko |
2017-08-08 | GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input texts | Eugene Sandulenko |
2017-08-07 | GRAPHICS: MACGUI: Correctly expand selection beyond last line | Eugene Sandulenko |
2017-08-05 | GRAPHICS: MACGUI: Enforce surface cleanup on MacText clearing | Eugene Sandulenko |
2017-08-05 | GRAPHICS: MACGUI: More work on clearing MacTextWindow content | Eugene Sandulenko |
2017-08-05 | GRAPHICS: MACGUI: Made CLIP statemements more useful | Eugene Sandulenko |
2017-08-05 | GRAPHICS: MACGUI: Fix GCC Compiler Warnings. | D G Turner |
2017-08-04 | GRAPHICS: MACGUI: Fixed bug with column detection in text selection | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix end line text selection hihglight | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Better selection row detection | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Improved text selection edge case behaviour | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Bugfixes for selection copying in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Initial code for copying selection to clipboard | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Correctly calculate row in MacText::getRowCol() | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Align and store MacText selection coordinates | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement MacText::getRowCol() method | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Clear rendered text when lines are removed in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix bug in MacText with adding newlines | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Do not add input line to the original MacText content | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Implement MacText resize | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Remove unused variable | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Cleanup | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix formatting of the first added text in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fixed appendText() in MacGui: formatting was not passed | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Fix copy/paste bug in MacText | Eugene Sandulenko |
2017-08-04 | GRAPHICS: MACGUI: Added more debug output to MacText | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: unk3f is not needed in MacText | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Keep original string in MacText | Eugene Sandulenko |
2017-08-01 | JANITORIAL: Code formatting | Eugene Sandulenko |
2017-08-01 | GRAPHICS: MACGUI: Added method to remove last line from MacText | Eugene Sandulenko |
2017-07-17 | WAGE: Fix resizing and text selection bug | VelocityRa |
2017-07-17 | GRAPHICS: Add MacText::appendText() variants that accept text format args | VelocityRa |
2017-07-17 | GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect size | VelocityRa |
2017-07-17 | GRAPHICS: Fix MacText::appendText by resizing _textLines | VelocityRa |
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 |