summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Expand)AuthorAgeFilesLines
* Show MessageBox with exception on driver not installedJacob Palecki2020-09-271-1/+2
* add arg checks in wrappera1xd2020-09-271-4/+16
* Last mouse move perfetly responsive at 100 FPSJacob Palecki2020-09-251-1/+1
* Fix box writeJacob Palecki2020-09-111-1/+1
* Add option to turn off last mouse move dotJacob Palecki2020-09-081-1/+2
* Add delay on button enable after writing to driverJacob Palecki2020-09-081-7/+2
* Alignment for whole mode worksJacob Palecki2020-09-081-5/+2
* Merge with masterJacob Palecki2020-09-041-3/+4
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-031-3/+8
* | Move optionsets to applyoptionsJacob Palecki2020-09-021-1/+2
* | Second half - the parts in placeJacob Palecki2020-09-011-18/+36
* | intermittent commit - large commit halfway doneJacob Palecki2020-09-011-2/+0
* | Add factory to create AccelGUIJacob Palecki2020-09-011-115/+44
* | Move constants to central classJacob Palecki2020-09-011-2/+2
* | Show xy charts only when accel applied by componentJacob Palecki2020-09-011-8/+4
* | Set whole or by component with toolstrip itemJacob Palecki2020-09-011-0/+3
|/
* add independent xy accel to drivera1xd2020-08-311-67/+10
* Saving and loading fully worksJacob Palecki2020-08-221-17/+11
* Serialization mostly workingJacob Palecki2020-08-201-1/+2
* Add accel type to active values and tweak colorJacob Palecki2020-08-201-1/+6
* Display active valuesJacob Palecki2020-08-201-9/+70
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+8
* All works smoothlyJacob Palecki2020-08-131-0/+5
* Dot to show mouse moveJacob Palecki2020-08-131-1/+12
* Almost workingJacob Palecki2020-08-121-9/+13
* Add ability to have x\y graphsJacob Palecki2020-08-121-62/+3
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+4
* Add velocity gain optionJacob Palecki2020-08-041-4/+10
* Data rebind for faster graph updateJacob Palecki2020-08-041-1/+2
* Start work on reading from driverJacob Palecki2020-08-031-1/+0
* Add tool menu to enable\disable chartsJacob Palecki2020-08-031-3/+6
* Add gain and velocity graphsJacob Palecki2020-08-021-0/+21
* Add velocity graphJacob Palecki2020-08-021-0/+21
* Move logic out of forms class into accelgui classJacob Palecki2020-08-021-115/+46
* 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