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
/
glk
/
frotz
/
processor_screen.cpp
Age
Commit message (
Expand
)
Author
2019-08-18
GLK: FROTZ: Whitespace fixes
Paul Gilbert
2019-08-08
GLK: FROTZ: Ordering of text and graphics windows based on usage
Paul Gilbert
2019-08-04
GLK: FROTZ: V6 window creation so Arthur intro now progresses further
Paul Gilbert
2019-03-13
GLK: FROTZ: Move setReverseVideo into Window
Paul Gilbert
2019-03-12
GLK: FROTZ: Move remainder of font/style logic into Window
Paul Gilbert
2019-03-06
GLK: FROTZ: Create Glk windows on the fly as needed
Paul Gilbert
2019-03-05
GLK: FROTZ: Moving updating colors and current window into Window class
Paul Gilbert
2019-02-27
GLK: FROTZ: Move window clearing to a Window method
Paul Gilbert
2019-02-27
GLK: FROTZ: Move current window into _wp
Paul Gilbert
2019-02-23
GLK: FROTZ: Add V6 text cursor logic
Paul Gilbert
2019-02-21
GLK: FROTZ: Disable typographic niceties for Beyond Zork font
Torbjörn Andersson
2019-02-19
GLK: FROTZ: Fix erasing windows that don't have an associated GLK window
Paul Gilbert
2019-02-17
GLK: FROTZ: Fix Coverity identified warnings
Paul Gilbert
2019-02-17
GLK: FROTZ: More properly fix transparency handling of header
Paul Gilbert
2019-02-16
GLK: FROTZ: Improved setup and handling of fg/bg colors
Paul Gilbert
2019-02-13
GLK: FROTZ: Have zRGB properly convert to screen format
Paul Gilbert
2019-01-31
GLK: FROTZ: Cleanup of current fg/bg variables
Paul Gilbert
2019-01-19
GLK: FROTZ: Implement setting mouse cursor visibility
Paul Gilbert
2019-01-04
GLK: FROTZ: Clarify comment about Unicode runes a bit.
Torbjörn Andersson
2019-01-01
GLK: FROTZ: Cleanup of incorrect namespace comments
Paul Gilbert
2019-01-01
GLK: FROTZ: Added skeleton classes for ZMachine windows
Paul Gilbert
2018-12-18
GLK: FROTZ: Janitorial fixes
Paul Gilbert
2018-12-17
GLK: FROTZ: Remove need for new font style for Runic font
Paul Gilbert
2018-12-17
GLK: FROTZ: Use the Noto runic font for runes
Torbjörn Andersson
2018-12-17
GLK: FROTZ: Map runic characters to Unicode
Torbjörn Andersson
2018-12-09
GLK: Fix compiler warnings
Paul Gilbert
2018-12-08
GLK: FROTZ: Add all the new V6 methods, commented out until I can fix each one
Paul Gilbert
2018-12-08
GLK: FROTZ: Improved rendering of Beyond Zork description area
Paul Gilbert
2018-12-08
GLK: FROTZ: Fix setting cwin field when window changes
Paul Gilbert
2018-12-08
GLK: FROTZ: Fix selection of the character graphics font
Paul Gilbert
2018-12-08
GLK: FROTZ: Adding bitmap font class for Infocom character graphics
Paul Gilbert
2018-12-08
GLK: Change lots of comments from multiline to single line
Paul Gilbert
2018-12-08
GLK: FROTZ: Fix gcc warnings, adding extra method comments
Paul Gilbert
2018-12-08
GLK: Fix gcc compiler warnings
Paul Gilbert
2018-12-08
GLK: Changing class and namespaces from Gargoyle to Glk
Paul Gilbert
2018-12-08
GLK: Changing gargoyle folder to glk
Paul Gilbert