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
/
mactextwindow.h
Age
Commit message (
Expand
)
Author
2019-10-18
GRAPHICS: MACGUI: Switched MacText to U32String internally
Eugene Sandulenko
2019-10-15
GRAPHICS: MACGUI: Added possibility to create read only text windows
Eugene Sandulenko
2018-07-29
GRAPHICS: MACGUI: add additional arg to MacTextWindow's constructor to disabl...
Andrei Prykhodko
2017-08-22
GRAPHICS: MACGUI: Added support for scrolling with mouse wheel
Eugene Sandulenko
2017-08-14
GRAPHICS: MACGUI: Initial code for MacTextWindow::cutSelection()
Eugene Sandulenko
2017-08-08
GRAPHICS: MACGUI: Initial code for Cutting/Paste multiline input texts
Eugene Sandulenko
2017-08-07
GRAPHICS: MACGUI: Do not draw selection in the initial state
Eugene Sandulenko
2017-08-05
GRAPHICS: MACGUI: Added more selection manipulation methods to MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Added method to append input to MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Initial code for copying selection to clipboard
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Made selection affecting the MacMenu
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Initial selection drawing code to MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Align and store MacText selection coordinates
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Remove redundant method from MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Reduce constant scope
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Do not add input line to the original MacText content
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: undraw input text before resizing MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Correctly set MacTextWindow internal MacText size
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Remove redundant method from MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Draw input on MacTextWindow redraw
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Remove redundant method from MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Exposed input text from the MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Update cursor position as text being added to MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Simplified cursor code is MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Initial code for cursor drawing in MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Added font specifying to MacTextWindow
Eugene Sandulenko
2017-08-01
GRAPHICS: MACGUI: Made MacTextWindow processing keyboard input
Eugene Sandulenko
2017-07-18
MACGUI: Fix compilation
Eugene Sandulenko
2017-07-17
WAGE: Fix resizing and text selection bug
VelocityRa
2017-07-17
GRAPHICS: Use MacText::appendText to render formatted text
VelocityRa
2017-07-17
GRAPHICS: Introduce drawText, appendText and font in MacTextWindow
VelocityRa
2017-07-17
GRAPHICS: Fix bug in MacText::draw() on calculating bounding rect size
VelocityRa
2017-07-17
GRAPHICS: Skeleton of MacTextWindow
VelocityRa