Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-17 | cmake: don't regen version if none changed | Stanislaw Halik | |
Fixes caused re-link of executable | |||
2015-10-17 | cmake: fix git describe --dirty | Stanislaw Halik | |
2015-10-17 | cmake: retab git module | Stanislaw Halik | |
2015-10-17 | fix tarball target | Stanislaw Halik | |
2015-10-17 | cmake: mark dirty tree | Stanislaw Halik | |
2015-10-17 | cmake: regen tarball even if exists | Stanislaw Halik | |
2015-10-17 | cmake: generate version.cc | Stanislaw Halik | |
2015-10-17 | tracker: check for NaN values | Stanislaw Halik | |
Issue: #255 | |||
2015-10-17 | accela: don't check NaNs in filter, wrong place | Stanislaw Halik | |
2015-10-17 | cmake: drop -ffast-math, allow for NaN check | Stanislaw Halik | |
2015-10-17 | shortcuts: actually print screen binding works | Stanislaw Halik | |
It works only if Dropbox doesn't hook the key Issue: #257 | |||
2015-10-17 | shortcuts: alias right modifier keys to left modifier keys | Stanislaw Halik | |
Issue: #257 Closes #257 | |||
2015-10-17 | shortcuts: allow for binding scroll lock and pause/break | Stanislaw Halik | |
Print screen doesn't seem to work. Issue: #257 | |||
2015-10-16 | accela: also filter out NaNs on tracking start | Stanislaw Halik | |
2015-10-16 | allow for filter immediate center | Stanislaw Halik | |
2015-10-16 | win32-shortcuts: drop null keycode | Stanislaw Halik | |
2015-10-16 | accela: drop NaN/+-inf values | Stanislaw Halik | |
2015-10-12 | added guideline for contributions using LGPL software | Xavier Hallade | |
2015-10-12 | Update CONTRIBUTING.md | Stanisław Halik | |
2015-10-12 | Update README.md | Stanisław Halik | |
2015-10-12 | added guidelines for external contributions | Xavier Hallade | |
enforcing the requirement for external contributions to be compatible with ISC license - and explicitly not being licensed under a copyleft license. | |||
2015-10-12 | version: drop volatile, not needed | Stanislaw Halik | |
2015-10-11 | ui: edit tab key orderopentrack-2.3-rc19p1 | Stanislaw Halik | |
2015-10-11 | ui: set focus to start/stop buttons | Stanislaw Halik | |
2015-10-11 | ft: game support | Stanislaw Halik | |
2015-10-11 | shortcuts: fix short keypresses | Stanislaw Halik | |
Issue: #253 | |||
2015-10-11 | timer: fix overflow | Stanislaw Halik | |
Issue: #253 | |||
2015-10-11 | update copyleft warning | Stanislaw Halik | |
2015-10-11 | facetracknoir update license | Stanislaw Halik | |
@V4Friend agreed to change license to non-copyleft. I thank him for this. | |||
2015-10-10 | Update README.md | Stanisław Halik | |
2015-10-08 | fix clang warningsopentrack-2.3-rc19 | Stanislaw Halik | |
2015-10-08 | qfc: save retval's absolute value | Stanislaw Halik | |
Closes #249 | |||
2015-10-07 | qfc: move var to outer scope | Stanislaw Halik | |
2015-10-07 | qfc: no need to load lazily, it's received immediately | Stanislaw Halik | |
2015-10-07 | qfc: try harder to fill all memoized buckets | Stanislaw Halik | |
2015-10-07 | Revert "accela: guard against negative value overflow properly" | Stanislaw Halik | |
This reverts commit d626a60eca7a511786435ec796d7864c59463939. | |||
2015-10-07 | qfc: revert to floats as in rc15 | Stanislaw Halik | |
Issue: #248 Issue: #231 | |||
2015-10-07 | make-tar: show cygpath -w on cygwin for convenience | Stanislaw Halik | |
2015-10-07 | shortcuts: sleep less, drop less keystrokes | Stanislaw Halik | |
2015-10-07 | accela: revert rot gains to rc15 | Stanislaw Halik | |
2015-10-06 | qfc: increase precision | Stanislaw Halik | |
Go from uint16_t to uint32_t. If it still doesn't help we have to back to using floats. Reported-by: @nanospork Issue: #231 | |||
2015-10-06 | ft: try without locking this time | Stanislaw Halik | |
2015-10-06 | ft: cleanup comments | Stanislaw Halik | |
2015-10-06 | csv: cleanup | Stanislaw Halik | |
2015-10-06 | main, ui: fix sort order | Stanislaw Halik | |
Sort order was applied only to combobox but not to tracker list. Reported-by: @nanospork cf. https://github.com/opentrack/opentrack/issues/231#issuecomment-145741998 | |||
2015-10-06 | ui: fix close on save | Stanislaw Halik | |
stopping the timer prevented maybe_save() from working | |||
2015-10-06 | un-bitrot installer support | Stanislaw Halik | |
Sponsored-by: TrackHat Issue: #229 | |||
2015-10-06 | ui: sort combobox items according to their name, not filename | Stanislaw Halik | |
2015-10-06 | mouse: remove GPL, has since been rewritten | Stanislaw Halik | |
2015-10-06 | mouse: decruft | Stanislaw Halik | |
Fix Qt layouts, add to comboboxen using Qt Designer |