| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | set modifier flags in userspace | a1xd | 2021-09-23 | 1 | -49/+60 |
| | | |||||
| * | rename directional multipliers | a1xd | 2021-09-23 | 1 | -4/+4 |
| | | | | | changes profile layout | ||||
| * | rename driver_settings | a1xd | 2021-09-23 | 1 | -6/+6 |
| | | | | | | | found a better one refactor driver/DeviceSetup | ||||
| * | make profile count dynamic (unlimited) | a1xd | 2021-09-23 | 1 | -8/+5 |
| | | |||||
| * | refactor vec2/math | a1xd | 2021-09-23 | 1 | -29/+5 |
| | | |||||
| * | add per-device configuration | a1xd | 2021-09-23 | 1 | -77/+144 |
| | | | | | | | | | | | | 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 | ||||
| * | allow p < 2 in Lp distance mode | a1xd | 2021-07-06 | 1 | -4/+4 |
| | | |||||
| * | optimize a bit/refactor modify | a1xd | 2021-04-08 | 1 | -194/+129 |
| | | |||||
| * | use callbacks for applying accel | a1xd | 2021-04-01 | 1 | -11/+10 |
| | | |||||
| * | add minimum to complement speed cap | a1xd | 2021-04-01 | 1 | -41/+43 |
| | | | | | | | important feature fixes some validation checks | ||||
| * | make weights work in by component mode | a1xd | 2021-04-01 | 1 | -41/+33 |
| | | | | | | domain weights now applied under inf norm range weights now applied when equal | ||||
| * | refactor lut/motivity | a1xd | 2021-03-30 | 1 | -3/+8 |
| | | |||||
| * | add zero/inf/nan guards | a1xd | 2021-03-29 | 1 | -2/+6 |
| | | |||||
| * | formatting + file renames | a1xd | 2021-03-29 | 1 | -91/+3 |
| | | |||||
| * | refactor common/settings | a1xd | 2021-03-29 | 1 | -161/+72 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | increase default sens cap | a1xd | 2021-02-02 | 1 | -1/+1 |
| | | |||||
| * | add angle snapping | a1xd | 2021-01-21 | 1 | -0/+32 |
| | | | | | probably works like interaccel | ||||
| * | direction/distance calc - small opts | a1xd | 2021-01-21 | 1 | -17/+9 |
| | | |||||
| * | Some fixes | Jacob Palecki | 2021-01-11 | 1 | -11/+19 |
| | | |||||
| * | Implement direcitonality UI | Jacob Palecki | 2021-01-10 | 1 | -8/+3 |
| | | |||||
| * | Add to stigma, directional to settings | Jacob Palecki | 2021-01-08 | 1 | -11/+20 |
| | | |||||
| * | Add core logic in common | Jacob Palecki | 2021-01-07 | 1 | -1/+77 |
| | | |||||
| * | add changes from review | a1xd | 2020-12-03 | 1 | -7/+7 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | add directional multipliers | a1xd | 2020-12-03 | 1 | -1/+12 |
| | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher | ||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -10/+9 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -6/+22 |
| | | |||||
| * | raise default scale cap from 9 to 128 | a1xd | 2020-10-10 | 1 | -1/+1 |
| | | |||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -2/+0 |
| | | | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write | ||||
| * | Remove logarithm | Jacob Palecki | 2020-09-26 | 1 | -3/+0 |
| | | |||||
| * | Remove sigmoidgain, only allow one instance of grapher to run at a time | Jacob Palecki | 2020-09-22 | 1 | -4/+1 |
| | | |||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 1 | -7/+7 |
| | | |||||
| * | add lut exp to driver | a1xd | 2020-09-22 | 1 | -8/+19 |
| | | |||||
| * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -0/+3 |
| | | |||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 1 | -0/+3 |
| | | |||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 1 | -7/+1 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -152/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated | ||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -0/+3 |
| | | |||||
| * | Sigmoid gain | Jacob Palecki | 2020-08-20 | 1 | -1/+2 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -1/+2 |
| | | |||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 1 | -2/+1 |
| | | |||||
| * | Merge branch 'master' into GainCap | Jacob Palecki | 2020-08-11 | 1 | -2/+4 |
| |\ | |||||
| | * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 1 | -2/+4 |
| | | | |||||
| * | | Further comments | Jacob Palecki | 2020-08-05 | 1 | -5/+41 |
| | | | |||||
| * | | Fix gain cap for positive offsets | Jacob Palecki | 2020-08-05 | 1 | -15/+11 |
| | | | |||||
| * | | Add velocity gain option | Jacob Palecki | 2020-08-04 | 1 | -5/+65 |
| |/ | |||||
| * | move clipp/parse logic into console project | a1xd | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | add more tweaks for st-refactor | a1xd | 2020-07-31 | 1 | -17/+11 |
| | | |||||
| * | Make weight a member of accel_base | a1xd | 2020-07-30 | 1 | -18/+6 |
| | | | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale. | ||||
| * | add tweaks for st-refactor | a1xd | 2020-07-30 | 1 | -40/+33 |
| | | |||||
| * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 1 | -1/+1 |
| | | |||||