| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some fixes | Jacob Palecki | 2021-01-11 | 1 | -2/+2 |
| | | |||||
| * | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -0/+5 |
| | | |||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -0/+1 |
| | | |||||
| * | fix non-standard access of template base members | a1xd | 2020-10-13 | 1 | -9/+9 |
| | | |||||
| * | disallow negative weight with non-additive types | a1xd | 2020-09-28 | 1 | -1/+1 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -8/+8 |
| | | | | | | | | | | | | 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 | ||||
| * | Fix weight | Jacob Palecki | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | Refactor for nice gain offset | Jacob Palecki | 2020-09-03 | 1 | -3/+5 |
| | | |||||
| * | Start adding gain offsets | Jacob Palecki | 2020-09-02 | 1 | -1/+2 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -47/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -1/+1 |
| | | |||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 1 | -0/+2 |
| | | |||||
| * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 1 | -5/+12 |
| | | |||||
| * | add more tweaks for st-refactor | a1xd | 2020-07-31 | 1 | -7/+9 |
| | | |||||
| * | Make weight a member of accel_base | a1xd | 2020-07-30 | 1 | -2/+19 |
| | | | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale. | ||||
| * | add tweaks for st-refactor | a1xd | 2020-07-30 | 1 | -0/+50 |