summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix graph for lp_norm != 1Jacob Palecki2021-01-211-2/+1
|/
* Merge pull request #66 from a1xd/1.4-tweaksv1.4.0JacobPalecki2021-01-2112-27/+72
|\ | | | | add angle snapping, update signed/
| * change toggle text, "enabled" -> "disable"a1xd2021-01-211-1/+1
| |
| * center gui on initial resizea1xd2021-01-212-5/+13
| | | | | | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups
| * update signeda1xd2021-01-215-2/+2
| |
| * add angle snappinga1xd2021-01-216-0/+39
| | | | | | | | probably works like interaccel
| * direction/distance calc - small optsa1xd2021-01-211-17/+9
| |
| * relax requirements when deserializing settingsa1xd2021-01-211-2/+8
|/
* Merge pull request #65 from JacobPalecki/DirectionalJacobPalecki2021-01-2037-456/+1439
|\ | | | | Directionality Features + Graph Fidelity
| * Guard against bad anisotropy argsJacob Palecki2021-01-201-1/+34
| |
| * Bump version to 1.4Jacob Palecki2021-01-201-2/+2
| |
| * Final GUI tweaksJacob Palecki2021-01-202-2/+7
| |
| * TweaksJacob Palecki2021-01-206-31/+27
| |
| * Update guide for anisotropy optionsJacob Palecki2021-01-202-13/+40
| |
| * merge with master buildsJacob Palecki2021-01-2027-89/+585
| |\ | |/ |/|
* | show custom dialog on bad input (#63)a1xd2021-01-144-1/+130
| | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args
* | Merge pull request #64 from Tatsujinichi/mastera1xd2021-01-142-1/+12
|\ \ | | | | | | Typo in example, add vs code gitignores
| * | Added Visual Studio Code gitignorestatsujinichi2021-01-141-0/+11
| | |
| * | Fixed typo in exampletatsujinichi2021-01-141-1/+1
| | |
* | | Merge pull request #60 from singhmi4/patch-1a1xd2021-01-141-1/+1
|\ \ \ | | | | | | | | Add hyperlink to FAQ pages in Further Help section
| * | | update faq hyperlink syntaxa1xd2021-01-141-1/+1
| | | |
| * | | Add hyperlink to FAQ pages in Further Help sectionMichael S2021-01-081-1/+1
| |/ /
* | | Merge pull request #58 from aroidzap/installer-minor-changea1xd2021-01-142-3/+24
|\ \ \ | | | | | | | | better information for user when installing/removing driver
| * | | better information for user when installing/removing driverTomáš Pazdiora2021-01-062-3/+24
| |/ /
* | | Merge pull request #59 from aroidzap/apply-for-specific-device-guia1xd2021-01-1423-96/+422
|\ \ \ | |/ / |/| | (GUI) Apply RawAccel only for specific device
| * | filter raw input based on ida1xd2021-01-1218-115/+213
| | | | | | | | | | | | | | | | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors
| * | Small behavior improvementsJacob Palecki2021-01-071-1/+2
| | |
| * | Include csproj as wellJacob Palecki2021-01-071-1/+2
| | |
| * | RefactorJacob Palecki2021-01-076-104/+185
| | |
| * | rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-0711-169/+124
| | |
| * | update devicelist appTomáš Pazdiora2021-01-072-6/+16
| | |
| * | 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
|/ /
| * Remove debug statementJacob Palecki2021-01-201-5/+0
| |
| * Final graph fidelity tweaks and fixesJacob Palecki2021-01-205-34/+50
| |
| * further tweaksJacob Palecki2021-01-194-33/+24
| |
| * Mostly workingJacob Palecki2021-01-191-9/+69
| |
| * Hide offset for power typeJacob Palecki2021-01-181-1/+1
| |
| * Add timer to mousewatcher for better low-end fidelityJacob Palecki2021-01-181-1/+11
| |
| * Directional worksJacob Palecki2021-01-1811-361/+201
| |
| * Refactor for new graph calculation methodJacob Palecki2021-01-1812-25/+322
| |