| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add indicator to last move on normalized dev read | a1xd | 2021-09-23 | 1 | -5/+10 |
| | | |||||
| * | Change disable button to reset, update doc text | Jacob Palecki | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | rename directional multipliers | a1xd | 2021-09-23 | 1 | -1/+2 |
| | | | | | changes profile layout | ||||
| * | refactor SetActiveHandles method | a1xd | 2021-09-23 | 1 | -18/+12 |
| | | |||||
| * | add device menu | a1xd | 2021-09-23 | 1 | -11/+56 |
| | | |||||
| * | update SettingsManager | a1xd | 2021-09-23 | 1 | -16/+81 |
| | | | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher) | ||||
| * | get grapher building | a1xd | 2021-09-23 | 1 | -52/+66 |
| | | |||||
| * | fix typo and wrapper/input code from lut2 merge | a1xd | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | merge lut2 | a1xd | 2021-07-05 | 3 | -187/+120 |
| |\ | |||||
| | * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 4 | -237/+119 |
| | | | | | | | | | grapher is building but applying options still broken for the most part | ||||
| | * | It builds | Jacob Palecki | 2021-04-05 | 1 | -8/+9 |
| | | | |||||
| | * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 2 | -5/+5 |
| | | | |||||
| | * | Add differing table types | Jacob Palecki | 2021-04-01 | 1 | -37/+20 |
| | | | |||||
| | * | Add lookuptable json | Jacob Palecki | 2021-04-01 | 2 | -1/+68 |
| | | | |||||
| * | | Implement settings save/restore for streaming mode option | Matthew Strasiotto | 2021-05-01 | 2 | -4/+13 |
| |/ | |||||
| * | add angle snapping | a1xd | 2021-01-21 | 1 | -0/+1 |
| | | | | | probably works like interaccel | ||||
| * | filter raw input based on id | a1xd | 2021-01-12 | 2 | -4/+4 |
| | | | | | | | | | 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 | ||||
| * | Refactor | Jacob Palecki | 2021-01-07 | 1 | -66/+7 |
| | | |||||
| * | rough GUI integration of "Device Hardware ID" | Tomáš Pazdiora | 2021-01-07 | 1 | -0/+66 |
| | | |||||
| * | add changes from review | a1xd | 2020-12-03 | 1 | -2/+2 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | add directional multipliers | a1xd | 2020-12-03 | 2 | -2/+4 |
| | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher | ||||
| * | embed version info into assemblies | a1xd | 2020-12-02 | 1 | -29/+0 |
| | | | | | | | | | 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 | ||||
| * | put autowrite option back in menu | a1xd | 2020-10-21 | 3 | -18/+34 |
| | | |||||
| * | improve comments, variable names | a1xd | 2020-10-08 | 1 | -4/+4 |
| | | |||||
| * | Follow full C# convention | Jacob Palecki | 2020-10-08 | 1 | -1/+21 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 3 | -25/+36 |
| | | | | | remove option to disable write on startup | ||||
| * | ease requirements for loading driver settings | a1xd | 2020-10-07 | 2 | -22/+39 |
| | | | | | | | | gui settings are no longer needed this covers edge case where interaccel converter is used but the gui does not run until after reboot | ||||
| * | Handle errors from bad arg on write | Jacob Palecki | 2020-09-27 | 1 | -0/+29 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 2 | -24/+54 |
| | | | | | | | | | | | | 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 initial writer | a1xd | 2020-09-25 | 2 | -135/+23 |
| | | | | | | move managed settings into wrapper move gui build into driver build dir | ||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Save option to show velocity and gain on gui startup | Jacob Palecki | 2020-09-22 | 2 | -1/+10 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -1/+1 |
| | | |||||
| * | Save show last mouse value | Jacob Palecki | 2020-09-08 | 2 | -3/+13 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 2 | -12/+0 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 1 | -1/+1 |
| | | |||||
| * | Merge with master | Jacob Palecki | 2020-09-04 | 2 | -25/+29 |
| |\ | |||||
| | * | Refactor for nice gain offset | Jacob Palecki | 2020-09-03 | 1 | -0/+1 |
| | | | |||||
| | * | add 1s write delay to driver | a1xd | 2020-09-01 | 2 | -25/+28 |
| | | | |||||
| * | | Move constants to central class | Jacob Palecki | 2020-09-01 | 1 | -7/+1 |
| | | | |||||
| * | | Add constants class and separate classes into regions | Jacob Palecki | 2020-09-01 | 4 | -0/+57 |
| |/ | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 4 | -160/+142 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 4 | -43/+226 |
| | | |||||
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 2 | -0/+132 |