summaryrefslogtreecommitdiff
path: root/grapher
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use class heirarchy for layout typesJacob Palecki2020-07-3012-134/+234
* | Fully use acceloptionsJacob Palecki2020-07-305-79/+200
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-305-13/+112
* | Adde accel type switchJacob Palecki2020-07-292-14/+43
* | Fix a few bugs around fieldXYJacob Palecki2020-07-292-3/+7
* | Add FieldXYJacob Palecki2020-07-295-90/+242
* | All single-value boxes use fieldsJacob Palecki2020-07-293-62/+56
* | Separate classes into files, add Field class for text box stateJacob Palecki2020-07-295-51/+182
* | Take all variables through GUIJacob Palecki2020-07-291-26/+70
* | Take new data for most fields by pressing enterJacob Palecki2020-07-292-16/+106
* | Rename elements and add write buttonJacob Palecki2020-07-292-142/+169
* | Added skeleton for input fieldsJacob Palecki2020-07-292-17/+253
* | Allow zooming on graphJacob Palecki2020-07-291-0/+17
|/
* Get rid of enum and use types\tags directlyJacob Palecki2020-07-281-1/+1
* More comments and light refactoringJacob Palecki2020-07-281-2/+2
* Add correct names and labelsJacob Palecki2020-07-243-24/+34
* Add a basic windows forms grapherJacob Palecki2020-07-2411-0/+629