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
Age
Commit message (
Collapse
)
Author
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-05
GRAPHICS: MACGUI: Do not crash when window callback is null
Eugene Sandulenko
2017-08-05
GRAPHICS: MACGUI: Added more selection manipulation methods to MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Fix compilation
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Fix displaying two line text selections
Eugene Sandulenko
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: Fix detection for Cut command enablement
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: Leave text highlight after selection is made
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Added method to append input to MacTextWindow
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 display selection during scrolling
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Made selection affecting the MacMenu
Eugene Sandulenko
2017-08-04
GRAPHICS: GUI: Fix flicker in selection
Eugene Sandulenko
2017-08-04
GRAPHICS: GUI: Mark beginning and end column of selection in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Correctly calculate row in MacText::getRowCol()
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Simplified selection drawing code
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Do not draw text selection at beginning of selection
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: 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: Incapsulate MacWindow internals
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Reduce constant scope
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Implement scrolling in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Do not pass to the upstream backspace key event in ↵
Eugene Sandulenko
MacTextWindow
2017-08-04
GRAPHICS: MACGUI: Implement autoscrolling in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Use proper dimensions for maxTextWidth in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Fixed Enter key behavior 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
During resize we were replaying all MacText appends, which was including whole history of the input. Eek.
2017-08-04
GRAPHICS: MACGUI: undraw input text before resizing MacTextWindow
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 redundant method from MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Fix input text displaying
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Remove unused variable
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Fixed input line replacement in MacTextWindow
Eugene Sandulenko
2017-08-04
GRAPHICS: MACGUI: Draw input on MacTextWindow redraw
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
[prev]
[next]