Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | GLK: Fix stalling of event processing loop | Paul Gilbert | |
2019-08-02 | GLK: FROTZ: Title screen for Arthur is partially showing | Paul Gilbert | |
2019-07-29 | GLK: Added skeleton debugger | Paul Gilbert | |
2019-03-03 | GLK: Revert to passing ascii characters rather than scancodes to the sub-engines | Paul Gilbert | |
2019-03-02 | GLK: Don't treat Caps, Num and Scroll Lock as standard keypresses | Torbjörn Andersson | |
Technically, they're lock keys rather than modifier keys, but we may as well treat them as the same thing here. My keyboard doesn't have an F-lock key, and I can't find any key code for it, so I don't know if that one has to be excluded too. | |||
2019-03-01 | GLK: Don't ignore Alt key combinations | Paul Gilbert | |
I'm told that on some foreign keyboards, combinations of Alt & Fn keys are used to produce standard characters. So I can't just ignore Alt combinations because of this | |||
2019-03-01 | GLK: Don't treat modifier keys as standard keypresses | Paul Gilbert | |
2019-01-31 | GLK: Cleanups & fixes from color refactoring | Paul Gilbert | |
2019-01-29 | GLK: FROTZ: Make window transparent for V6 games to not obscure upper area | Paul Gilbert | |
2019-01-19 | GLK: FROTZ: Implement setting mouse cursor visibility | 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-08 | GLK: FROTZ: Further sound handling | 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 | |