summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * add wrapper optimizationa1xd2020-09-291-5/+4
| | |
| | * add interaccel convertera1xd2020-09-294-0/+363
| | |
| | * disallow negative weight with non-additive typesa1xd2020-09-282-4/+7
| | |
| | * update build configa1xd2020-09-2814-4/+183
| |/ |/|
| * Use 0 for cap\offset when not visibleJacob Palecki2020-09-281-3/+3
|/
* Merge pull request #27 from JacobPalecki/GUIa1xd2020-09-285-50/+68
|\ | | | | GUI Error Handling
| * Fix legacy offset bugsJacob Palecki2020-09-271-23/+4
| |
| * Show MessageBox with exception on driver not installedJacob Palecki2020-09-271-1/+2
| |
| * Handle errors from bad arg on writeJacob Palecki2020-09-272-2/+30
| |
| * Fix tab behaviorJacob Palecki2020-09-271-21/+27
| |
| * Merge and fix write buttonJacob Palecki2020-09-2731-196/+606
| |\ | |/ |/|
* | Merge pull request #26 from a1xd/argcheckJacobPalecki2020-09-2734-196/+617
|\ \ | | | | | | Accel arg checks
| * | add arg checks in wrappera1xd2020-09-2728-195/+575
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
| * | add os detection to installera1xd2020-09-273-1/+29
| | | | | | | | | | | | it --probably-- doesn't run installation on anything older than W10
| * | Fix for second dot not clearing:Jacob Palecki2020-09-273-0/+13
|/ /
* | Merge pull request #25 from JacobPalecki/GUIa1xd2020-09-2615-77/+39
|\ \ | | | | | | Small fixes and touchups
* \ \ Merge pull request #24 from JacobPalecki/GUIa1xd2020-09-2614-8/+83
|\ \ \ | | | | | | | | Round out Guide, create FAQ, small bugfixes
* \ \ \ Merge pull request #23 from JacobPalecki/GUIa1xd2020-09-2623-191/+451
|\ \ \ \ | | | | | | | | | | Settings writer; GUI performance enhancement and touchups
| | | | * Set tab orderJacob Palecki2020-09-271-23/+23
| | | | |
| | | | * Fix for second dot not clearing:Jacob Palecki2020-09-273-0/+13
| | | |/
| | | * Hide minimum time attributeJacob Palecki2020-09-261-0/+1
| | | |
| | | * Guide on last mouse move updatedJacob Palecki2020-09-261-1/+1
| | | |
| | | * test touchupsJacob Palecki2020-09-262-0/+11
| | | |
| | | * Rename accel to scale in power modeJacob Palecki2020-09-263-4/+4
| | | |
| | | * Remove logarithmJacob Palecki2020-09-269-67/+2
| | | |
| | | * Scale Last Mouse Move by poll rateJacob Palecki2020-09-263-5/+20
| | |/
| | * FAQ has conversion instructionsJacob Palecki2020-09-262-3/+6
| | |
| | * Guide ready for release, FAQ mostly doneJacob Palecki2020-09-269-5/+33
| | |
| | * Show active values correctly for x\y option sensitivityJacob Palecki2020-09-264-3/+47
| |/
| * SetActive changes field default, bugs fixedJacob Palecki2020-09-256-20/+25
| |
| * Last mouse move perfetly responsive at 100 FPSJacob Palecki2020-09-256-2/+48
| |
| * Fix 0 point for separate x y sensJacob Palecki2020-09-251-3/+8
| |
| * merge with writerJacob Palecki2020-09-2511-156/+304
| |\
| | * add initial writera1xd2020-09-2511-157/+304
| |/ |/| | | | | | | move managed settings into wrapper move gui build into driver build dir
| * Use log LUT rather than binary search for last mouse move pointJacob Palecki2020-09-252-16/+70
| |
| * Remove waithandle:Jacob Palecki2020-09-241-4/+0
| |
| * Add to Guide, fix motility nameJacob Palecki2020-09-234-5/+11
|/
* Merge pull request #22 from JacobPalecki/GUIJacobPalecki2020-09-2241-116/+543
|\ | | | | Replace SigmoidGain with Motivity & Cleanup
| * Update creditsJacob Palecki2020-09-221-1/+1
| |
| * Fix gain scalingJacob Palecki2020-09-221-2/+2
| |
| * Update creditsJacob Palecki2020-09-221-1/+8
| |
| * Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-2212-85/+41
| |
| * Save option to show velocity and gain on gui startupJacob Palecki2020-09-223-2/+12
| |
| * Rename write buttonJacob Palecki2020-09-223-11/+9
| |
| * Rename active to current, make dropdown display accel type on active value setJacob Palecki2020-09-223-10/+6
| |
| * Fix cap style defaulting to legacyJacob Palecki2020-09-221-1/+1
| |
| * Scaling improvement, remove y data from xy combinedJacob Palecki2020-09-226-0/+116
| |
| * Rename experiment two to motivityJacob Palecki2020-09-2211-20/+72
| |
| * Fix bug & rename x axis to input speedJacob Palecki2020-09-223-11/+22
| |
| * Mostly worksJacob Palecki2020-09-2220-11/+80
| |