summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
Commit message (Collapse)AuthorAgeFilesLines
* add readme touchups and grapher name changea1xd2020-09-291-1/+1
|
* update build configa1xd2020-09-281-0/+38
|
* Remove logarithmJacob Palecki2020-09-261-1/+0
|
* add initial writera1xd2020-09-251-3/+2
| | | | | move managed settings into wrapper move gui build into driver build dir
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-1/+0
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+2
|
* Merge branch 'GUI' into experimentJacob Palecki2020-09-211-0/+6
|\
| * Merge branch 'GUI' into UnsureJacob Palecki2020-09-201-0/+1
| |\
| | * Add icon to projectJacob Palecki2020-09-201-0/+1
| | |
| * | Much progressJacob Palecki2020-09-171-5/+5
| | |
| * | Add chart states to grapherJacob Palecki2020-09-171-0/+5
| |/
* / log sigmoid sens doneJacob Palecki2020-09-191-0/+1
|/
* Add improved logarithm styleJacob Palecki2020-09-091-0/+4
|
* Refactor type optionsJacob Palecki2020-09-071-0/+3
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-2/+0
|
* Merge with masterJacob Palecki2020-09-041-0/+1
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-031-0/+1
| |
* | intermittent commit - large commit halfway doneJacob Palecki2020-09-011-1/+2
| |
* | Add factory to create AccelGUIJacob Palecki2020-09-011-0/+1
| |
* | Move constants to central classJacob Palecki2020-09-011-0/+1
| |
* | Set whole or by component with toolstrip itemJacob Palecki2020-09-011-0/+1
|/
* add independent xy accel to drivera1xd2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* clean up wrapper, minimize heap alloca1xd2020-08-241-12/+15
|
* Saving and loading fully worksJacob Palecki2020-08-221-0/+2
|
* Serialization mostly workingJacob Palecki2020-08-201-0/+6
|
* Display active valuesJacob Palecki2020-08-201-0/+2
|
* Sigmoid gainJacob Palecki2020-08-201-0/+1
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-0/+1
|
* All works smoothlyJacob Palecki2020-08-131-0/+2
|
* Dot to show mouse moveJacob Palecki2020-08-131-0/+1
|
* Almost workingJacob Palecki2020-08-121-0/+1
|
* Factor accel calculations into calculation classesJacob Palecki2020-08-121-0/+2
|
* Reorganized solution into directoriesJacob Palecki2020-08-121-10/+9
|
* Add ability to have x\y graphsJacob Palecki2020-08-121-0/+1
|
* Add velocity gain optionJacob Palecki2020-08-041-0/+1
|
* Add tool menu to enable\disable chartsJacob Palecki2020-08-031-0/+1
|
* Move logic out of forms class into accelgui classJacob Palecki2020-08-021-0/+1
|
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-1/+1
|\
* | Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-311-0/+1
| |
* | Use options instead of fieldsJacob Palecki2020-07-301-0/+1
| |
* | Use class heirarchy for layout typesJacob Palecki2020-07-301-0/+8
| |
* | Fully use acceloptionsJacob Palecki2020-07-301-0/+1
| |
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-301-0/+1
| |
* | Add FieldXYJacob Palecki2020-07-291-0/+1
| |
* | Separate classes into files, add Field class for text box stateJacob Palecki2020-07-291-0/+2
|/
* Add a basic windows forms grapherJacob Palecki2020-07-241-0/+90