| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename driver_settings | a1xd | 2021-09-23 | 1 | -8/+8 |
| | | | | | | | found a better one refactor driver/DeviceSetup | ||||
| * | make profile count dynamic (unlimited) | a1xd | 2021-09-23 | 1 | -4/+46 |
| | | |||||
| * | make ioctls constexpr | a1xd | 2021-09-23 | 1 | -8/+3 |
| | | |||||
| * | update rest | a1xd | 2021-04-01 | 1 | -53/+70 |
| | | | | | | | grapher is still broken refactored io / error handling a bit | ||||
| * | refactor lut/motivity | a1xd | 2021-03-30 | 1 | -13/+10 |
| | | |||||
| * | formatting + file renames | a1xd | 2021-03-29 | 1 | -5/+9 |
| | | |||||
| * | embed version info into assemblies | a1xd | 2020-12-02 | 1 | -0/+7 |
| | | | | | | | | | check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset | ||||
| * | refactor io | a1xd | 2020-12-01 | 1 | -38/+15 |
| | | |||||
| * | add 1s write delay to driver | a1xd | 2020-09-01 | 1 | -4/+1 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -7/+7 |
| | | |||||
| * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 1 | -3/+6 |
| | | |||||
| * | fix read function using direct io | a1xd | 2020-08-03 | 1 | -5/+6 |
| | | |||||
| * | move clipp/parse logic into console project | a1xd | 2020-07-31 | 1 | -0/+6 |
| | | |||||
| * | move write function into common io header | a1xd | 2020-07-31 | 1 | -0/+29 |
| | | |||||
| * | add read | a1xd | 2020-07-31 | 1 | -0/+46 |
| add function that makes an ioctl call to return the driver's active mouse_modifier | |||||