Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-30 | OSX Build fixes | R. van twisk | |
2019-09-22 | api: expose raw data to protocols | Stanislaw Halik | |
Issue: #975 | |||
2019-02-10 | cmake: use target_{compile,link}_options | Stanislaw Halik | |
2019-02-10 | proto/foohid: add missing .ts | Stanislaw Halik | |
2018-12-19 | cruft | Stanislaw Halik | |
2018-04-05 | modules: now use i18n | Stanislaw Halik | |
2018-02-12 | cmake: remove otr_prop() | Stanislaw Halik | |
It's too complex to be understood when written in CMake. Replace with explicit calls to set_property(). This hasn't been tested on OSX. | |||
2018-01-20 | rename our Qt .png icon | Stanislaw Halik | |
facetracknoir.png -> opentrack.png | |||
2017-12-18 | plugins: rename check_status -> initialize | Stanislaw Halik | |
It's a contract for plugin invocation that the particular function fills the role of initialization. Rename accordingly. | |||
2017-12-09 | many: use otr_tr for non-qobject translation | Stanislaw Halik | |
I haven't even compile-tested Linux and OSX-specific bits. | |||
2017-12-04 | api: add status check for modules | Stanislaw Halik | |
2017-11-23 | Add virtual joystick output for macOS | Eike Ziller | |
Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236 |