summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-16pt: default to no minimal point size for trackhatStanislaw Halik
2015-10-16Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: win32-shortcuts: drop null keycode accela: drop NaN/+-inf values
2015-10-16win32-shortcuts: drop null keycodeStanislaw Halik
2015-10-16accela: drop NaN/+-inf valuesStanislaw Halik
2015-10-13fix buildStanislaw Halik
2015-10-13Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: added guideline for contributions using LGPL software Update CONTRIBUTING.md Update README.md added guidelines for external contributions
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 here tooStanislaw Halik
2015-10-12Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: version: drop volatile, not needed
2015-10-12version: drop volatile, not neededStanislaw Halik
2015-10-12installer excludesStanislaw Halik
2015-10-11ui: add software update check and dialogtrackhat-1.1p1Stanislaw Halik
2015-10-11Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: ui: edit tab key order ui: set focus to start/stop buttons ft: game support
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-11Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: shortcuts: fix short keypresses timer: fix overflow
2015-10-11shortcuts: fix short keypressesStanislaw Halik
Issue: #253
2015-10-11timer: fix overflowStanislaw Halik
Issue: #253
2015-10-11Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: update copyleft warning facetracknoir update license Update README.md
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-11Merge branch 'unstable' into trackhatStanislaw Halik
* unstable: fix clang warnings
2015-10-11wizard: adjust min pt sizeStanislaw Halik
Sponsored-by: TrackHat
2015-10-11pt: fix coordinate orderStanislaw Halik
Sponsored-by: TrackHat
2015-10-10Update README.mdStanisław Halik
2015-10-08Merge branch 'unstable' into trackhat-uitrackhat-1.1Stanislaw Halik
* unstable: qfc: save retval's absolute value
2015-10-08Merge branch 'work' into trackhat-uiStanislaw Halik
* work: qfc: move var to outer scope qfc: no need to load lazily, it's received immediately qfc: try harder to fill all memoized buckets Revert "accela: guard against negative value overflow properly" qfc: revert to floats as in rc15 make-tar: show cygpath -w on cygwin for convenience shortcuts: sleep less, drop less keystrokes accela: revert rot gains to rc15
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