| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | 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 | |
| | | | ||||||
| | * | 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 | |
| | | | ||||||