| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 9 | -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 mode | Jacob Palecki | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -22/+0 |
| | | |||||
| * | Add to Guide, fix motility name | Jacob Palecki | 2020-09-23 | 2 | -2/+2 |
| | | |||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -22/+0 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -4/+4 |
| | | |||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 10 | -2/+14 |
| | | |||||
| * | Merge branch 'Experiment' into GUI | Jacob Palecki | 2020-09-22 | 2 | -0/+27 |
| |\ | |||||
| | * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 2 | -0/+27 |
| | | | |||||
| * | | faster type switch | Jacob Palecki | 2020-09-22 | 1 | -12/+14 |
| |/ | |||||
| * | Fix cap options, fix power style labels | Jacob Palecki | 2020-09-16 | 1 | -1/+1 |
| | | |||||
| * | Reenable weight for all styles, remove offset for sigmoidgain, fix active ↵ | Jacob Palecki | 2020-09-10 | 4 | -5/+5 |
| | | | | | value for midpoint | ||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -0/+21 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 9 | -47/+0 |
| | | |||||
| * | Refactor type options | Jacob Palecki | 2020-09-07 | 10 | -34/+165 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 2 | -42/+0 |
| | | |||||
| * | Small fixes, correctly align labels and boxes | Jacob Palecki | 2020-09-01 | 1 | -1/+1 |
| | | |||||
| * | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 11 | -22/+23 |
| | | |||||
| * | 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 | 11 | -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 gain | Jacob Palecki | 2020-08-20 | 2 | -1/+21 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 2 | -1/+21 |
| | | |||||
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 9 | -20/+72 |
| | | |||||
| * | Use class heirarchy for layout types | Jacob Palecki | 2020-07-30 | 8 | -0/+186 |