summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * driver - apply accel disregarding num packetsa1xd2021-04-014-19/+29
| | | | | | | | add setting for max time threshold
| * add flag to negate device matcha1xd2021-04-013-2/+8
| |
| * update resta1xd2021-04-0118-498/+508
| | | | | | | | | | | | grapher is still broken refactored io / error handling a bit
| * refactor lut/motivitya1xd2021-03-3011-166/+315
| |
| * put utility in namespacea1xd2021-03-302-32/+39
| |
| * add zero/inf/nan guardsa1xd2021-03-293-28/+49
| |
| * add jump typea1xd2021-03-294-0/+85
| |
| * formatting + file renamesa1xd2021-03-2913-126/+158
| |
| * refactor common/settingsa1xd2021-03-2913-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_modeJacobPalecki2021-05-199-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 positionMatthew Strasiotto2021-05-011-3/+1
| | |
| * | set transparencies for chart elements in setup methodMatthew Strasiotto2021-05-011-4/+6
| | |
| * | clean up from adding settingsMatthew Strasiotto2021-05-013-13/+17
| | |
| * | remove Settings.Settings based config, migrate defintitions to constantsMatthew Strasiotto2021-05-015-109/+18
| | |
| * | Update marker size for charts to be biggerMatthew Strasiotto2021-05-011-2/+2
| | |
| * | Implement settings save/restore for streaming mode optionMatthew Strasiotto2021-05-012-4/+13
| | |
| * | implement event handlers for streaming mode clickMatthew Strasiotto2021-05-011-0/+6
| | |
| * | Add streamingMode option to constructors down the chainMatthew Strasiotto2021-05-013-0/+9
| | |
| * | add menu item for streaming modeMatthew Strasiotto2021-05-011-1/+11
| | |
| * | Implement ChartState.SetStreamingMatthew Strasiotto2021-05-011-0/+7
| | |
| * | Implement ChartXY.SetStreaming, sets colours, colors not set in setupMatthew Strasiotto2021-05-011-5/+19
| | |
| * | add colours to contantsMatthew Strasiotto2021-05-011-0/+12
| | |
| * | change legend position for graphsMatthew Strasiotto2021-04-281-1/+1
| | |
| * | update default settings for grapher coloursMatthew Strasiotto2021-04-283-21/+21
| | |
| * | refactor chart styling a bitMatthew Strasiotto2021-04-271-20/+35
| | |
| * | Reset form 1 to originalMatthew Strasiotto2021-04-271-1512/+1472
| | |
| * | set chart props in own functionMatthew Strasiotto2021-04-274-2/+120
| | |
| * | chartarea is transparent for all charts nowMatthew Strasiotto2021-04-262-4/+8
| | |
| * | Dock legends, add chart bg colour propertyMatthew Strasiotto2021-04-264-1491/+1549
| |/
* | Merge pull request #86 from a1xd/fix-inputv1.4.4a1xd2021-04-274-85/+72
|\ \ | |/ |/| Suppress id/rawinput related errors
| * bump versiona1xd2021-04-261-1/+1
| |
| * ignore errors when trying to retrieve dev lista1xd2021-04-261-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 docsa1xd2021-04-261-2/+2
| |
| * refactor rawinput utila1xd2021-04-263-86/+62
| | | | | | | | some generalizations here don't make sense now that we're ignoring errors
| * ignore GetRawInputDeviceInfo errorsa1xd2021-04-251-5/+12
| |
| * bugfix - rawinputa1xd2021-04-251-2/+2
| | | | | | | | GetRawInputDeviceInfo requires character length to be passed, not byte count
| * ignore cfgmgr errors when retrieving device ida1xd2021-04-252-23/+27
|/
* Merge pull request #81 from a1xd/log-unhandled-exv1.4.3a1xd2021-03-113-9/+21
|\ | | | | add handler for unhandled exceptions
| * add handler for unhandled exceptionsa1xd2021-03-113-9/+21
|/
* Merge pull request #71 from a1xd/fix-dev-idv1.4.2a1xd2021-02-028-57/+100
|\ | | | | 1.4.2
| * fix typos in guidea1xd2021-02-021-1/+1
| |
| * bump versiona1xd2021-02-021-1/+1
| |
| * increase default sens capa1xd2021-02-021-1/+1
| |
| * fix device id not working with g305a1xd2021-01-305-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 versiona1xd2021-01-231-1/+1
|
* Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1a1xd2021-01-224-6/+11
|\ | | | | Fix by component
| * fix last mouse move - swapped axesa1xd2021-01-221-2/+2
| |
| * Fix anisotropy panel covering bottom classic option in by componentJacob Palecki2021-01-222-2/+2
| |
| * Fix graphing error in by component graph calculationJacob Palecki2021-01-221-2/+7
|/
* Merge pull request #67 from JacobPalecki/graph_fixJacobPalecki2021-01-221-2/+1
|\ | | | | Fix graph for lp_norm