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
/
engines
/
gargoyle
/
window_text_buffer.cpp
Age
Commit message (
Expand
)
Author
2018-12-08
GLK: gcc compilation fixes
dreammaster
2018-12-08
GLK: astyle formatting
dreammaster
2018-12-08
GLK: Add copying to clipboard
Paul Gilbert
2018-12-08
GLK: Merge Clipboard and WindowMask into a new Selection class
Paul Gilbert
2018-12-08
GLK: Fix selection area getting removed when mouse button was released
Paul Gilbert
2018-12-08
GLK: Text selection highlighting is now working
Paul Gilbert
2018-12-08
GLK: Workaround to show caret for second line entry onwards
Paul Gilbert
2018-12-08
GLK: Cleanup of formatting in text buffer window class
Paul Gilbert
2018-12-08
GLK: Cleanup of comments in text window classes
Paul Gilbert
2018-12-08
GLK: Proper handling of font baseline and leading
Paul Gilbert
2018-12-08
GLK: Add drawCaret method
Paul Gilbert
2018-12-08
GLK: Text is partially displaying in the buffer window
Paul Gilbert
2018-12-08
GLK: Fix Attributes equality checks
Paul Gilbert
2018-12-08
GLK: Added pair window drawing
Paul Gilbert
2018-12-08
GLK: Converted fillRect to use a Rect to specify bounds
Paul Gilbert
2018-12-08
GLK: Implement font drawing methods
Paul Gilbert
2018-12-08
GLK: Fix initialization of text buffer window lines
Paul Gilbert
2018-12-08
GLK: Logic for keypress event handling
Paul Gilbert
2018-12-08
GLK: Beginnings of event handling
Paul Gilbert
2018-12-08
GLK: Added input window focus, and cleanup of event method stubs
Paul Gilbert
2018-12-08
GLK: Added unicode case methods
Paul Gilbert
2018-12-08
GLK: More window glk methods
Paul Gilbert
2018-12-08
GLK: Adding more window glk methods
Paul Gilbert
2018-12-08
GLK: Added window getSize methods
Paul Gilbert
2018-12-08
GLK: Added window closing, some structures cleanup
Paul Gilbert
2018-12-08
GLK: Move Draw class into new Screen class
Paul Gilbert
2018-12-08
GLK: Fleshed out graphics window
Paul Gilbert
2018-12-08
GLK: Windows focus / iteration
Paul Gilbert
2018-12-08
GLK: Implementing text buffer window methods
Paul Gilbert
2018-12-08
GLK: Remove more Window methods that aren't actually present
Paul Gilbert
2018-12-08
GLK: Windows don't have a non-unicode putChar method
Paul Gilbert
2018-12-08
GLK: Split the windows.cpp file into separate files for each window class
Paul Gilbert