aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/selection.cpp
AgeCommit message (Collapse)Author
2019-09-21BACKENDS: Add a default clipboard implementationCameron Cawley
2018-12-31GLK: Splitting font related info from Conf into their own classesPaul Gilbert
2018-12-18JANITORIAL: Whitespace fixesEugene Sandulenko
2018-12-09GLK: Change all references to glui32 and glsi32 to uint and intPaul 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-08GLK: Memory leak fixesPaul Gilbert
2018-12-08GLK: Freeing of data on exitPaul Gilbert
2018-12-08GLK: FROTZ: Fix crash clicking screen with mouse without draggingPaul Gilbert
2018-12-08GLK: Changing class and namespaces from Gargoyle to GlkPaul Gilbert
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert