index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphics
/
macgui
/
mactext.h
Age
Commit message (
Expand
)
Author
2019-10-20
GRAPHICS: MACGUI: Added possibility to render MacText at any desired place
Eugene Sandulenko
2019-10-18
GRAPHICS: MACGUI: Switched MacText to U32String internally
Eugene Sandulenko
2017-08-08
GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input texts
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Initial code for copying selection to clipboard
Eugene Sandulenko
2017-08-04
GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Align and store MacText selection coordinates
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Do not add input line to the original MacText content
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Cleanup
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Pass default formatting 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
GRAPHICS: MACGUI: Added more getters to MacText
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-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-06
GRAPHICS: Return line count of formatted MacText.
stevenhoefel
2017-02-01
GRAPHICS: Fix rendering of MacText with font change in the middle of the string
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: 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: Added MacFontRun structure
Eugene Sandulenko
2017-01-29
GRAPHICS: Pass MacWindowManager to MacText constructor
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
2016-12-22
GRAPHICS: Implemented MacText::replaceLastLine()
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-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