summaryrefslogtreecommitdiff
path: root/common/rawaccel.hpp
Commit message (Collapse)AuthorAgeFilesLines
* set modifier flags in userspacea1xd2021-09-231-49/+60
|
* rename directional multipliersa1xd2021-09-231-4/+4
| | | | changes profile layout
* rename driver_settingsa1xd2021-09-231-6/+6
| | | | | | found a better one refactor driver/DeviceSetup
* make profile count dynamic (unlimited)a1xd2021-09-231-8/+5
|
* refactor vec2/matha1xd2021-09-231-29/+5
|
* add per-device configurationa1xd2021-09-231-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 modea1xd2021-07-061-4/+4
|
* optimize a bit/refactor modifya1xd2021-04-081-194/+129
|
* use callbacks for applying accela1xd2021-04-011-11/+10
|
* add minimum to complement speed capa1xd2021-04-011-41/+43
| | | | | | important feature fixes some validation checks
* make weights work in by component modea1xd2021-04-011-41/+33
| | | | | domain weights now applied under inf norm range weights now applied when equal
* refactor lut/motivitya1xd2021-03-301-3/+8
|
* add zero/inf/nan guardsa1xd2021-03-291-2/+6
|
* formatting + file renamesa1xd2021-03-291-91/+3
|
* refactor common/settingsa1xd2021-03-291-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 capa1xd2021-02-021-1/+1
|
* add angle snappinga1xd2021-01-211-0/+32
| | | | probably works like interaccel
* direction/distance calc - small optsa1xd2021-01-211-17/+9
|
* Some fixesJacob Palecki2021-01-111-11/+19
|
* Implement direcitonality UIJacob Palecki2021-01-101-8/+3
|
* Add to stigma, directional to settingsJacob Palecki2021-01-081-11/+20
|
* Add core logic in commonJacob Palecki2021-01-071-1/+77
|
* add changes from reviewa1xd2020-12-031-7/+7
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-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 acceleratora1xd2020-10-211-10/+9
|
* add speed capa1xd2020-10-201-6/+22
|
* raise default scale cap from 9 to 128a1xd2020-10-101-1/+1
|
* add arg checks in wrappera1xd2020-09-271-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 logarithmJacob Palecki2020-09-261-3/+0
|
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-4/+1
|
* Rename experiment two to motivityJacob Palecki2020-09-221-7/+7
|
* add lut exp to drivera1xd2020-09-221-8/+19
|
* log sigmoid sens doneJacob Palecki2020-09-191-0/+3
|
* Add improved logarithm styleJacob Palecki2020-09-091-0/+3
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-7/+1
|
* add independent xy accel to drivera1xd2020-08-311-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 valuesJacob Palecki2020-08-201-0/+3
|
* Sigmoid gainJacob Palecki2020-08-201-1/+2
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+2
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-2/+1
|
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-2/+4
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-2/+4
| |
* | Further commentsJacob Palecki2020-08-051-5/+41
| |
* | Fix gain cap for positive offsetsJacob Palecki2020-08-051-15/+11
| |
* | Add velocity gain optionJacob Palecki2020-08-041-5/+65
|/
* move clipp/parse logic into console projecta1xd2020-07-311-1/+1
|
* add more tweaks for st-refactora1xd2020-07-311-17/+11
|
* Make weight a member of accel_basea1xd2020-07-301-18/+6
| | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale.
* add tweaks for st-refactora1xd2020-07-301-40/+33
|
* Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
|