summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Collapse)AuthorAgeFilesLines
* Add FieldXYJacob Palecki2020-07-291-27/+11
|
* All single-value boxes use fieldsJacob Palecki2020-07-291-44/+12
|
* Separate classes into files, add Field class for text box stateJacob Palecki2020-07-291-36/+3
|
* Take all variables through GUIJacob Palecki2020-07-291-26/+70
|
* Take new data for most fields by pressing enterJacob Palecki2020-07-291-2/+85
|
* Rename elements and add write buttonJacob Palecki2020-07-291-41/+59
|
* Added skeleton for input fieldsJacob Palecki2020-07-291-0/+25
|
* 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-241-4/+11
|
* Add a basic windows forms grapherJacob Palecki2020-07-241-0/+57