summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2015-11-01resize dialogs for better visibility on LinuxStanislaw Halik
2015-11-01shm: ignore diagnostic for Wine buildStanislaw Halik
2015-11-01compat: we can't use Qt hereStanislaw Halik
2015-11-01cmake: less boilerplate, link dynamicallyStanislaw Halik
2015-11-01use newly-added preprocessor variableStanislaw Halik
2015-11-01cmake: add current module name to preprocessor varsStanislaw Halik
2015-11-01cmake: nuke -rdynamicStanislaw Halik
2015-11-01qxt-mini: make own moduleStanislaw Halik
2015-11-01cmake: fix NO-LINKER-SCRIPTStanislaw Halik
typo
2015-11-01try not to statically link qxt-miniStanislaw Halik
cf. 3e60ccda96dfada9307a0a25134475c726f1ae72
2015-10-31osx: nix dot.DS_StoreStanislaw Halik
2015-10-31fix osx install bundle orderopentrack-2.3-rc20p1Stanislaw Halik
2015-10-31fix typoStanislaw Halik
2015-10-30shortcuts: fix crash on LinuxStanislaw Halik
2015-10-30wine: fix install wrapperStanislaw Halik
2015-10-30qxt: fix unix buildStanislaw Halik
2015-10-30cmake: lessen logspam with no opencvStanislaw Halik
2015-10-30also rename protocol -> protoStanislaw Halik
2015-10-30fix paths harderStanislaw Halik
2015-10-30fix paths after renameStanislaw Halik
2015-10-30fix icon pathsStanislaw Halik
2015-10-30cmake: cleanup hydraStanislaw Halik
2015-10-30rename gui directoryStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224