aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fltk
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete FLTK patchesPierre Ossman2019-01-1418-5231/+0
| | | | | These are for ancient versions of FLTK and are not needed in the versions required by us.
* Added Fltk patch from Pierre to fix "checksum for freed object" segfault to ↵Brian P. Hinz2015-04-201-0/+77
| | | | contrib/fltk folder.
* Fix broken FLTK patchPierre Ossman2014-09-161-8/+1
| | | | | Remove some lines that weren't consistent with the earlier suggested patches.
* Update FLTK patches based on feeback from upstreamPierre Ossman2014-09-112-80/+212
|
* Disable input methods when the viewport is focusedPierre Ossman2014-08-221-0/+466
| | | | | | Input methods are way too complex for us to map them to the VNC protocol in any sane manner. Best just to disable them and rely on simple keyboard behaviour when the viewport is active.
* Add xhandler hookPierre Ossman2014-08-221-0/+194
| | | | | Boiler plate code to intercept system events from FLTK so that we can generate proper keyboard messages.
* Remove simple keyboard modelPierre Ossman2014-08-2214-917/+0
| | | | | Remove the FLTK simple keyboard system and reorganise things in preparation for a more direct approach.
* Ship FLTK patches instead of referring a URIPierre Ossman2014-08-2218-0/+5286
It makes things more self contained (although you still need to download FLTK itself), avoids the confusion of STR:s in varying states, and allows us to refer to patches that aren't available on an STR.