summaryrefslogtreecommitdiff
path: root/grapher/Models/Options
Commit message (Collapse)AuthorAgeFilesLines
* Fixed anisotropy not loading correctly on savev1.0.2a1xd2020-10-071-1/+2
|
* set invisible args to default values before writea1xd2020-09-293-19/+20
|
* Fix legacy offset bugsJacob Palecki2020-09-271-23/+4
|
* add arg checks in wrappera1xd2020-09-274-37/+44
| | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
* Remove logarithmJacob Palecki2020-09-261-1/+0
|
* Show active values correctly for x\y option sensitivityJacob Palecki2020-09-263-3/+21
|
* SetActive changes field default, bugs fixedJacob Palecki2020-09-251-0/+2
|
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-2/+1
|
* Rename write buttonJacob Palecki2020-09-221-2/+0
|
* Rename active to current, make dropdown display accel type on active value setJacob Palecki2020-09-222-6/+2
|
* Fix cap style defaulting to legacyJacob Palecki2020-09-221-1/+1
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+1
|
* Fix bug & rename x axis to input speedJacob Palecki2020-09-221-2/+9
|
* Mostly worksJacob Palecki2020-09-222-2/+9
|
* Merge branch 'GUI' into experimentJacob Palecki2020-09-211-1/+1
|\
| * Merge branch 'GUI' into UnsureJacob Palecki2020-09-171-6/+6
| |\
| * | Unsure if I will use thisJacob Palecki2020-09-161-1/+1
| | |
* | | log sigmoid sens doneJacob Palecki2020-09-191-0/+1
| |/ |/|
* | Fix cap options pt 2Jacob Palecki2020-09-161-4/+4
| |
* | Fix cap options, fix power style labelsJacob Palecki2020-09-161-2/+2
|/
* Fix box writeJacob Palecki2020-09-111-3/+3
|
* Add improved logarithm styleJacob Palecki2020-09-091-0/+1
|
* Fix active values y widthJacob Palecki2020-09-081-0/+8
|
* Fix accel type y active value alignmentJacob Palecki2020-09-081-2/+1
|
* Fix few small bugsJacob Palecki2020-09-0810-32/+130
|
* Remove and sort usings en masseJacob Palecki2020-09-0811-56/+4
|
* Fix few small bugsJacob Palecki2020-09-084-6/+26
|
* Alignment for whole mode worksJacob Palecki2020-09-0810-31/+159
|
* Add chart resizeJacob Palecki2020-09-072-2/+8
|
* Fix some separation bugsJacob Palecki2020-09-076-17/+47
|
* Refactor type optionsJacob Palecki2020-09-078-113/+286
|
* Pass args by ref for settingJacob Palecki2020-09-071-2/+2
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-2/+0
|
* Merge with masterJacob Palecki2020-09-043-19/+144
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-032-11/+135
| |
* | The menus mostly workJacob Palecki2020-09-022-13/+31
| |
* | Move optionsets to applyoptionsJacob Palecki2020-09-023-21/+101
| |
* | Small fixes, correctly align labels and boxesJacob Palecki2020-09-012-6/+16
| |
* | Second half - the parts in placeJacob Palecki2020-09-012-0/+32
| |
* | intermittent commit - large commit halfway doneJacob Palecki2020-09-014-48/+318
| |
* | Move constants to central classJacob Palecki2020-09-015-24/+13
| |
* | Add constants class and separate classes into regionsJacob Palecki2020-09-017-1/+104
| |
* | Show xy charts only when accel applied by componentJacob Palecki2020-09-012-6/+3
| |
* | Set whole or by component with toolstrip itemJacob Palecki2020-09-012-2/+91
|/
* Merge pull request #1 from Sidiouth/sidiJacobPalecki2020-08-312-2/+4
|\ | | | | Small GUI tweaks
| * Initial commitSidiouth2020-08-312-2/+4
| | | | | | | | | | -Right-alight option labels in the gui -Allow users to modify the string already in the options field
* | add independent xy accel to drivera1xd2020-08-311-3/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add accel type to active values and tweak colorJacob Palecki2020-08-204-9/+109
|
* Display active valuesJacob Palecki2020-08-205-15/+187
|
* Sigmoid gainJacob Palecki2020-08-201-0/+1
|