summaryrefslogtreecommitdiff
path: root/grapher/Layouts
Commit message (Collapse)AuthorAgeFilesLines
* fix jump fieldsa1xd2021-09-2311-1/+37
|
* generalize power start-from-1a1xd2021-09-2311-34/+34
| | | | starting output is determined by (gain) offset
* Add power start from oneJacob Palecki2021-09-2311-0/+18
|
* Remove weightJacob Palecki2021-09-2311-17/+0
|
* Cap type options now fully workingJacob Palecki2021-09-232-3/+0
|
* Mostly working cap type in GUIJacob Palecki2021-09-2311-50/+35
|
* show power mode cap fielda1xd2021-09-231-1/+1
|
* remove unused accel fieldsa1xd2021-08-293-3/+3
| | | | | | classic mode - weight natural mode - weight power mode - cap
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-1011-5/+56
|
* Add separate box for power in classic modeJacob Palecki2021-07-0911-1/+28
|
* LUT Panel formattingJacob Palecki2021-07-011-3/+1
|
* Add class for LUT apply typeJacob Palecki2021-06-302-3/+11
|
* Start of LUT points editingJacob Palecki2021-04-2511-15/+32
|
* Fixed layout issues for LUTJacob Palecki2021-04-252-0/+9
|
* move arbitrary input into settingsa1xd2021-04-1311-14/+46
| | | | 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-062-1/+2
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-062-1/+2
|
* Add gain switchJacob Palecki2021-04-0510-6/+24
|
* update wrapper + writer to handle luta1xd2021-04-063-2/+26
| | | | grapher is building but applying options still broken for the most part
* LUT text layoutJacob Palecki2021-04-059-2/+18
|
* Fix two more errors, add LUT layoutJacob Palecki2021-04-041-0/+27
|
* Fix most errors from wrapper rewriteJacob Palecki2021-04-042-26/+4
|
* Hide offset for power typeJacob Palecki2021-01-181-1/+1
|
* Many small tweaksJacob Palecki2021-01-121-4/+1
|
* hide weight when motivity is selecteda1xd2020-10-131-1/+1
|
* add toggle button + save gui settings on closea1xd2020-10-083-6/+0
| | | | remove option to disable write on startup
* add arg checks in wrappera1xd2020-09-279-15/+45
| | | | | | | | | | | 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
* Rename accel to scale in power modeJacob Palecki2020-09-261-1/+1
|
* Remove logarithmJacob Palecki2020-09-261-22/+0
|
* Add to Guide, fix motility nameJacob Palecki2020-09-232-2/+2
|
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-22/+0
|
* Rename experiment two to motivityJacob Palecki2020-09-221-4/+4
|
* Mostly worksJacob Palecki2020-09-2210-2/+14
|
* Merge branch 'Experiment' into GUIJacob Palecki2020-09-222-0/+27
|\
| * log sigmoid sens doneJacob Palecki2020-09-192-0/+27
| |
* | faster type switchJacob Palecki2020-09-221-12/+14
|/
* Fix cap options, fix power style labelsJacob Palecki2020-09-161-1/+1
|
* Reenable weight for all styles, remove offset for sigmoidgain, fix active ↵Jacob Palecki2020-09-104-5/+5
| | | | value for midpoint
* Add improved logarithm styleJacob Palecki2020-09-091-0/+21
|
* Remove and sort usings en masseJacob Palecki2020-09-089-47/+0
|
* Refactor type optionsJacob Palecki2020-09-0710-34/+165
|
* Remove log and sigmoid stylesJacob Palecki2020-09-042-42/+0
|
* Small fixes, correctly align labels and boxesJacob Palecki2020-09-011-1/+1
|
* Second half - the parts in placeJacob Palecki2020-09-0111-22/+23
|
* 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-3111-21/+32
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Sigmoid gainJacob Palecki2020-08-202-1/+21
|