summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Collapse)AuthorAgeFilesLines
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-2/+74
|\
| * update grapher/wrapper for st-refactora1xd2020-07-311-1/+68
| |
* | Add class for storing settings from fileJacob Palecki2020-07-311-5/+0
| |
* | Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-311-22/+42
| |
* | Use options instead of fieldsJacob Palecki2020-07-301-54/+40
| |
* | Use class heirarchy for layout typesJacob Palecki2020-07-301-3/+6
| |
* | Fully use acceloptionsJacob Palecki2020-07-301-28/+9
| |
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-301-1/+2
| |
* | Adde accel type switchJacob Palecki2020-07-291-0/+28
| |
* | 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