| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -74/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | clean up wrapper, minimize heap alloc | a1xd | 2020-08-24 | 1 | -24/+9 |
| | | |||||
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 1 | -5/+6 |
| | | |||||
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 1 | -0/+3 |
| | | |||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -3/+15 |
| | | |||||
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 1 | -0/+4 |
| | | |||||
| * | Merge branch 'master' into GainCap | Jacob Palecki | 2020-08-11 | 1 | -3/+0 |
| |\ | |||||
| | * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 1 | -3/+0 |
| | | | |||||
| * | | Add velocity gain option | Jacob Palecki | 2020-08-04 | 1 | -1/+2 |
| |/ | |||||
| * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 1 | -4/+6 |
| | | |||||
| * | move write function into common io header | a1xd | 2020-07-31 | 1 | -8/+6 |
| | | |||||
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 1 | -10/+10 |
| |\ | |||||
| | * | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 1 | -10/+8 |
| | | | |||||
| * | | Fix small bugs, add AccelOptions class | Jacob Palecki | 2020-07-30 | 1 | -0/+1 |
| | | | |||||
| * | | Take all variables through GUI | Jacob Palecki | 2020-07-29 | 1 | -1/+13 |
| | | | |||||
| * | | Compiles but may file | Jacob Palecki | 2020-07-29 | 1 | -2/+8 |
| |/ | |||||
| * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 1 | -16/+16 |
| | | |||||
| * | add per-class args structs | Jacob Palecki | 2020-07-28 | 1 | -5/+5 |
| | | |||||
| * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 1 | -2/+2 |
| | | |||||
| * | Rename acceleration constants, arguments | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | Further refactoring and comments | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | skeleton | Jacob Palecki | 2020-07-27 | 1 | -1/+1 |
| | | |||||
| * | Add a basic windows forms grapher | Jacob Palecki | 2020-07-24 | 1 | -0/+5 |
| | | |||||
| * | Added simple c++/cli wrapper | Jacob Palecki | 2020-07-23 | 1 | -0/+47 |