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
/
window_text_grid.h
Age
Commit message (
Collapse
)
Author
2019-08-04
GLK: Create an intermediate TextWindow base class for text windows
Paul Gilbert
This will make it easier to check whether a window is textual without having to check for both the grid & buffer classes explicitly
2019-03-02
GLK: Switch focus window immediately after requesting lines or chars
Paul Gilbert
2019-01-02
GLK: FROTZ: Setting window positon & size, some property reading
Paul Gilbert
2018-12-31
GLK: Splitting font related info from Conf into their own classes
Paul Gilbert
2018-12-09
GLK: Standardizing uint vs uint32 usage
Paul Gilbert
2018-12-09
GLK: Change all references to glui32 and glsi32 to uint and int
Paul Gilbert
This should finally fix compilation for the Amiga, which had difference sized types. And the renamed types are clearer for ScummVM anyway
2018-12-09
GLK: Yet another Amiga compilation fix
Paul Gilbert
2018-12-08
GLK: FROTZ: Improved rendering of Beyond Zork description area
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