summaryrefslogtreecommitdiff
path: root/grapher/Layouts/LayoutBase.cs
Commit message (Collapse)AuthorAgeFilesLines
* fix jump fieldsa1xd2021-09-231-0/+16
|
* generalize power start-from-1a1xd2021-09-231-14/+14
| | | | starting output is determined by (gain) offset
* Add power start from oneJacob Palecki2021-09-231-0/+8
|
* Remove weightJacob Palecki2021-09-231-7/+0
|
* Cap type options now fully workingJacob Palecki2021-09-231-2/+0
|
* Mostly working cap type in GUIJacob Palecki2021-09-231-20/+15
|
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-101-2/+23
|
* Add separate box for power in classic modeJacob Palecki2021-07-091-0/+8
|
* Add class for LUT apply typeJacob Palecki2021-06-301-2/+9
|
* Start of LUT points editingJacob Palecki2021-04-251-4/+11
|
* Fixed layout issues for LUTJacob Palecki2021-04-251-0/+2
|
* move arbitrary input into settingsa1xd2021-04-131-5/+6
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add active value labels for gain switchJacob Palecki2021-04-071-1/+0
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-0/+1
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-061-0/+1
|
* Add gain switchJacob Palecki2021-04-051-1/+11
|
* LUT text layoutJacob Palecki2021-04-051-2/+8
|
* Many small tweaksJacob Palecki2021-01-121-4/+1
|
* add toggle button + save gui settings on closea1xd2020-10-081-4/+0
| | | | remove option to disable write on startup
* add arg checks in wrappera1xd2020-09-271-6/+20
| | | | | | | | | | | 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
* Add to Guide, fix motility nameJacob Palecki2020-09-231-1/+1
|
* Mostly worksJacob Palecki2020-09-221-2/+5
|
* Merge branch 'Experiment' into GUIJacob Palecki2020-09-221-0/+1
|\
| * log sigmoid sens doneJacob Palecki2020-09-191-0/+1
| |
* | faster type switchJacob Palecki2020-09-221-12/+14
|/
* Remove and sort usings en masseJacob Palecki2020-09-081-5/+0
|
* Refactor type optionsJacob Palecki2020-09-071-18/+68
|
* Second half - the parts in placeJacob Palecki2020-09-011-2/+4
|
* intermittent commit - large commit halfway doneJacob Palecki2020-09-011-14/+1
|
* Merge pull request #1 from Sidiouth/sidiJacobPalecki2020-08-311-1/+1
|\ | | | | Small GUI tweaks
| * Initial commitSidiouth2020-08-311-1/+1
| | | | | | | | | | -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-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
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-5/+27
|
* Use class heirarchy for layout typesJacob Palecki2020-07-301-0/+52