| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed anisotropy not loading correctly on savev1.0.2 | a1xd | 2020-10-07 | 1 | -3/+6 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -3/+2 |
| | | | | | | | | | | | | 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 lut exp to driver | a1xd | 2020-09-22 | 1 | -2/+27 |
| | | |||||
| * | add 1s write delay to driver | a1xd | 2020-09-01 | 1 | -14/+4 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -37/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 a cooldown on write (one second) | a1xd | 2020-08-06 | 1 | -4/+19 |
| | | |||||
| * | add read | a1xd | 2020-07-31 | 1 | -22/+41 |
| | | | | | add function that makes an ioctl call to return the driver's active mouse_modifier | ||||
| * | Separate accel implementations into files | Jacob Palecki | 2020-07-29 | 1 | -4/+4 |
| | | |||||
| * | Rename variables and add modify functions | Jacob Palecki | 2020-07-28 | 1 | -13/+13 |
| | | |||||
| * | Remove extra mode from variables | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | Add project files.v0.1-test | a1xd | 2020-07-22 | 1 | -0/+611 |