summaryrefslogtreecommitdiff
path: root/grapher
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'upstream/master' into masterJacob Palecki2020-09-023-27/+38
| |\
| | * add 1s write delay to drivera1xd2020-09-013-27/+38
* | | The menus mostly workJacob Palecki2020-09-023-14/+32
* | | Move optionsets to applyoptionsJacob Palecki2020-09-026-47/+114
* | | Small fixes, correctly align labels and boxesJacob Palecki2020-09-015-141/+168
* | | Second half - the parts in placeJacob Palecki2020-09-0118-385/+449
* | | intermittent commit - large commit halfway doneJacob Palecki2020-09-0112-329/+690
* | | Add X Y labels for by componentJacob Palecki2020-09-011-168/+192
* | | Space boxes for by component modeJacob Palecki2020-09-011-181/+267
* | | Add text boxes and labels for by component accelJacob Palecki2020-09-011-189/+261
* | | Add factory to create AccelGUIJacob Palecki2020-09-014-117/+253
* | | Move constants to central classJacob Palecki2020-09-0115-108/+110
* | | Add constants class and separate classes into regionsJacob Palecki2020-09-0123-30/+318
* | | Show xy charts only when accel applied by componentJacob Palecki2020-09-016-30/+16
* | | Set whole or by component with toolstrip itemJacob Palecki2020-09-016-133/+263
|/ /
* | Merge pull request #1 from Sidiouth/sidiJacobPalecki2020-08-315-5/+7
|\ \ | |/ |/|
| * Initial commitSidiouth2020-08-315-5/+7
* | add independent xy accel to drivera1xd2020-08-3120-281/+241
* | clean up wrapper, minimize heap alloca1xd2020-08-241-12/+15
|/
* Saving and loading fully worksJacob Palecki2020-08-228-115/+291
* Serialization mostly workingJacob Palecki2020-08-207-3/+191
* Add accel type to active values and tweak colorJacob Palecki2020-08-207-30/+136
* Display active valuesJacob Palecki2020-08-2010-37/+285
* Add empty active labels for all optionsJacob Palecki2020-08-201-138/+294
* Sigmoid gainJacob Palecki2020-08-204-1/+23
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-198-147/+282
* Fix initial points, add poll time constantJacob Palecki2020-08-138-43/+48
* 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
* Disallow differing x and y weights with gain capJacob Palecki2020-08-114-25/+69
* Add velocity gain optionJacob Palecki2020-08-046-54/+231
* 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
* Start work on reading from driverJacob Palecki2020-08-032-1/+1
* 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
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-3115-70/+180
|\
| * update grapher/wrapper for st-refactora1xd2020-07-311-1/+68
* | Add class for storing settings from fileJacob Palecki2020-07-313-7/+23
* | Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-317-38/+114
* | Use options instead of fieldsJacob Palecki2020-07-307-135/+170