summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-11-22api/joy: protect dinput with mutex in all casesStanislaw 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-22compat/options: no need to heap-alloc hereStanislaw Halik
2015-11-22tracker/joy: use the centralized joystick state workerStanislaw Halik
Most of the code can be removed.
2015-11-22api/joy: implement a central joystick workerStanislaw 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-22work: use the centralized keypress workerStanislaw Halik
2015-11-22api/keyboard: implement a central workerStanislaw Halik
DirectInput dies when two LPDIRECTINPUT8 handles are obtained. Implement a singleton worker providing keypress events.
2015-11-19tracker-rs: updated RealSense SDK version to R5Xavier Hallade
2015-11-19tracker/joystick: avoid recursive acquire of non-recursive mutexStanislaw Halik
2015-11-19shortcuts: nix single-use mutexStanislaw Halik
It also slept with lock held. Good riddance.
2015-11-16tracker/win32-joy: forgot to save stick indexStanislaw Halik
Issue: #267
2015-11-12joy: remove branchingStanislaw Halik
2015-11-12joy: for newly plugged sticks, only emit events after 3 secondsStanislaw 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-11installer: fix path to icon onlyStanislaw Halik
2015-11-11joy: guard _WIN32. retab.opentrack-2.3-rc21Stanislaw Halik
2015-11-11options: stringify keyboard mods for joy buttonsStanislaw Halik
2015-11-11shortcuts: alloy kbd mods for joystick buttonsStanislaw Halik
2015-11-11joy: slurp keys on startupStanislaw Halik
2015-11-11joy: add cheap debug infoStanislaw Halik
2015-11-11joy: memset won't hurtStanislaw Halik
2015-11-11joy: pass shortcut only if pressed, not depressedStanislaw Halik
Issue: #118 Reported-by: @Len62
2015-11-11joy: refresh immediately once on startupStanislaw Halik
2015-11-11shortcuts: register joysticks every 250 ms, not 2 secondsStanislaw Halik
Issue: #118
2015-11-11shortcuts: map joystick buttons on depress onlyStanislaw Halik
Some buttons like the X65 mode switch are held all the time. Prevent them from hogging all the keybindings. Issue: #118
2015-11-11options: konst korrektnessStanislaw Halik
2015-11-11allow for binding joystick buttons to shortcut functionsStanislaw Halik
Win32 only Issue: #118
2015-11-06spline: snap x, y coordinates to gridStanislaw Halik
2015-11-06qfc: always ensure at least one point existsStanislaw Halik
Previously, insertion of the lone point was postponed until opening the mapping window.
2015-11-05shm: set right permissions for the mappingStanislaw Halik
Fix a copy-paste error.
2015-11-03cmake: can use default hidden visibility on appleStanislaw Halik
2015-11-02freetrack: new game supportStanislaw Halik
2015-11-02ht: disconnect the face tracker from buildStanislaw Halik
It performs awfully, also needs run in subprocess since flandmark is GPL3.
2015-11-02shm: guard pragma against non-GNUCStanislaw Halik
2015-11-01simple-mat: nix porked ctorStanislaw Halik
2015-11-01hatire: fix clang warningStanislaw Halik
2015-11-01shm: fix winegcc on osx targetting 10.8Stanislaw Halik
see: [ 74%] Generating opentrack-wrapper-wine.exe.so In file included from /Users/sthalik/dev/opentrack/proto-wine/opentrack-wrapper-wine-windows.cxx:7: In file included from /Users/sthalik/dev/opentrack/opentrack-compat/shm.cpp:9: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cstdio:108:10: fatal error: 'support/win32/support.h' file not found ^ 1 error generated. winegcc: clang++ failed
2015-11-01shm: allow everyone to use the mapping on win32Stanislaw Halik
Issue: #261
2015-11-01gui: hidden symbol visibility by defaultStanislaw Halik
2015-11-01options: whitespaceStanislaw Halik
2015-11-01keyboard-chooser: use only keyboard worker, not full shortcutsStanislaw Halik
2015-11-01qxt: guard against _WIN32Stanislaw Halik
2015-11-01shortcuts: separate keybinding worker to another fileStanislaw Halik
2015-11-01options-dialog: add missing includeStanislaw Halik
2015-11-01shortcuts: cleanupStanislaw Halik
2015-11-01ovr: pass -Wall -Wextra -pedanticStanislaw Halik
2015-11-01options: don't define options singleton in every moduleStanislaw Halik
Instead, define in opentrack-api.so only. Also, move to opentrack-compat to break a circular dependency
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-11-01cmake: export only needed symbolsStanislaw Halik
2015-11-01cmake: less linkage boilerplateStanislaw Halik
2015-11-01cmake: fix spline widget linkageStanislaw Halik
2015-11-01adjust accela dialog for dpi fuckupStanislaw Halik