summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-10-17pt: reformat positStanislaw Halik
2015-10-17pt: refactor auto threshold somewhatStanislaw Halik
2015-10-17pt: rename ill-chosen nameStanislaw Halik
2015-10-17pt: switch min/max point size to realsStanislaw Halik
2015-10-17cmake: upload tarball to Dropbox but only if I'm the userStanislaw Halik
2015-10-17cmake: add tarball timestamp so it gets rebuiltStanislaw Halik
2015-10-17cmake: don't regen version if none changedStanislaw Halik
Fixes caused re-link of executable
2015-10-17cmake: fix git describe --dirtyStanislaw Halik
2015-10-17cmake: retab git moduleStanislaw Halik
2015-10-17fix tarball targetStanislaw Halik
2015-10-17cmake: mark dirty treeStanislaw Halik
2015-10-17cmake: regen tarball even if existsStanislaw Halik
2015-10-17cmake: generate version.ccStanislaw Halik
2015-10-17tracker: check for NaN valuesStanislaw Halik
Issue: #255
2015-10-17accela: don't check NaNs in filter, wrong placeStanislaw Halik
2015-10-17cmake: drop -ffast-math, allow for NaN checkStanislaw Halik
2015-10-17shortcuts: actually print screen binding worksStanislaw Halik
It works only if Dropbox doesn't hook the key Issue: #257
2015-10-17shortcuts: alias right modifier keys to left modifier keysStanislaw Halik
Issue: #257 Closes #257
2015-10-17shortcuts: allow for binding scroll lock and pause/breakStanislaw Halik
Print screen doesn't seem to work. Issue: #257
2015-10-16accela: also filter out NaNs on tracking startStanislaw Halik
2015-10-16allow for filter immediate centerStanislaw Halik
2015-10-16win32-shortcuts: drop null keycodeStanislaw Halik
2015-10-16accela: drop NaN/+-inf valuesStanislaw Halik
2015-10-12added guideline for contributions using LGPL softwareXavier Hallade
2015-10-12Update CONTRIBUTING.mdStanisław Halik
2015-10-12Update README.mdStanisław Halik
2015-10-12added guidelines for external contributionsXavier Hallade
enforcing the requirement for external contributions to be compatible with ISC license - and explicitly not being licensed under a copyleft license.
2015-10-12version: drop volatile, not neededStanislaw Halik
2015-10-11ui: edit tab key orderopentrack-2.3-rc19p1Stanislaw Halik
2015-10-11ui: set focus to start/stop buttonsStanislaw Halik
2015-10-11ft: game supportStanislaw Halik
2015-10-11shortcuts: fix short keypressesStanislaw Halik
Issue: #253
2015-10-11timer: fix overflowStanislaw Halik
Issue: #253
2015-10-11update copyleft warningStanislaw Halik
2015-10-11facetracknoir update licenseStanislaw Halik
@V4Friend agreed to change license to non-copyleft. I thank him for this.
2015-10-10Update README.mdStanisław Halik
2015-10-08fix clang warningsopentrack-2.3-rc19Stanislaw Halik
2015-10-08qfc: save retval's absolute valueStanislaw Halik
Closes #249
2015-10-07qfc: move var to outer scopeStanislaw Halik
2015-10-07qfc: no need to load lazily, it's received immediatelyStanislaw Halik
2015-10-07qfc: try harder to fill all memoized bucketsStanislaw Halik
2015-10-07Revert "accela: guard against negative value overflow properly"Stanislaw Halik
This reverts commit d626a60eca7a511786435ec796d7864c59463939.
2015-10-07qfc: revert to floats as in rc15Stanislaw Halik
Issue: #248 Issue: #231
2015-10-07make-tar: show cygpath -w on cygwin for convenienceStanislaw Halik
2015-10-07shortcuts: sleep less, drop less keystrokesStanislaw Halik
2015-10-07accela: revert rot gains to rc15Stanislaw Halik
2015-10-06qfc: increase precisionStanislaw 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-06ft: try without locking this timeStanislaw Halik
2015-10-06ft: cleanup commentsStanislaw Halik
2015-10-06csv: cleanupStanislaw Halik