aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-08GLK: astyle formattingdreammaster
2018-12-08GLK: SCOTT: Convert comments to single line veresionsPaul Gilbert
2018-12-08GLK: Add the garglk_set_reversevideo methodsPaul Gilbert
2018-12-08GLK: Add garglk_set_zcolors methodsPaul Gilbert
2018-12-08GLK: Add garglk_unput_string methodsPaul Gilbert
2018-12-08GLK: Cleanup of glk_gestalt_ext switchPaul Gilbert
2018-12-08GLK: Add GLK timer intervalsPaul Gilbert
2018-12-08GLK: Add GUI options to default detection entryPaul Gilbert
2018-12-08GLK: Fix loading of font colors and styles from configurationPaul Gilbert
2018-12-08GLK: Setup default font colors to match garglk defaultsPaul Gilbert
2018-12-08GLK: Get proper baseline and leading from loaded fontsPaul Gilbert
2018-12-08GLK: Don't leading & baseline for fonts go below minimum sizePaul Gilbert
2018-12-08GLK: Add copying to clipboardPaul Gilbert
2018-12-08GLK: Merge Clipboard and WindowMask into a new Selection classPaul Gilbert
2018-12-08GLK: Implemented pasting from clipboardPaul Gilbert
2018-12-08GLK: Added a fonts.dat Zip archive containing the fontsPaul Gilbert
2018-12-08GLK: Allow video mode to be specified in the configurationPaul Gilbert
2018-12-08GLK: Fix selection area getting removed when mouse button was releasedPaul Gilbert
2018-12-08GLK: Text selection highlighting is now workingPaul Gilbert
2018-12-08GLK: Fix display of mouse cursorPaul Gilbert
2018-12-08GLK: In progress adding mouse cursorsPaul Gilbert
2018-12-08GLK: Workaround to show caret for second line entry onwardsPaul Gilbert
2018-12-08GLK: SCOTT: Fix loading and saving gamesPaul Gilbert
2018-12-08GLK: Add miscellaneous stream methodsPaul Gilbert
2018-12-08GLK: Added savegame meta info retrievalPaul Gilbert
2018-12-08GLK: Add savegame listingPaul Gilbert
2018-12-08GLK: SCOTT: Added startup savegame loadingPaul Gilbert
2018-12-08GLK: SCOTT: Added saveGameState and loadGameStatePaul Gilbert
2018-12-08GLK: Fix refreshing grid windows when text is changedPaul Gilbert
2018-12-08GLK: SCOTT: Add custom game Ids for each known Scott Adams gamePaul Gilbert
2018-12-08GLK: Further work on game detectionPaul Gilbert
2018-12-08GLK: Adding extra fields to the savegame format for validationPaul Gilbert
2018-12-08GLK: Fixes for file stream readingPaul Gilbert
2018-12-08GLK: Adding file stream opening and closingPaul Gilbert
2018-12-08GLK: Merge Files class into existing Streams classPaul Gilbert
2018-12-08GLK: Add glk style hint methodsPaul Gilbert
2018-12-08GLK: Added glk style methodsPaul Gilbert
2018-12-08GLK: Create glk fileref methodsPaul Gilbert
2018-12-08GLK: Beginnings of file reference handlingPaul Gilbert
2018-12-08GLK: SCOTT: Switch command line options setup to use ConfigManPaul Gilbert
2018-12-08GLK: SCOTT: Camel case method namesPaul Gilbert
2018-12-08GLK: Prompt for keypress when game is exitedPaul Gilbert
2018-12-08GLK: Fix processing input after Enter is pressedPaul Gilbert
2018-12-08GLK: Fix having space between prmpt and input textPaul Gilbert
2018-12-08GLK: Fix showing input text to the right of input promptPaul Gilbert
2018-12-08GLK: Cleanup of formatting in text buffer window classPaul Gilbert
2018-12-08GLK: Change key handle if block to a switch statementPaul Gilbert
2018-12-08GLK: Cleanup of comments in text window classesPaul Gilbert
2018-12-08GLK: Fix placement of input cursorPaul Gilbert
2018-12-08GLK: Proper handling of font baseline and leadingPaul Gilbert