Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-17 | main: Use proper locale for asciiz conversion | Stanislaw Halik | |
2013-09-17 | Check .ini access rights on Linux | Stanislaw Halik | |
2013-09-17 | main: -Wall clean | Stanislaw Halik | |
2013-09-17 | main ui: appease GNU CC -Wreorder | Stanislaw Halik | |
2013-09-17 | Sprinkle some volatile | Stanislaw Halik | |
These data members are accessed without a lock. | |||
2013-09-17 | Rename axes in dialog to commonly used terms | 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 | New PT from Patrick Ruoff adapted to Linux | Stanislaw Halik | |
2013-09-15 | Bump version | Stanislaw Halik | |
2013-09-15 | Don't use tracker.cpp indirection for updating zeroing | Stanislaw Halik | |
2013-09-15 | Only use mm timers during tracking | 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-14 | Unbreak Windows build | Stanislaw Halik | |
2013-09-14 | filter API: Remove implementation detail. Sprinkle const | Stanislaw Halik | |
2013-09-14 | Actually check for X11, not Unix | Stanislaw Halik | |
2013-09-14 | Init X11 threads on Q_OS_UNIX | Stanislaw Halik | |
2013-09-14 | Remove outdated signal connections | Stanislaw Halik | |
2013-09-14 | Don't duplicate event handlers for every config reload | Stanislaw Halik | |
2013-09-14 | Clean up preprocessor mingw-isms | Stanislaw Halik | |
No functional changes. | |||
2013-09-14 | Recent braino resulted in double free in error path | Stanislaw Halik | |
2013-09-14 | Reduce macro scope | Stanislaw Halik | |
2013-09-14 | Unbreak Windows partially | Stanislaw Halik | |
2013-09-14 | Open-code always-constant params | Stanislaw Halik | |
2013-09-14 | Refresh splines only once | Stanislaw Halik | |
2013-09-14 | Rename for clarity | Stanislaw Halik | |
2013-09-14 | Absolutely no need to update tracker here | Stanislaw Halik | |
2013-09-14 | Remove useless comment | Stanislaw Halik | |
2013-09-14 | Open-code stuff that has no place outside ctor | Stanislaw Halik | |
2013-09-14 | Remove unused functions | Stanislaw Halik | |
2013-09-14 | Cleanup the main class's file some more. Windows still broken. | Stanislaw Halik | |
2013-09-14 | Move keyboard shortcuts to a new file | Stanislaw Halik | |
Windows build could be interminently broken. Will resolve in following commits. | |||
2013-09-14 | Move spline configuration into separate file | Stanislaw Halik | |
Unfortunately, there's still a circular dependency between spline configuration and the main widget which *still* contains the most logic for the software. | |||
2013-09-14 | Fix splines not loading from ini without restart | Stanislaw Halik | |
It's still a mess, though. | |||
2013-09-14 | Remove unused member variable | Stanislaw Halik | |
2013-09-14 | Downcase settings directory. Only affects Linux | Stanislaw Halik | |
2013-09-14 | Run dos2unix on the tree. No user-facing changes. | Stanislaw Halik | |
2013-09-14 | Kludgily restore missing second tracker src | Stanislaw Halik | |
2013-09-13 | Don't expose filter internal state. Sprinkle some const | Stanislaw Halik | |
2013-09-13 | Fix include guard | Stanislaw Halik | |
2013-09-13 | Remove copypasta entirely in shared object loading | Stanislaw Halik | |
2013-09-13 | Reduce copy-pasted code during dynamic library load | Stanislaw Halik | |
2013-09-13 | Remove per-file version history. Be careful not to touch copyright information. | Stanislaw Halik | |
2013-09-13 | Allow for editing filter settings while the software is running | Stanislaw Halik | |
2013-09-13 | Reorder side effects to avoid use-after-free | Stanislaw Halik | |
2013-09-13 | Allow for changing keyboard shortcuts while the tracker is running | Stanislaw Halik | |
2013-09-02 | Remove dead code | Stanislaw Halik | |
2013-09-02 | UI cleanup, tracking overlay already provides that information. Expose one ↵ | Stanislaw Halik | |
internal value less. | |||
2013-08-24 | Undo the filtering clusterfuck following discussion with dbaarda | Stanislaw Halik | |
2013-08-19 | Revert "High-frequency timer does nothing with sleep interval, it turns out" | Stanislaw Halik | |
This reverts commit c6e5a5f449f95a833b826ebfae870a2e519fcfa0. Actually, it does for Sleep(x) where x > 1 and x < 15, but only for Windows newer than XP. Next time let's check for ourselves instead of using obsolete info from the 'net... |