| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix potential leaks | a1xd | 2021-09-23 | 2 | -2/+10 |
| | | | | | forms displayed with ShowDialog are only hidden when closed; Dispose must be called manually | ||||
| * | add fn for making a shortcut in startup folder | a1xd | 2021-09-23 | 1 | -1/+64 |
| | | |||||
| * | rename driver_settings | a1xd | 2021-09-23 | 5 | -64/+68 |
| | | | | | | | found a better one refactor driver/DeviceSetup | ||||
| * | fix clang build errors | a1xd | 2021-09-23 | 2 | -11/+10 |
| | | |||||
| * | Cap type options now fully working | Jacob Palecki | 2021-09-23 | 9 | -299/+625 |
| | | |||||
| * | Mostly working cap type in GUI | Jacob Palecki | 2021-09-23 | 18 | -210/+481 |
| | | |||||
| * | Some reorganizing | Jacob Palecki | 2021-09-23 | 3 | -35/+55 |
| | | |||||
| * | Most of Cap Type options in GUI | Jacob Palecki | 2021-09-23 | 4 | -106/+401 |
| | | |||||
| * | YToXRatio fully works | Jacob Palecki | 2021-09-23 | 8 | -33/+96 |
| | | |||||
| * | Add lp norm new info to doc | Jacob Palecki | 2021-09-23 | 1 | -0/+1 |
| | | |||||
| * | Support infinite LP norm - any value greater than 64 | Jacob Palecki | 2021-09-23 | 1 | -0/+9 |
| | | |||||
| * | Add y\x ratio to gui | Jacob Palecki | 2021-09-23 | 8 | -144/+252 |
| | | |||||
| * | update SettingsManager | a1xd | 2021-09-23 | 3 | -18/+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-23 | 1 | -1/+1 |
| | | |||||
| * | get grapher building | a1xd | 2021-09-23 | 26 | -275/+476 |
| | | |||||
| * | increase lut points capacity to 257 | a1xd | 2021-09-23 | 2 | -5/+3 |
| | | | | | remove unneeded constants | ||||
| * | move safeboot check into DriverEntry | a1xd | 2021-09-23 | 1 | -3/+1 |
| | | |||||
| * | make profile count dynamic (unlimited) | a1xd | 2021-09-23 | 5 | -135/+206 |
| | | |||||
| * | change lookup impl to use binary search | a1xd | 2021-09-23 | 1 | -142/+42 |
| | | | | | less data, less code, and latency is good at 8, 128, and 1024 points | ||||
| * | fix kernel bugcheck | a1xd | 2021-09-23 | 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-23 | 3 | -16/+11 |
| | | |||||
| * | refactor vec2/math | a1xd | 2021-09-23 | 11 | -52/+44 |
| | | |||||
| * | add per-device configuration | a1xd | 2021-09-23 | 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 | ||||
| * | Merge pull request #107 from a1xd/1.5.0-fix | a1xd | 2021-09-23 | 4 | -4/+36 |
| |\ | | | | | 1.5 pre-release fixes | ||||
| | * | fix - motivity not set from inputv1.5.0 | a1xd | 2021-09-23 | 1 | -2/+12 |
| | | | |||||
| | * | check number of points on LUT parse | a1xd | 2021-09-23 | 1 | -1/+15 |
| | | | |||||
| | * | make last move dot larger | a1xd | 2021-09-23 | 2 | -1/+9 |
| |/ | |||||
| * | Merge pull request #105 from a1xd/1.5.x | a1xd | 2021-09-22 | 88 | -2356/+4455 |
| |\ | | | | | v1.5 | ||||
| | * | improve converter + docs | a1xd | 2021-09-22 | 3 | -13/+14 |
| | | | | | | | | | | | | | | | | | | | | | remove note about not supporting prescale use relative links on conversion - flip rotation sign - set angle snapping - set domain weights to prescale | ||||
| | * | fix docs | a1xd | 2021-09-22 | 2 | -10/+6 |
| | | | |||||
| | * | converter - use argv for IA settings path | a1xd | 2021-09-22 | 1 | -31/+40 |
| | | | |||||
| | * | remove converter questions, add notes instead | a1xd | 2021-09-21 | 1 | -7/+19 |
| | | | |||||
| | * | handle lut mode exceptions on apply | a1xd | 2021-09-21 | 2 | -14/+33 |
| | | | |||||
| | * | rename disable button to reset | a1xd | 2021-09-21 | 2 | -19/+22 |
| | | | |||||
| | * | 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 |
| | | | |||||