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: 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