Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-29 | fixup! qfc: use euclidean distance to point | Stanislaw Halik | |
Don't use rectangle bounding box for circles | |||
2015-11-29 | qfc: use euclidean distance to point | Stanislaw Halik | |
Don't use rectangle bounding box for circles | |||
2015-11-26 | tracker/rs adjusted UI to reflect SDK update | Xavier Hallade | |
2015-11-26 | tracker/rs: updated RealSense SDK to R5-HF1 | Xavier Hallade | |
2015-11-26 | api/shortcuts: remove pointless "friend" declarations | Stanislaw Halik | |
2015-11-26 | api/shortcuts: move to separate definition | Stanislaw Halik | |
There's no need to have definitions in header for non-template classes | |||
2015-11-24 | Update README.md | Stanisław Halik | |
2015-11-24 | api/shortcuts: don't unacquire joy handle pointlessly | Stanislaw Halik | |
2015-11-22 | api/shortcuts: fix copy-paste erroropentrack-2.3-rc21p1 | Stanislaw Halik | |
2015-11-22 | cmake: build osx .app only after install | Stanislaw Halik | |
By accident tarball was build prior to install qxt-mini. | |||
2015-11-22 | api/shortcuts: don't provide guard/stubs for non-win32 | Stanislaw Halik | |
The worker class is win32-only. Don't guard there, consumers are expected only to include it on _WIN32. For the same reason don't provide a stub for the keybinding worker. | |||
2015-11-22 | api/joy: guard _WIN32 properly | Stanislaw Halik | |
2015-11-22 | api/shortcuts: hopefully guard joystick _WIN32 | Stanislaw Halik | |
2015-11-22 | opentrack/joystick: rename header to clarify usage | Stanislaw Halik | |
2015-11-22 | cmake: default to tarball build at -j4 | Stanislaw Halik | |
2015-11-22 | api/shortcuts: add missing win32 delete key definition | Stanislaw Halik | |
2015-11-22 | tracker/joy: don't save joy friendly name | Stanislaw Halik | |
We don't need it for joy selection | |||
2015-11-22 | api/shortcuts, tracker/joy: adapt to synchronized joy api | Stanislaw Halik | |
2015-11-22 | api/joy: protect dinput with mutex in all cases | Stanislaw Halik | |
Also practice object-oriented information hiding to avoid accesses without the mutex. Also provide basic joy information (guid, name) without exposing dinput handles and so on. | |||
2015-11-22 | compat/options: no need to heap-alloc here | Stanislaw Halik | |
2015-11-22 | tracker/joy: use the centralized joystick state worker | Stanislaw Halik | |
Most of the code can be removed. | |||
2015-11-22 | api/joy: implement a central joystick worker | Stanislaw Halik | |
- Make the dinput handle a singleton also across module boundaries. - Provide axis values per connected stick. - Robustify in case of sudden unplug. | |||
2015-11-22 | work: use the centralized keypress worker | Stanislaw Halik | |
2015-11-22 | api/keyboard: implement a central worker | Stanislaw Halik | |
DirectInput dies when two LPDIRECTINPUT8 handles are obtained. Implement a singleton worker providing keypress events. | |||
2015-11-19 | tracker-rs: updated RealSense SDK version to R5 | Xavier Hallade | |
2015-11-19 | tracker/joystick: avoid recursive acquire of non-recursive mutex | Stanislaw Halik | |
2015-11-19 | shortcuts: nix single-use mutex | Stanislaw Halik | |
It also slept with lock held. Good riddance. | |||
2015-11-16 | tracker/win32-joy: forgot to save stick index | Stanislaw Halik | |
Issue: #267 | |||
2015-11-12 | joy: remove branching | Stanislaw Halik | |
2015-11-12 | joy: for newly plugged sticks, only emit events after 3 seconds | Stanislaw Halik | |
My X65 emits modeswitch events only a while after getting plugged in. This only affects newly hotplugged joysticks. Ones plugged in before listening start start processing events immediately. Issue: #118 | |||
2015-11-11 | installer: fix path to icon only | Stanislaw Halik | |
2015-11-11 | joy: guard _WIN32. retab.opentrack-2.3-rc21 | Stanislaw Halik | |
2015-11-11 | options: stringify keyboard mods for joy buttons | Stanislaw Halik | |
2015-11-11 | shortcuts: alloy kbd mods for joystick buttons | Stanislaw Halik | |
2015-11-11 | joy: slurp keys on startup | Stanislaw Halik | |
2015-11-11 | joy: add cheap debug info | Stanislaw Halik | |
2015-11-11 | joy: memset won't hurt | Stanislaw Halik | |
2015-11-11 | joy: pass shortcut only if pressed, not depressed | Stanislaw Halik | |
Issue: #118 Reported-by: @Len62 | |||
2015-11-11 | joy: refresh immediately once on startup | Stanislaw Halik | |
2015-11-11 | shortcuts: register joysticks every 250 ms, not 2 seconds | Stanislaw Halik | |
Issue: #118 | |||
2015-11-11 | shortcuts: map joystick buttons on depress only | Stanislaw Halik | |
Some buttons like the X65 mode switch are held all the time. Prevent them from hogging all the keybindings. Issue: #118 | |||
2015-11-11 | options: konst korrektness | Stanislaw Halik | |
2015-11-11 | allow for binding joystick buttons to shortcut functions | Stanislaw Halik | |
Win32 only Issue: #118 | |||
2015-11-06 | spline: snap x, y coordinates to grid | Stanislaw Halik | |
2015-11-06 | qfc: always ensure at least one point exists | Stanislaw Halik | |
Previously, insertion of the lone point was postponed until opening the mapping window. | |||
2015-11-05 | shm: set right permissions for the mapping | Stanislaw Halik | |
Fix a copy-paste error. | |||
2015-11-03 | cmake: can use default hidden visibility on apple | Stanislaw Halik | |
2015-11-02 | freetrack: new game support | Stanislaw Halik | |
2015-11-02 | ht: disconnect the face tracker from build | Stanislaw Halik | |
It performs awfully, also needs run in subprocess since flandmark is GPL3. | |||
2015-11-02 | shm: guard pragma against non-GNUC | Stanislaw Halik | |