| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add angle snapping | a1xd | 2021-01-21 | 1 | -0/+3 |
| | | | | | probably works like interaccel | ||||
| * | relax requirements when deserializing settings | a1xd | 2021-01-21 | 1 | -2/+8 |
| | | |||||
| * | Guard against bad anisotropy args | Jacob Palecki | 2021-01-20 | 1 | -1/+34 |
| | | |||||
| * | merge with master builds | Jacob Palecki | 2021-01-20 | 1 | -1/+26 |
| |\ | |||||
| | * | filter raw input based on id | a1xd | 2021-01-12 | 1 | -3/+24 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| | * | size device id/hwids based on docs | a1xd | 2021-01-05 | 1 | -1/+1 |
| | | | | | | | | | this also changes the connect ioctl to not abort when hwid query fails | ||||
| | * | add "Device Hardware ID" setting, to affect only specific device | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+5 |
| | | | |||||
| * | | Driver works | Jacob Palecki | 2021-01-11 | 1 | -3/+3 |
| | | | |||||
| * | | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -0/+14 |
| |/ | |||||
| * | add more changes from review | a1xd | 2020-12-05 | 1 | -3/+7 |
| | | | | | | | improve version error messages revert poll time changes add range validation after text parse | ||||
| * | add changes from review | a1xd | 2020-12-03 | 1 | -1/+1 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | add directional multipliers | a1xd | 2020-12-03 | 1 | -1/+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 | -6/+101 |
| | | | | | | | | | 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 | ||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -3/+2 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -0/+3 |
| | | |||||
| * | rename sensitivity field to 'sens multiplier' | a1xd | 2020-10-08 | 1 | -1/+1 |
| | | |||||
| * | add static default settings in wrapper | a1xd | 2020-10-07 | 1 | -1/+1 |
| | | |||||
| * | forbid 0 accel with naturalgain | a1xd | 2020-09-30 | 1 | -0/+2 |
| | | |||||
| * | change cut off from 1 to 10 for natural(gain) accel val | a1xd | 2020-09-29 | 1 | -2/+2 |
| | | |||||
| * | change scale cap key | a1xd | 2020-09-29 | 1 | -0/+1 |
| | | |||||
| * | set invisible args to default values before write | a1xd | 2020-09-29 | 1 | -0/+1 |
| | | |||||
| * | add wrapper optimization | a1xd | 2020-09-29 | 1 | -5/+4 |
| | | |||||
| * | disallow negative weight with non-additive types | a1xd | 2020-09-28 | 1 | -3/+6 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -23/+90 |
| | | | | | | | | | | | | 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 | ||||
| * | Hide minimum time attribute | Jacob Palecki | 2020-09-26 | 1 | -0/+1 |
| | | |||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -1/+1 |
| | | |||||
| * | add initial writer | a1xd | 2020-09-25 | 1 | -10/+129 |
| | | | | | | move managed settings into wrapper move gui build into driver build dir | ||||
| * | add lut exp to driver | a1xd | 2020-09-22 | 1 | -2/+19 |
| | | |||||
| * | Add delay on button enable after writing to driver | Jacob Palecki | 2020-09-08 | 1 | -0/+2 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -73/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -13/+9 |
| | | |||||
| * | Fix rotation getter | Jacob Palecki | 2020-08-22 | 1 | -1/+1 |
| | | |||||
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 1 | -1/+4 |
| | | |||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -10/+15 |
| | | |||||
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 1 | -0/+10 |
| | | |||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 1 | -1/+1 |
| | | |||||
| * | Add velocity gain option | Jacob Palecki | 2020-08-04 | 1 | -1/+3 |
| | | |||||
| * | Read from driver to get graph values | Jacob Palecki | 2020-08-03 | 1 | -0/+1 |
| | | |||||
| * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 1 | -3/+10 |
| | | |||||
| * | move write function into common io header | a1xd | 2020-07-31 | 1 | -0/+1 |
| | | |||||
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 1 | -4/+8 |
| |\ | |||||
| | * | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 1 | -1/+4 |
| | | | |||||
| * | | Fix small bugs, add AccelOptions class | Jacob Palecki | 2020-07-30 | 1 | -0/+2 |
| | | | |||||
| * | | Take all variables through GUI | Jacob Palecki | 2020-07-29 | 1 | -3/+20 |
| | | | |||||
| * | | Compiles but may file | Jacob Palecki | 2020-07-29 | 1 | -3/+21 |
| |/ | |||||
| * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 1 | -1/+1 |
| | | |||||
| * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | Remove extra mode from variables | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||
| * | skeleton | Jacob Palecki | 2020-07-27 | 1 | -1/+1 |
| | | |||||
| * | Added simple c++/cli wrapper | Jacob Palecki | 2020-07-23 | 1 | -0/+14 |