| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resize vertically for correctness | Jacob Palecki | 2021-04-05 | 2 | -2/+5 |
| | | |||||
| * | Correctly align gain switch | Jacob Palecki | 2021-04-05 | 1 | -0/+1 |
| | | |||||
| * | Add gain switch | Jacob Palecki | 2021-04-05 | 16 | -15/+181 |
| | | |||||
| * | LUT GUI fixes | Jacob Palecki | 2021-04-05 | 5 | -16/+34 |
| | | |||||
| * | update wrapper + writer to handle lut | a1xd | 2021-04-06 | 23 | -501/+665 |
| | | | | | grapher is building but applying options still broken for the most part | ||||
| * | LUT text layout | Jacob Palecki | 2021-04-05 | 13 | -3/+43 |
| | | |||||
| * | It builds | Jacob Palecki | 2021-04-05 | 3 | -15/+16 |
| | | |||||
| * | Add textoption for lut text display | Jacob Palecki | 2021-04-04 | 2 | -1/+97 |
| | | |||||
| * | Fix two more errors, add LUT layout | Jacob Palecki | 2021-04-04 | 2 | -2/+29 |
| | | |||||
| * | Fix most errors from wrapper rewrite | Jacob Palecki | 2021-04-04 | 11 | -68/+67 |
| | | |||||
| * | Add differing table types | Jacob Palecki | 2021-04-01 | 3 | -38/+55 |
| | | |||||
| * | Add lookuptable json | Jacob Palecki | 2021-04-01 | 3 | -3/+70 |
| | | |||||
| * | use callbacks for applying accel | a1xd | 2021-04-01 | 7 | -66/+113 |
| | | |||||
| * | check for safe mode before hooking into dev stack | a1xd | 2021-04-01 | 1 | -1/+7 |
| | | | | | can't stop the driver from being loaded in safe mode, an early return here is the best we can do | ||||
| * | add minimum to complement speed cap | a1xd | 2021-04-01 | 4 | -46/+55 |
| | | | | | | | important feature fixes some validation checks | ||||
| * | make weights work in by component mode | a1xd | 2021-04-01 | 3 | -43/+41 |
| | | | | | | domain weights now applied under inf norm range weights now applied when equal | ||||
| * | driver - apply accel disregarding num packets | a1xd | 2021-04-01 | 4 | -19/+29 |
| | | | | | add setting for max time threshold | ||||
| * | add flag to negate device match | a1xd | 2021-04-01 | 3 | -2/+8 |
| | | |||||
| * | update rest | a1xd | 2021-04-01 | 18 | -498/+508 |
| | | | | | | | grapher is still broken refactored io / error handling a bit | ||||
| * | refactor lut/motivity | a1xd | 2021-03-30 | 11 | -166/+315 |
| | | |||||
| * | put utility in namespace | a1xd | 2021-03-30 | 2 | -32/+39 |
| | | |||||
| * | add zero/inf/nan guards | a1xd | 2021-03-29 | 3 | -28/+49 |
| | | |||||
| * | add jump type | a1xd | 2021-03-29 | 4 | -0/+85 |
| | | |||||
| * | formatting + file renames | a1xd | 2021-03-29 | 13 | -126/+158 |
| | | |||||
| * | refactor common/settings | a1xd | 2021-03-29 | 13 | -370/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | only driver compiles remove accel-base types merge linear + classic move gain cap logic into classic impl, cap is now set in terms of output use cap/limit to determine negation remove weight, add replacement for power mode only remove legacy offset option remove naturalgain mode add legacy mode flag naturalgain -> natural natural -> natural + legacy flag add dpi setting and more accel args + defaults (prep for ips mode) replace output speed cap with input cap | ||||
| * | Merge pull request #81 from a1xd/log-unhandled-exv1.4.3 | a1xd | 2021-03-11 | 3 | -9/+21 |
| |\ | | | | | add handler for unhandled exceptions | ||||
| | * | add handler for unhandled exceptions | a1xd | 2021-03-11 | 3 | -9/+21 |
| |/ | |||||
| * | Merge pull request #71 from a1xd/fix-dev-idv1.4.2 | a1xd | 2021-02-02 | 8 | -57/+100 |
| |\ | | | | | 1.4.2 | ||||
| | * | fix typos in guide | a1xd | 2021-02-02 | 1 | -1/+1 |
| | | | |||||
| | * | bump version | a1xd | 2021-02-02 | 1 | -1/+1 |
| | | | |||||
| | * | increase default sens cap | a1xd | 2021-02-02 | 1 | -1/+1 |
| | | | |||||
| | * | fix device id not working with g305 | a1xd | 2021-01-30 | 5 | -54/+97 |
| |/ | | | | | | | | 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 | ||||
| * | bump version | a1xd | 2021-01-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1 | a1xd | 2021-01-22 | 4 | -6/+11 |
| |\ | | | | | Fix by component | ||||
| | * | 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 |
| |/ | |||||
| * | Merge pull request #67 from JacobPalecki/graph_fix | JacobPalecki | 2021-01-22 | 1 | -2/+1 |
| |\ | | | | | Fix graph for lp_norm | ||||
| | * | Fix graph for lp_norm != 1 | Jacob Palecki | 2021-01-21 | 1 | -2/+1 |
| |/ | |||||
| * | Merge pull request #66 from a1xd/1.4-tweaksv1.4.0 | JacobPalecki | 2021-01-21 | 12 | -27/+72 |
| |\ | | | | | add angle snapping, update signed/ | ||||
| | * | 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 | ||||
| | * | update signed | a1xd | 2021-01-21 | 5 | -2/+2 |
| | | | |||||
| | * | add angle snapping | a1xd | 2021-01-21 | 6 | -0/+39 |
| | | | | | | | | | probably works like interaccel | ||||
| | * | direction/distance calc - small opts | a1xd | 2021-01-21 | 1 | -17/+9 |
| | | | |||||
| | * | relax requirements when deserializing settings | a1xd | 2021-01-21 | 1 | -2/+8 |
| |/ | |||||
| * | Merge pull request #65 from JacobPalecki/Directional | JacobPalecki | 2021-01-20 | 37 | -456/+1439 |
| |\ | | | | | Directionality Features + Graph Fidelity | ||||
| | * | Guard against bad anisotropy args | Jacob Palecki | 2021-01-20 | 1 | -1/+34 |
| | | | |||||
| | * | Bump version to 1.4 | Jacob Palecki | 2021-01-20 | 1 | -2/+2 |
| | | | |||||
| | * | Final GUI tweaks | Jacob Palecki | 2021-01-20 | 2 | -2/+7 |
| | | | |||||