summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Display active valuesJacob Palecki2020-08-2013-50/+318
| |
| * Add empty active labels for all optionsJacob Palecki2020-08-201-138/+294
| |
| * Sigmoid gainJacob Palecki2020-08-208-3/+64
| |
| * Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-1912-149/+318
|/
* Merge pull request #15 from JacobPalecki/GUIa1xd2020-08-1423-461/+1898
|\ | | | | GUI: Add x/y graphs, moving dot
| * Fix initial points, add poll time constantJacob Palecki2020-08-1310-43/+62
| |
| * All works smoothlyJacob Palecki2020-08-1310-85/+201
| |
| * Dot to show mouse moveJacob Palecki2020-08-1310-74/+1009
| |
| * Almost workingJacob Palecki2020-08-129-52/+175
| |
| * Factor accel calculations into calculation classesJacob Palecki2020-08-126-89/+150
| |
| * Reorganized solution into directoriesJacob Palecki2020-08-1211-43/+9
| |
| * Add ability to have x\y graphsJacob Palecki2020-08-126-81/+268
| |
| * Fixed some edge cases around not using enterJacob Palecki2020-08-122-6/+12
| |
| * Nicer decimals, enter press not needed to enter valuesJacob Palecki2020-08-123-75/+99
|/
* Merge pull request #14 from JacobPalecki/GainCapa1xd2020-08-1211-74/+391
|\ | | | | Gain cap
| * Disallow differing x and y weights with gain capJacob Palecki2020-08-117-28/+73
| |
| * Merge branch 'master' into GainCapJacob Palecki2020-08-1115-47/+87
| |\ | |/ |/|
* | Merge pull request #13 from a1xd/write-cda1xd2020-08-1115-47/+87
|\ \ | | | | | | write cooldown
| * | define exceptions for invalid arg & io errorsa1xd2020-08-1113-42/+65
| | |
| * | add a cooldown on write (one second)a1xd2020-08-062-5/+22
|/ /
| * Further commentsJacob Palecki2020-08-051-5/+41
| |
| * Fix gain cap for positive offsetsJacob Palecki2020-08-051-15/+11
| |
| * Add velocity gain optionJacob Palecki2020-08-049-61/+301
|/
* Merge pull request #12 from JacobPalecki/GUIa1xd2020-08-0414-168/+539
|\ | | | | GUI: Add read from driver, velocity and gain graphs, toolbar, and chart optimizations
| * Even nicerJacob Palecki2020-08-041-7/+3
| |
| * Remove unnecessary .clear() callJacob Palecki2020-08-041-5/+0
| |
| * Data rebind for faster graph updateJacob Palecki2020-08-042-27/+29
| |
| * Read from driver to get graph valuesJacob Palecki2020-08-032-1/+5
| |
| * Merge from masterJacob Palecki2020-08-031-5/+6
| |\ | |/ |/|
* | Merge pull request #9 from a1xd/read-fixa1xd2020-08-032-5/+7
|\ \ | | | | | | fix read function
| * | fix read function using direct ioa1xd2020-08-032-5/+7
|/ /
| * Start work on reading from driverJacob Palecki2020-08-0310-22/+40
| |
| * Merge branch 'master' into GUIJacob Palecki2020-08-0319-248/+273
| |\ | |/ |/|
* | Merge pull request #8 from a1xd/reada1xd2020-08-0119-248/+273
|\ \ | | | | | | Read ioctl
| * | move clipp/parse logic into console projecta1xd2020-07-3111-162/+142
| | |
| * | move write function into common io headera1xd2020-07-3111-66/+45
| | |
| * | add reada1xd2020-07-314-23/+89
|/ / | | | | | | add function that makes an ioctl call to return the driver's active mouse_modifier
| * Add tool menu to enable\disable chartsJacob Palecki2020-08-036-91/+225
| |
| * Add gain and velocity graphsJacob Palecki2020-08-023-3/+80
| |
| * Add velocity graphJacob Palecki2020-08-023-19/+82
| |
| * Move logic out of forms class into accelgui classJacob Palecki2020-08-023-115/+198
|/
* Merge pull request #7 from JacobPalecki/GUIa1xd2020-07-3128-75/+1388
|\ | | | | Add GUI
| * Show no settings for off, remove unused class for PRJacob Palecki2020-07-3140-459/+562
| |\ | |/ |/|
* | Merge pull request #6 from a1xd/st-refactora1xd2020-07-3120-225/+842
|\ \ | | | | | | Refactor
| * | update grapher/wrapper for st-refactora1xd2020-07-314-13/+89
| | |
| * | add more tweaks for st-refactora1xd2020-07-3111-43/+34
| | |
| * | Make weight a member of accel_basea1xd2020-07-304-22/+35
| | | | | | | | | | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale.
| * | add tweaks for st-refactora1xd2020-07-3020-354/+301
| | |
| * | Merge remote-tracking branch 'downstream/Inheritance' into st-refactorJacob Palecki2020-07-2917-212/+570
| |\ \
| * | | add sum typesa1xd2020-07-292-0/+232
|/ / /