summaryrefslogtreecommitdiff
path: root/grapher/Form1.Designer.cs
Commit message (Expand)AuthorAgeFilesLines
* Set whole or by component with toolstrip itemJacob Palecki2020-09-011-130/+161
* Initial commitSidiouth2020-08-311-1/+1
* Saving and loading fully worksJacob Palecki2020-08-221-17/+19
* Serialization mostly workingJacob Palecki2020-08-201-1/+21
* Add accel type to active values and tweak colorJacob Palecki2020-08-201-20/+20
* Display active valuesJacob Palecki2020-08-201-10/+10
* Add empty active labels for all optionsJacob Palecki2020-08-201-138/+294
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-129/+186
* All works smoothlyJacob Palecki2020-08-131-0/+1
* Dot to show mouse moveJacob Palecki2020-08-131-30/+84
* Add ability to have x\y graphsJacob Palecki2020-08-121-2/+83
* Nicer decimals, enter press not needed to enter valuesJacob Palecki2020-08-121-55/+55
* Add velocity gain optionJacob Palecki2020-08-041-44/+84
* Add tool menu to enable\disable chartsJacob Palecki2020-08-031-74/+111
* Add gain and velocity graphsJacob Palecki2020-08-021-1/+30
* Add velocity graphJacob Palecki2020-08-021-12/+37
* Add class for storing settings from fileJacob Palecki2020-07-311-1/+0
* Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-311-14/+14
* Use options instead of fieldsJacob Palecki2020-07-301-68/+68
* Fully use acceloptionsJacob Palecki2020-07-301-48/+53
* Fix small bugs, add AccelOptions classJacob Palecki2020-07-301-9/+4
* Adde accel type switchJacob Palecki2020-07-291-14/+15
* Add FieldXYJacob Palecki2020-07-291-60/+132
* All single-value boxes use fieldsJacob Palecki2020-07-291-4/+0
* Separate classes into files, add Field class for text box stateJacob Palecki2020-07-291-15/+14
* Take new data for most fields by pressing enterJacob Palecki2020-07-291-14/+21
* Rename elements and add write buttonJacob Palecki2020-07-291-101/+110
* Added skeleton for input fieldsJacob Palecki2020-07-291-17/+228
* Add correct names and labelsJacob Palecki2020-07-241-19/+22
* Add a basic windows forms grapherJacob Palecki2020-07-241-0/+73