| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove win7 targetdotnet5 | a1xd | 2021-09-09 | 1 | -6/+0 |
| | | |||||
| * | port to .NET 5 | a1xd | 2021-09-09 | 24 | -621/+769 |
| | | | | | | | | | | dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target | ||||
| * | rename driver_settings | a1xd | 2021-09-08 | 5 | -64/+68 |
| | | | | | | | found a better one refactor driver/DeviceSetup | ||||
| * | fix clang build errors | a1xd | 2021-09-08 | 2 | -11/+10 |
| | | |||||
| * | update SettingsManager | a1xd | 2021-09-07 | 3 | -19/+88 |
| | | | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher) | ||||
| * | show power mode cap field | a1xd | 2021-09-07 | 1 | -1/+1 |
| | | |||||
| * | get grapher building | a1xd | 2021-09-07 | 26 | -266/+472 |
| | | |||||
| * | increase lut points capacity to 257 | a1xd | 2021-09-06 | 2 | -5/+3 |
| | | | | | remove unneeded constants | ||||
| * | move safeboot check into DriverEntry | a1xd | 2021-09-06 | 1 | -3/+1 |
| | | |||||
| * | make profile count dynamic (unlimited) | a1xd | 2021-09-06 | 5 | -135/+206 |
| | | |||||
| * | change lookup impl to use binary search | a1xd | 2021-09-05 | 1 | -142/+42 |
| | | | | | less data, less code, and latency is good at 8, 128, and 1024 points | ||||
| * | fix kernel bugcheck | a1xd | 2021-09-05 | 1 | -2/+4 |
| | | | | | | | initializing the default driver_settings on driver entry blows up the stack size, causing stack check to fail the default modifier is initialized to noop anyway so it's fine to leave most vars zeroed | ||||
| * | make ioctls constexpr | a1xd | 2021-09-03 | 3 | -16/+11 |
| | | |||||
| * | refactor vec2/math | a1xd | 2021-09-03 | 11 | -52/+44 |
| | | |||||
| * | add per-device configuration | a1xd | 2021-09-03 | 21 | -1155/+1467 |
| | | | | | | | | | | | | adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build | ||||
| * | bugfix - oob in SettingsErrors::ToString | a1xd | 2021-08-29 | 2 | -12/+12 |
| | | |||||
| * | remove culture specific float parsing | a1xd | 2021-08-29 | 2 | -7/+5 |
| | | | | | make app/default culture invariant | ||||
| * | add validation checks for jump mode | a1xd | 2021-08-29 | 1 | -0/+6 |
| | | |||||
| * | remove unused accel fields | a1xd | 2021-08-29 | 3 | -3/+3 |
| | | | | | | | classic mode - weight natural mode - weight power mode - cap | ||||
| * | enable directionality options with by-component | a1xd | 2021-08-29 | 1 | -44/+20 |
| | | |||||
| * | fix args setter from field input | a1xd | 2021-07-11 | 1 | -2/+2 |
| | | |||||
| * | Small bug fixes | Jacob Palecki | 2021-07-10 | 4 | -7/+11 |
| | | |||||
| * | Remove unneeded function | Jacob Palecki | 2021-07-10 | 1 | -16/+0 |
| | | |||||
| * | Fixed default values by splitting into unique text boxes | Jacob Palecki | 2021-07-10 | 15 | -69/+408 |
| | | |||||
| * | Fix truncated sensitivity legend | Jacob Palecki | 2021-07-10 | 1 | -0/+3 |
| | | |||||
| * | Fix gain graph legend position | Jacob Palecki | 2021-07-09 | 2 | -1/+15 |
| | | |||||
| * | Small bugfix + add default text for LUT | Jacob Palecki | 2021-07-09 | 2 | -1/+19 |
| | | |||||
| * | Add separate box for power in classic mode | Jacob Palecki | 2021-07-09 | 15 | -45/+157 |
| | | |||||
| * | fix filename casing in docs | a1xd | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | bugfix - off by 1 | a1xd | 2021-07-06 | 1 | -1/+1 |
| | | |||||
| * | guard against large values of smooth_rate for jump types | a1xd | 2021-07-06 | 1 | -3/+7 |
| | | |||||
| * | fix double error message on gui version check | a1xd | 2021-07-06 | 1 | -11/+1 |
| | | |||||
| * | allow p < 2 in Lp distance mode | a1xd | 2021-07-06 | 1 | -4/+4 |
| | | |||||
| * | use standard syntax for writer options | a1xd | 2021-07-06 | 1 | -3/+3 |
| | | | | | seems like a good idea considering that these are undocumented, for now | ||||
| * | fix typo and wrapper/input code from lut2 merge | a1xd | 2021-07-06 | 8 | -144/+118 |
| | | |||||
| * | merge lut2 | a1xd | 2021-07-05 | 80 | -2122/+3759 |
| |\ | |||||
| | * | Handle power\exponent correctly in GUI | Jacob Palecki | 2021-07-03 | 3 | -4/+26 |
| | | | |||||
| | * | Guide updates and accel type choice fixed | Jacob Palecki | 2021-07-03 | 8 | -4/+4 |
| | | | |||||
| | * | Small fixes, guide additions, tweaks | Jacob Palecki | 2021-07-03 | 4 | -6/+15 |
| | | | |||||
| | * | Format mostly correct | Jacob Palecki | 2021-07-01 | 2 | -4/+15 |
| | | | |||||
| | * | Further formatting adjustments | Jacob Palecki | 2021-07-01 | 2 | -4/+6 |
| | | | |||||
| | * | LUT Panel formatting | Jacob Palecki | 2021-07-01 | 5 | -8/+38 |
| | | | |||||
| | * | Begin updating guide | Jacob Palecki | 2021-07-01 | 1 | -0/+3 |
| | | | |||||
| | * | Mostly working | Jacob Palecki | 2021-07-01 | 7 | -121/+119 |
| | | | |||||
| | * | Better-written LUT panels | Jacob Palecki | 2021-06-30 | 5 | -45/+245 |
| | | | |||||
| | * | Add class for LUT apply type | Jacob Palecki | 2021-06-30 | 7 | -243/+213 |
| | | | |||||
| | * | Fix high DPI issue | Jacob Palecki | 2021-06-28 | 3 | -82/+179 |
| | | | |||||
| | * | added point option | Jacob Palecki | 2021-06-09 | 1 | -0/+39 |
| | | | |||||
| | * | Start of LUT points editing | Jacob Palecki | 2021-04-25 | 17 | -31/+224 |
| | | | |||||
| | * | Fixed layout issues for LUT | Jacob Palecki | 2021-04-25 | 4 | -2/+18 |
| | | | |||||