| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change disable button to reset, update doc text | Jacob Palecki | 2021-09-23 | 1 | -2/+2 |
| | | |||||
| * | add device menu | a1xd | 2021-09-23 | 1 | -1/+22 |
| | | |||||
| * | fix potential leaks | a1xd | 2021-09-23 | 1 | -1/+4 |
| | | | | | forms displayed with ShowDialog are only hidden when closed; Dispose must be called manually | ||||
| * | YToXRatio fully works | Jacob Palecki | 2021-09-23 | 1 | -1/+1 |
| | | |||||
| * | Add y\x ratio to gui | Jacob Palecki | 2021-09-23 | 1 | -2/+2 |
| | | |||||
| * | update SettingsManager | a1xd | 2021-09-23 | 1 | -2/+1 |
| | | | | | | | 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 | -36/+23 |
| | | |||||
| * | handle lut mode exceptions on apply | a1xd | 2021-09-21 | 1 | -7/+26 |
| | | |||||
| * | rename disable button to reset | a1xd | 2021-09-21 | 1 | -18/+18 |
| | | |||||
| * | Small fixes, guide additions, tweaks | Jacob Palecki | 2021-07-03 | 1 | -1/+1 |
| | | |||||
| * | move arbitrary input into settings | a1xd | 2021-04-13 | 1 | -12/+11 |
| | | | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file | ||||
| * | Add active value labels for gain switch | Jacob Palecki | 2021-04-07 | 1 | -0/+1 |
| | | |||||
| * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 1 | -80/+44 |
| | | | | | grapher is building but applying options still broken for the most part | ||||
| * | It builds | Jacob Palecki | 2021-04-05 | 1 | -5/+5 |
| | | |||||
| * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 1 | -5/+4 |
| | | |||||
| * | Add lookuptable json | Jacob Palecki | 2021-04-01 | 1 | -2/+2 |
| | | |||||
| * | change toggle text, "enabled" -> "disable" | a1xd | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | center gui on initial resize | a1xd | 2021-01-21 | 1 | -1/+0 |
| | | | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups | ||||
| * | add angle snapping | a1xd | 2021-01-21 | 1 | -0/+1 |
| | | | | | probably works like interaccel | ||||
| * | Final GUI tweaks | Jacob Palecki | 2021-01-20 | 1 | -0/+5 |
| | | |||||
| * | merge with master builds | Jacob Palecki | 2021-01-20 | 1 | -2/+18 |
| |\ | |||||
| | * | show custom dialog on bad input (#63) | a1xd | 2021-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args | ||||
| | * | filter raw input based on id | a1xd | 2021-01-12 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | 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 | -2/+7 |
| | | | |||||
| | * | add "Device Hardware ID" setting, to affect only specific device | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+2 |
| | | | |||||
| * | | Many small tweaks | Jacob Palecki | 2021-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -1/+3 |
| |/ | |||||
| * | 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/+2 |
| | | | | | | | 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 | -1/+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 | ||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -3/+6 |
| | | |||||
| * | put autowrite option back in menu | a1xd | 2020-10-21 | 1 | -51/+42 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -1/+2 |
| | | |||||
| * | add magic number to constants | a1xd | 2020-10-08 | 1 | -1/+1 |
| | | |||||
| * | disable write button when settings are toggled off | a1xd | 2020-10-08 | 1 | -4/+4 |
| | | |||||
| * | Follow full C# convention | Jacob Palecki | 2020-10-08 | 1 | -1/+1 |
| | | |||||
| * | add scroll to charts | a1xd | 2020-10-08 | 1 | -0/+2 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 1 | -31/+119 |
| | | | | | remove option to disable write on startup | ||||
| * | set invisible args to default values before write | a1xd | 2020-09-29 | 1 | -1/+1 |
| | | |||||
| * | Handle errors from bad arg on write | Jacob Palecki | 2020-09-27 | 1 | -2/+1 |
| | | |||||
| * | Merge and fix write button | Jacob Palecki | 2020-09-27 | 1 | -5/+17 |
| |\ | |||||
| | * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -5/+15 |
| |/ | | | | | | | | | | | 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 | ||||
| * | Scale Last Mouse Move by poll rate | Jacob Palecki | 2020-09-26 | 1 | -2/+2 |
| | | |||||
| * | SetActive changes field default, bugs fixed | Jacob Palecki | 2020-09-25 | 1 | -1/+0 |
| | | |||||
| * | Last mouse move perfetly responsive at 100 FPS | Jacob Palecki | 2020-09-25 | 1 | -0/+19 |
| | | |||||
| * | add initial writer | a1xd | 2020-09-25 | 1 | -8/+2 |
| | | | | | | move managed settings into wrapper move gui build into driver build dir | ||||
| * | separate x/y mostly works | Jacob Palecki | 2020-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add y lines to graphes + further work | Jacob Palecki | 2020-09-17 | 1 | -2/+1 |
| | | |||||
| * | Unsure if I will use this | Jacob Palecki | 2020-09-16 | 1 | -1/+1 |
| | | |||||
| * | By component, anisotropy full works | Jacob Palecki | 2020-09-08 | 1 | -2/+4 |
| | | |||||