aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/window_text_buffer.cpp
AgeCommit message (Expand)Author
2018-12-08GLK: Changing gargoyle folder to glkPaul Gilbert
2018-12-08GLK: gcc compilation fixesdreammaster
2018-12-08GLK: astyle formattingdreammaster
2018-12-08GLK: Add copying to clipboardPaul Gilbert
2018-12-08GLK: Merge Clipboard and WindowMask into a new Selection classPaul 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: Workaround to show caret for second line entry onwardsPaul Gilbert
2018-12-08GLK: Cleanup of formatting in text buffer window classPaul Gilbert
2018-12-08GLK: Cleanup of comments in text window classesPaul Gilbert
2018-12-08GLK: Proper handling of font baseline and leadingPaul Gilbert
2018-12-08GLK: Add drawCaret methodPaul Gilbert
2018-12-08GLK: Text is partially displaying in the buffer windowPaul Gilbert
2018-12-08GLK: Fix Attributes equality checksPaul Gilbert
2018-12-08GLK: Added pair window drawingPaul Gilbert
2018-12-08GLK: Converted fillRect to use a Rect to specify boundsPaul Gilbert
2018-12-08GLK: Implement font drawing methodsPaul Gilbert
2018-12-08GLK: Fix initialization of text buffer window linesPaul Gilbert
2018-12-08GLK: Logic for keypress event handlingPaul Gilbert
2018-12-08GLK: Beginnings of event handlingPaul Gilbert
2018-12-08GLK: Added input window focus, and cleanup of event method stubsPaul Gilbert
2018-12-08GLK: Added unicode case methodsPaul Gilbert
2018-12-08GLK: More window glk methodsPaul Gilbert
2018-12-08GLK: Adding more window glk methodsPaul Gilbert
2018-12-08GLK: Added window getSize methodsPaul Gilbert
2018-12-08GLK: Added window closing, some structures cleanupPaul Gilbert
2018-12-08GLK: Move Draw class into new Screen classPaul Gilbert
2018-12-08GLK: Fleshed out graphics windowPaul Gilbert
2018-12-08GLK: Windows focus / iterationPaul Gilbert
2018-12-08GLK: Implementing text buffer window methodsPaul Gilbert
2018-12-08GLK: Remove more Window methods that aren't actually presentPaul Gilbert
2018-12-08GLK: Windows don't have a non-unicode putChar methodPaul Gilbert
2018-12-08GLK: Split the windows.cpp file into separate files for each window classPaul Gilbert