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-03-02 | GLK: Add support for input cursors in text grid windows | Paul Gilbert | |
This is initially primarily for Bureaucracy.. the starting form is drawn in the text grid window, and visible cursor is needed so you can tell which line you're filling in | |||
2019-02-28 | GLK: Use delete[] instead of free() to free _lineTerminators | Torbjörn Andersson | |
2019-01-31 | GLK: Change use of RGB tuplets to uint | Paul Gilbert | |
This has several advantages, such as simplifying copying and comparing colors. It will also make it easier to specify zcolor_Transparent as a color | |||
2019-01-06 | GLK: FROTZ: Fix text display for v6 games | Paul Gilbert | |
2019-01-01 | GLK: FROTZ: Fix #10843 Status bar disappearing when textbox is shown | Paul Gilbert | |
2018-12-31 | GLK: Splitting font related info from Conf into their own classes | Paul Gilbert | |
2018-12-28 | GLK: FROTZ: Implement PageUp/PageDn scrolling of desc area in Beyond Zork | Paul Gilbert | |
2018-12-18 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
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-08 | GLK: Fix showing unicode input lines | 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 | |