| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix device id not working with g305 | a1xd | 2021-01-30 | 3 | -22/+3 |
| | | | | | | | | | this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32 this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput not a big deal considering the names are too generic to be useful anyway | ||||
| * | fix last mouse move - swapped axes | a1xd | 2021-01-22 | 1 | -2/+2 |
| | | |||||
| * | Fix anisotropy panel covering bottom classic option in by component | Jacob Palecki | 2021-01-22 | 2 | -2/+2 |
| | | |||||
| * | Fix graphing error in by component graph calculation | Jacob Palecki | 2021-01-22 | 1 | -2/+7 |
| | | |||||
| * | Fix graph for lp_norm != 1 | Jacob Palecki | 2021-01-21 | 1 | -2/+1 |
| | | |||||
| * | change toggle text, "enabled" -> "disable" | a1xd | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | center gui on initial resize | a1xd | 2021-01-21 | 2 | -5/+13 |
| | | | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups | ||||
| * | add angle snapping | a1xd | 2021-01-21 | 2 | -0/+2 |
| | | | | | probably works like interaccel | ||||
| * | Final GUI tweaks | Jacob Palecki | 2021-01-20 | 2 | -2/+7 |
| | | |||||
| * | Tweaks | Jacob Palecki | 2021-01-20 | 4 | -27/+23 |
| | | |||||
| * | merge with master builds | Jacob Palecki | 2021-01-20 | 14 | -57/+384 |
| |\ | |||||
| | * | show custom dialog on bad input (#63) | a1xd | 2021-01-14 | 4 | -1/+130 |
| | | | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args | ||||
| | * | filter raw input based on id | a1xd | 2021-01-12 | 10 | -87/+79 |
| | | | | | | | | | | | | | | | | | 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 | ||||
| | * | Small behavior improvements | Jacob Palecki | 2021-01-07 | 1 | -1/+2 |
| | | | |||||
| | * | Include csproj as well | Jacob Palecki | 2021-01-07 | 1 | -1/+2 |
| | | | |||||
| | * | Refactor | Jacob Palecki | 2021-01-07 | 6 | -104/+185 |
| | | | |||||
| | * | rough GUI integration of "Device Hardware ID" | Tomáš Pazdiora | 2021-01-07 | 6 | -11/+124 |
| | | | |||||
| | * | add "Device Hardware ID" setting, to affect only specific device | Tomáš Pazdiora | 2021-01-05 | 1 | -1/+2 |
| | | | |||||
| * | | Remove debug statement | Jacob Palecki | 2021-01-20 | 1 | -5/+0 |
| | | | |||||
| * | | Final graph fidelity tweaks and fixes | Jacob Palecki | 2021-01-20 | 4 | -30/+34 |
| | | | |||||
| * | | further tweaks | Jacob Palecki | 2021-01-19 | 4 | -33/+24 |
| | | | |||||
| * | | Mostly working | Jacob Palecki | 2021-01-19 | 1 | -9/+69 |
| | | | |||||
| * | | Hide offset for power type | Jacob Palecki | 2021-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Add timer to mousewatcher for better low-end fidelity | Jacob Palecki | 2021-01-18 | 1 | -1/+11 |
| | | | |||||
| * | | Directional works | Jacob Palecki | 2021-01-18 | 11 | -361/+201 |
| | | | |||||
| * | | Refactor for new graph calculation method | Jacob Palecki | 2021-01-18 | 12 | -25/+322 |
| | | | |||||
| * | | Fix xy anisotropy combining in gui | Jacob Palecki | 2021-01-12 | 4 | -28/+41 |
| | | | |||||
| * | | Many small tweaks | Jacob Palecki | 2021-01-12 | 11 | -104/+134 |
| | | | |||||
| * | | Directionality menu progress | Jacob Palecki | 2021-01-11 | 3 | -11/+28 |
| | | | |||||
| * | | Driver works | Jacob Palecki | 2021-01-11 | 1 | -0/+4 |
| | | | |||||
| * | | Some fixes | Jacob Palecki | 2021-01-11 | 2 | -21/+45 |
| | | | |||||
| * | | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 11 | -71/+578 |
| |/ | |||||
| * | rename tryparse, add type | a1xd | 2020-12-22 | 1 | -2/+2 |
| | | |||||
| * | fallback on invariant format when parsing fields | a1xd | 2020-12-15 | 2 | -1/+12 |
| | | | | | by invariant meaning english-based number style, with period char as decimal separator | ||||
| * | add more changes from review | a1xd | 2020-12-05 | 9 | -28/+34 |
| | | | | | | | improve version error messages revert poll time changes add range validation after text parse | ||||
| * | add changes from review | a1xd | 2020-12-03 | 5 | -28/+31 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | fix chart range not updating on disable | a1xd | 2020-12-03 | 1 | -15/+12 |
| | | |||||
| * | filter out abs move raw input | a1xd | 2020-12-03 | 2 | -1/+6 |
| | | |||||
| * | add directional multipliers | a1xd | 2020-12-03 | 11 | -36/+54 |
| | | | | | | | 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 | 8 | -40/+445 |
| | | | | | | | | | 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 | ||||
| * | Remove experiment file, set driver lang to c++17, fix by component last ↵ | Jacob Palecki | 2020-11-27 | 1 | -28/+2 |
| | | | | | mouse move | ||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -3/+6 |
| | | |||||
| * | put autowrite option back in menu | a1xd | 2020-10-21 | 7 | -73/+95 |
| | | |||||
| * | fix sens label visibility when separated | a1xd | 2020-10-21 | 1 | -1/+2 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -1/+2 |
| | | |||||
| * | Fix output velocity calculation | Jacob Palecki | 2020-10-18 | 1 | -2/+2 |
| | | |||||
| * | Fix simulated mouse input bug + small renaming | Jacob Palecki | 2020-10-15 | 4 | -70/+74 |
| | | |||||
| * | hide weight when motivity is selected | a1xd | 2020-10-13 | 1 | -1/+1 |
| | | |||||
| * | add magic number to constants | a1xd | 2020-10-08 | 2 | -2/+4 |
| | | |||||
| * | disable write button when settings are toggled off | a1xd | 2020-10-08 | 1 | -4/+4 |
| | | |||||