summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * driver - apply accel disregarding num packetsa1xd2021-04-014-19/+29
| * add flag to negate device matcha1xd2021-04-013-2/+8
| * update resta1xd2021-04-0118-498/+508
| * 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
* | Merge pull request #87 from matthewstrasiotto/streamer_modeJacobPalecki2021-05-199-22/+157
|\ \
| * | 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
|\ \ | |/ |/|
| * bump versiona1xd2021-04-261-1/+1
| * ignore errors when trying to retrieve dev lista1xd2021-04-261-1/+1
| * match error handling in MS raw input docsa1xd2021-04-261-2/+2
| * refactor rawinput utila1xd2021-04-263-86/+62
| * ignore GetRawInputDeviceInfo errorsa1xd2021-04-251-5/+12
| * bugfix - rawinputa1xd2021-04-251-2/+2
| * 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 exceptionsa1xd2021-03-113-9/+21
|/
* Merge pull request #71 from a1xd/fix-dev-idv1.4.2a1xd2021-02-028-57/+100
|\
| * 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
|/
* bump versiona1xd2021-01-231-1/+1
* Merge pull request #69 from JacobPalecki/FixByComponentv1.4.1a1xd2021-01-224-6/+11
|\
| * 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
|\