aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactext.h
AgeCommit message (Expand)Author
2020-01-02GRAPHICS: MACGUI: Initial code for MacEditableTextEugene Sandulenko
2019-10-20GRAPHICS: MACGUI: Added possibility to render MacText at any desired placeEugene Sandulenko
2019-10-18GRAPHICS: MACGUI: Switched MacText to U32String internallyEugene Sandulenko
2017-08-08GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input textsEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Initial code for copying selection to clipboardEugene Sandulenko
2017-08-04GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Align and store MacText selection coordinatesEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindowEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Do not add input line to the original MacText contentEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText sizeEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: CleanupEugene Sandulenko
2017-08-04GRAPHICS: MACGUI: Pass default formatting to MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: unk3f is not needed in MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Keep original string in MacTextEugene Sandulenko
2017-08-01GRAPHICS: MACGUI: Added more getters to MacTextEugene 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-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-06GRAPHICS: Return line count of formatted MacText.stevenhoefel
2017-02-01GRAPHICS: Fix rendering of MacText with font change in the middle of the stringEugene Sandulenko
2017-01-31GRAPHICS: Implement rendering of rich MacTextEugene Sandulenko
2017-01-31GRAPHICS: Store more metainformation on lines in 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: Added MacFontRun structureEugene Sandulenko
2017-01-29GRAPHICS: Pass MacWindowManager to MacText constructorEugene 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
2016-12-22GRAPHICS: Implemented MacText::replaceLastLine()Eugene Sandulenko
2016-12-20GRAPHICS: Implement surface reallocation in MacTextEugene Sandulenko
2016-12-20GRAPHICS: Implemented partial MacText drawingEugene 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