summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update signed/drivera1xd2021-01-071-0/+0
|
* refactor main callbacka1xd2021-01-071-28/+23
| | | | check for empty input as suggested by @aroidzap
* get hwid when adding devicea1xd2021-01-061-26/+22
|
* size device id/hwids based on docsa1xd2021-01-054-20/+37
| | | | this also changes the connect ioctl to not abort when hwid query fails
* Update driver/driver.hTomáš Pazdiora2021-01-051-1/+1
| | | Co-authored-by: a1xd <[email protected]>
* bugfixTomáš Pazdiora2021-01-051-1/+2
|
* revert for loop -> do while (according to a1xd's conclusion)Tomáš Pazdiora2021-01-051-2/+3
|
* simplify checking for configuration without specific deviceTomáš Pazdiora2021-01-051-1/+1
|
* add "Device Hardware ID" setting, to affect only specific deviceTomáš Pazdiora2021-01-055-18/+40
|
* add devicelist appTomáš Pazdiora2021-01-055-0/+148
|
* fix .rc filesTomáš Pazdiora2021-01-052-2/+2
|
* Merge pull request #53 from termhn/patch-1a1xd2021-01-031-2/+5
|\ | | | | Make note about download location in the guide
| * Update doc/Guide.mdGray Olson2021-01-031-1/+1
| | | | | | Co-authored-by: a1xd <[email protected]>
| * make note about download link in the guideGray Olson2021-01-021-2/+5
|/
* Merge pull request #51 from a1xd/fp-parsea1xd2020-12-222-1/+12
|\ | | | | fallback on invariant format when parsing fields
| * rename tryparse, add typea1xd2020-12-221-2/+2
| |
| * fallback on invariant format when parsing fieldsa1xd2020-12-152-1/+12
|/ | | | by invariant meaning english-based number style, with period char as decimal separator
* Merge pull request #48 from a1xd/improve-docsv1.3.0a1xd2020-12-061-4/+7
|\ | | | | add prereqs to install guide
| * add prereqs to install guidea1xd2020-12-051-4/+7
|/
* Merge pull request #46 from a1xd/1.3a1xd2020-12-0563-273/+1482
|\
| * update signed, add installersa1xd2020-12-057-3/+6
| |
| * add more changes from reviewa1xd2020-12-0510-31/+41
| | | | | | | | | | | | improve version error messages revert poll time changes add range validation after text parse
| * add changes from reviewa1xd2020-12-038-37/+40
| | | | | | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
| * fix chart range not updating on disablea1xd2020-12-031-15/+12
| |
| * filter out abs move raw inputa1xd2020-12-032-1/+6
| |
| * add directional multipliersa1xd2020-12-0314-38/+71
| | | | | | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher
| * update writer - use messagebox instead of consolea1xd2020-12-022-9/+16
| |
| * support win7 while cross-signing is still availablea1xd2020-12-024-9/+22
| | | | | | | | to be dropped by april 2021
| * embed version info into assembliesa1xd2020-12-0238-93/+1273
| | | | | | | | | | | | | | | | check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset
| * merge common-install with commona1xd2020-12-027-26/+5
| |
| * refactor ioa1xd2020-12-014-82/+61
| |
| * fix dbgprint warninga1xd2020-11-301-1/+1
| |
| * match debug and release lang stda1xd2020-11-291-1/+1
|/
* Merge pull request #45 from JacobPalecki/fixJacobPalecki2020-11-274-63/+3
|\ | | | | Fix by component last mouse move
| * Remove experiment file, set driver lang to c++17, fix by component last ↵Jacob Palecki2020-11-274-63/+3
|/ | | | mouse move
* Merge pull request #38 from a1xd/1.2v1.2.0-w7v1.2.0a1xd2020-10-2513-80/+127
|\ | | | | 1.2.0
| * update signeda1xd2020-10-211-0/+0
| |
| * move speedcap into acceleratora1xd2020-10-215-17/+18
| |
| * put autowrite option back in menua1xd2020-10-217-73/+95
| |
| * fix sens label visibility when separateda1xd2020-10-211-1/+2
| |
| * update min time threshold for 8khza1xd2020-10-201-1/+3
| |
| * add speed capa1xd2020-10-204-7/+28
|/
* Merge pull request #37 from JacobPalecki/GUIv1.1.2a1xd2020-10-191-2/+2
|\ | | | | Fix output velocity calculation
| * Fix output velocity calculationJacob Palecki2020-10-181-2/+2
|/
* Merge pull request #36 from a1xd/gain-conv-fixv1.1.1a1xd2020-10-156-107/+116
|\ | | | | fix gain cap conversion
| * Merge remote-tracking branch 'downstream/GUI' into gain-conv-fixJacob Palecki2020-10-154-70/+74
| |\
| | * Fix simulated mouse input bug + small renamingJacob Palecki2020-10-154-70/+74
| |/ |/|
| * fix gain cap conversiona1xd2020-10-151-7/+5
| |
| * update signed for 1.1.1a1xd2020-10-151-0/+0
| |
| * improve converter prompta1xd2020-10-151-30/+37
|/