| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix jump fields | a1xd | 2021-09-23 | 1 | -0/+16 |
| | | |||||
| * | generalize power start-from-1 | a1xd | 2021-09-23 | 1 | -14/+14 |
| | | | | | starting output is determined by (gain) offset | ||||
| * | Add power start from one | Jacob Palecki | 2021-09-23 | 1 | -0/+8 |
| | | |||||
| * | Remove weight | Jacob Palecki | 2021-09-23 | 1 | -7/+0 |
| | | |||||
| * | Cap type options now fully working | Jacob Palecki | 2021-09-23 | 1 | -2/+0 |
| | | |||||
| * | Mostly working cap type in GUI | Jacob Palecki | 2021-09-23 | 1 | -20/+15 |
| | | |||||
| * | Fixed default values by splitting into unique text boxes | Jacob Palecki | 2021-07-10 | 1 | -2/+23 |
| | | |||||
| * | Add separate box for power in classic mode | Jacob Palecki | 2021-07-09 | 1 | -0/+8 |
| | | |||||
| * | Add class for LUT apply type | Jacob Palecki | 2021-06-30 | 1 | -2/+9 |
| | | |||||
| * | Start of LUT points editing | Jacob Palecki | 2021-04-25 | 1 | -4/+11 |
| | | |||||
| * | Fixed layout issues for LUT | Jacob Palecki | 2021-04-25 | 1 | -0/+2 |
| | | |||||
| * | move arbitrary input into settings | a1xd | 2021-04-13 | 1 | -5/+6 |
| | | | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file | ||||
| * | Add active value labels for gain switch | Jacob Palecki | 2021-04-07 | 1 | -1/+0 |
| | | |||||
| * | Fix natural legacy algorithm, rename accelNatural to decayRate | Jacob Palecki | 2021-04-06 | 1 | -0/+1 |
| | | |||||
| * | Rename accelMotivity to growthRate | Jacob Palecki | 2021-04-06 | 1 | -0/+1 |
| | | |||||
| * | Add gain switch | Jacob Palecki | 2021-04-05 | 1 | -1/+11 |
| | | |||||
| * | LUT text layout | Jacob Palecki | 2021-04-05 | 1 | -2/+8 |
| | | |||||
| * | Many small tweaks | Jacob Palecki | 2021-01-12 | 1 | -4/+1 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 1 | -4/+0 |
| | | | | | remove option to disable write on startup | ||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -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 name | Jacob Palecki | 2020-09-23 | 1 | -1/+1 |
| | | |||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 1 | -2/+5 |
| | | |||||
| * | Merge branch 'Experiment' into GUI | Jacob Palecki | 2020-09-22 | 1 | -0/+1 |
| |\ | |||||
| | * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -0/+1 |
| | | | |||||
| * | | faster type switch | Jacob Palecki | 2020-09-22 | 1 | -12/+14 |
| |/ | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 1 | -5/+0 |
| | | |||||
| * | Refactor type options | Jacob Palecki | 2020-09-07 | 1 | -18/+68 |
| | | |||||
| * | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 1 | -2/+4 |
| | | |||||
| * | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 1 | -14/+1 |
| | | |||||
| * | Merge pull request #1 from Sidiouth/sidi | JacobPalecki | 2020-08-31 | 1 | -1/+1 |
| |\ | | | | | Small GUI tweaks | ||||
| | * | Initial commit | Sidiouth | 2020-08-31 | 1 | -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 driver | a1xd | 2020-08-31 | 1 | -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 PR | Jacob Palecki | 2020-07-31 | 1 | -5/+27 |
| | | |||||
| * | Use class heirarchy for layout types | Jacob Palecki | 2020-07-30 | 1 | -0/+52 |