| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 #87 from matthewstrasiotto/streamer_mode | JacobPalecki | 2021-05-19 | 9 | -22/+157 | |
| |\ \ | | | | | | | Improve use of whitespace on charts, make elements bolder, add "streaming mode" toggle for overlaying charts using Chroma key in OBS | |||||
| | * | | remove unused variable, improve legend position | Matthew Strasiotto | 2021-05-01 | 1 | -3/+1 | |
| | | | | ||||||
| | * | | set transparencies for chart elements in setup method | Matthew Strasiotto | 2021-05-01 | 1 | -4/+6 | |
| | | | | ||||||
| | * | | clean up from adding settings | Matthew Strasiotto | 2021-05-01 | 3 | -13/+17 | |
| | | | | ||||||
| | * | | remove Settings.Settings based config, migrate defintitions to constants | Matthew Strasiotto | 2021-05-01 | 5 | -109/+18 | |
| | | | | ||||||
| | * | | Update marker size for charts to be bigger | Matthew Strasiotto | 2021-05-01 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Implement settings save/restore for streaming mode option | Matthew Strasiotto | 2021-05-01 | 2 | -4/+13 | |
| | | | | ||||||
| | * | | implement event handlers for streaming mode click | Matthew Strasiotto | 2021-05-01 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Add streamingMode option to constructors down the chain | Matthew Strasiotto | 2021-05-01 | 3 | -0/+9 | |
| | | | | ||||||
| | * | | add menu item for streaming mode | Matthew Strasiotto | 2021-05-01 | 1 | -1/+11 | |
| | | | | ||||||
| | * | | Implement ChartState.SetStreaming | Matthew Strasiotto | 2021-05-01 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Implement ChartXY.SetStreaming, sets colours, colors not set in setup | Matthew Strasiotto | 2021-05-01 | 1 | -5/+19 | |
| | | | | ||||||
| | * | | add colours to contants | Matthew Strasiotto | 2021-05-01 | 1 | -0/+12 | |
| | | | | ||||||
| | * | | change legend position for graphs | Matthew Strasiotto | 2021-04-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | update default settings for grapher colours | Matthew Strasiotto | 2021-04-28 | 3 | -21/+21 | |
| | | | | ||||||
| | * | | refactor chart styling a bit | Matthew Strasiotto | 2021-04-27 | 1 | -20/+35 | |
| | | | | ||||||
| | * | | Reset form 1 to original | Matthew Strasiotto | 2021-04-27 | 1 | -1512/+1472 | |
| | | | | ||||||
| | * | | set chart props in own function | Matthew Strasiotto | 2021-04-27 | 4 | -2/+120 | |
| | | | | ||||||
| | * | | chartarea is transparent for all charts now | Matthew Strasiotto | 2021-04-26 | 2 | -4/+8 | |
| | | | | ||||||
| | * | | Dock legends, add chart bg colour property | Matthew Strasiotto | 2021-04-26 | 4 | -1491/+1549 | |
| | |/ | ||||||
| * | | Merge pull request #86 from a1xd/fix-inputv1.4.4 | a1xd | 2021-04-27 | 4 | -85/+72 | |
| |\ \ | |/ |/| | Suppress id/rawinput related errors | |||||
| | * | bump version | a1xd | 2021-04-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | ignore errors when trying to retrieve dev list | a1xd | 2021-04-26 | 1 | -1/+1 | |
| | | | | | | | | | might be a good idea to add logging here, not much else we can do if this fails | |||||
| | * | match error handling in MS raw input docs | a1xd | 2021-04-26 | 1 | -2/+2 | |
| | | | ||||||
| | * | refactor rawinput util | a1xd | 2021-04-26 | 3 | -86/+62 | |
| | | | | | | | | | some generalizations here don't make sense now that we're ignoring errors | |||||
| | * | ignore GetRawInputDeviceInfo errors | a1xd | 2021-04-25 | 1 | -5/+12 | |
| | | | ||||||
| | * | bugfix - rawinput | a1xd | 2021-04-25 | 1 | -2/+2 | |
| | | | | | | | | | GetRawInputDeviceInfo requires character length to be passed, not byte count | |||||
| | * | ignore cfgmgr errors when retrieving device id | a1xd | 2021-04-25 | 2 | -23/+27 | |
| |/ | ||||||
| * | 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 | |||||