summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename accelMotivity to growthRateJacob Palecki2021-04-067-7/+8
| |
| * Remove cap and offset style switchesJacob Palecki2021-04-064-122/+37
| |
| * Fix checkbox not snappingJacob Palecki2021-04-062-2/+14
| |
| * Resize vertically for correctnessJacob Palecki2021-04-052-2/+5
| |
| * Correctly align gain switchJacob Palecki2021-04-051-0/+1
| |
| * Add gain switchJacob Palecki2021-04-0516-15/+181
| |
| * LUT GUI fixesJacob Palecki2021-04-055-16/+34
| |
| * update wrapper + writer to handle luta1xd2021-04-0623-501/+665
| | | | | | | | grapher is building but applying options still broken for the most part
| * LUT text layoutJacob Palecki2021-04-0513-3/+43
| |
| * It buildsJacob Palecki2021-04-053-15/+16
| |
| * Add textoption for lut text displayJacob Palecki2021-04-042-1/+97
| |
| * Fix two more errors, add LUT layoutJacob Palecki2021-04-042-2/+29
| |
| * Fix most errors from wrapper rewriteJacob Palecki2021-04-0411-68/+67
| |
| * Add differing table typesJacob Palecki2021-04-013-38/+55
| |
| * Add lookuptable jsonJacob Palecki2021-04-013-3/+70
| |
| * use callbacks for applying accela1xd2021-04-017-66/+113
| |
| * check for safe mode before hooking into dev stacka1xd2021-04-011-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 capa1xd2021-04-014-46/+55
| | | | | | | | | | | | important feature fixes some validation checks
| * make weights work in by component modea1xd2021-04-013-43/+41
| | | | | | | | | | domain weights now applied under inf norm range weights now applied when equal
| * 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
| |