Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-31 | Replace send_event with extensible flags | David Robillard | 1 | -18/+22 | |
This is currently functionally equivalent, but taking up space in the event struct for a single bool which could be used for 32 flags for any number of things that might show up in the future seems like a very bad idea. | |||||
2015-09-12 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
2015-02-14 | UTF-8 keyboard input support on X11. | David Robillard | 1 | -5/+35 | |
2014-11-21 | Fix compilation on OSX. | David Robillard | 1 | -1/+1 | |
Use new event dispatch mechanism on OSX. | |||||
2014-09-27 | Improve documentation. | David Robillard | 1 | -7/+1 | |
2014-08-27 | Event-based dispatch. | David Robillard | 1 | -0/+223 | |