| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | filter raw input based on id | a1xd | 2021-01-12 | 1 | -0/+1 |
| | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors | ||||
| * | embed version info into assemblies | a1xd | 2020-12-02 | 1 | -0/+1 |
| | | | | | | | | | 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 | ||||
| * | merge common-install with common | a1xd | 2020-12-02 | 1 | -0/+1 |
| | | |||||
| * | refactor io | a1xd | 2020-12-01 | 1 | -0/+1 |
| | | |||||
| * | Remove experiment file, set driver lang to c++17, fix by component last ↵ | Jacob Palecki | 2020-11-27 | 1 | -1/+0 |
| | | | | | mouse move | ||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -1/+0 |
| | | |||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -1/+0 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Add icon and second experiment | Jacob Palecki | 2020-09-20 | 1 | -0/+1 |
| | | |||||
| * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -0/+1 |
| | | |||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -0/+1 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 1 | -2/+0 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -0/+1 |
| | | |||||
| * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 1 | -1/+1 |
| | | |||||
| * | move clipp/parse logic into console project | a1xd | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | add read | a1xd | 2020-07-31 | 1 | -0/+1 |
| | | | | | add function that makes an ioctl call to return the driver's active mouse_modifier | ||||
| * | add tweaks for st-refactor | a1xd | 2020-07-30 | 1 | -11/+9 |
| | | |||||
| * | Separate accel implementations into files | Jacob Palecki | 2020-07-29 | 1 | -0/+10 |
| | | |||||
| * | Further refactoring and comments | Jacob Palecki | 2020-07-28 | 1 | -0/+1 |
| | | |||||
| * | Add project files.v0.1-test | a1xd | 2020-07-22 | 1 | -0/+22 |