summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated
* 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
| |
* | 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