Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | main ui: appease GNU CC -Wreorder | Stanislaw Halik | |
2013-09-17 | Appease GNU CC -Wall -Wno-reorder | Stanislaw Halik | |
2013-09-17 | Sprinkle some volatile | Stanislaw Halik | |
These data members are accessed without a lock. | |||
2013-09-17 | Rename UDP protocol description only. | Stanislaw Halik | |
NB ABI compat with facetracknoir was lost due to removal of unused struct member. | |||
2013-09-17 | proto: Correct visibility | Stanislaw Halik | |
2013-09-17 | proto-wine: Fix incorrect usage of mutex-locker | Stanislaw Halik | |
2013-09-17 | proto-libevdev: End bulk updates with EV_SYN | Stanislaw Halik | |
2013-09-17 | remove empty line | Stanislaw Halik | |
2013-09-17 | Refactor for proper translation output range | Stanislaw Halik | |
2013-09-17 | Rename axes in dialog to commonly used terms | Stanislaw Halik | |
2013-09-17 | Take a peek on how uglyDwarf doesIt | Stanislaw Halik | |
2013-09-17 | Add a note to future self | Stanislaw Halik | |
2013-09-17 | Rename UI class from copied boilerplate | Stanislaw Halik | |
2013-09-17 | Pretend to be a joystick a bit harder for udev | Stanislaw Halik | |
2013-09-17 | add missing evdev driver icon | Stanislaw Halik | |
2013-09-16 | proto-libevdev: first version. NEEDS UDEV RULE | Stanislaw Halik | |
2013-09-16 | initial libevdev impl | Stanislaw Halik | |
2013-09-16 | VJoy: correct visibility of getGameName() | Stanislaw Halik | |
2013-09-15 | Simplify tracker API | Stanislaw Halik | |
No need to have a separate finalization function, can just as well sleep in the destructor. | |||
2013-09-15 | Fix Rift build on mingw-w64 | Stanislaw Halik | |
2013-09-15 | Where did that come from? | Stanislaw Halik | |
2013-09-15 | Make every tracker/protocol/filter dialog modal | Stanislaw Halik | |
This is since changing the tracker/protocol/filter from a combobox will cause a use-after-free and a nasty crash. | |||
2013-09-15 | Fix mingw-w64 cross-compile from Linux | Stanislaw Halik | |
Case-sensitivity and MSVC-isms bite again. | |||
2013-09-15 | New PT from Patrick Ruoff adapted to Linux | Stanislaw Halik | |
2013-09-15 | Initial PT 1.1 import | Stanislaw Halik | |
Codebase broken at this stage | |||
2013-09-15 | Finish installer script | Stanislaw Halik | |
2013-09-15 | Add innosetup-based installer script | Stanislaw Halik | |
2013-09-15 | Bump version | Stanislaw Halik | |
2013-09-15 | Don't use dummy exe, it prevents users from deleting app directory | Stanislaw Halik | |
2013-09-15 | Ensure FaceAPI is only compiled by MSVC80 | Stanislaw Halik | |
2013-09-15 | Don't use tracker.cpp indirection for updating zeroing | Stanislaw Halik | |
2013-09-15 | Link against uuid.lib on win32 explicitly | Stanislaw Halik | |
2013-09-15 | Only use mm timers during tracking | Stanislaw Halik | |
2013-09-15 | Reduce UI artifacts in edge cases | Stanislaw Halik | |
2013-09-15 | Use double precision for intermediate computation | Stanislaw Halik | |
2013-09-15 | Fix MSVC build. Also, minor reformat | Stanislaw Halik | |
2013-09-15 | Merge branch 'master' of github.com:opentrack/opentrack | Stanislaw Halik | |
Conflicts: facetracknoir/tracker.cpp ftnoir_filter_accela/ftnoir_filter_accela.cpp ftnoir_filter_accela/ftnoir_filter_accela.h ftnoir_filter_base/ftnoir_filter_base.h ftnoir_filter_ewma2/ftnoir_filter_ewma2.cpp ftnoir_filter_ewma2/ftnoir_filter_ewma2.h | |||
2013-09-15 | Try to unbreak mingw-w64 build | Stanislaw Halik | |
2013-09-15 | Workaround GNU ld bugs with win32-specific stuff | Stanislaw Halik | |
2013-09-14 | Unbreak mingw-w64 | Stanislaw Halik | |
2013-09-14 | Unbreak Windows build | Stanislaw Halik | |
2013-09-14 | Unbreak mingw-w64 build | Stanislaw Halik | |
2013-09-14 | Don't leak any memory, ever (?) | Stanislaw Halik | |
2013-09-14 | Even more dead code | Stanislaw Halik | |
2013-09-14 | Play nice with IDE analysis | Stanislaw Halik | |
2013-09-14 | X-Plane: remove dead code | Stanislaw Halik | |
2013-09-14 | filter API: Remove implementation detail. Sprinkle const | Stanislaw Halik | |
2013-09-14 | Use a sensible default for Accela zoom slowness | Stanislaw Halik | |
2013-09-14 | Use __declspec(dllimport) | Stanislaw Halik | |
2013-09-14 | Remove incorrect copyright information | Stanislaw Halik | |