summaryrefslogtreecommitdiff
path: root/common/rawaccel-settings.h
Commit message (Collapse)AuthorAgeFilesLines
* formatting + file renamesa1xd2021-03-291-64/+0
|
* refactor common/settingsa1xd2021-03-291-10/+40
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* add angle snappinga1xd2021-01-211-0/+1
| | | | probably works like interaccel
* merge with master buildsJacob Palecki2021-01-201-0/+3
|\
| * filter raw input based on ida1xd2021-01-121-2/+2
| | | | | | | | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors
| * size device id/hwids based on docsa1xd2021-01-051-1/+3
| | | | | | | | this also changes the connect ioctl to not abort when hwid query fails
| * add "Device Hardware ID" setting, to affect only specific deviceTomáš Pazdiora2021-01-051-0/+1
| |
* | Some fixesJacob Palecki2021-01-111-2/+2
| |
* | Implement direcitonality UIJacob Palecki2021-01-101-1/+1
| |
* | Add to stigma, directional to settingsJacob Palecki2021-01-081-0/+2
|/
* add changes from reviewa1xd2020-12-031-1/+1
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-0/+1
| | | | | | 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-1/+0
|
* update min time threshold for 8khza1xd2020-10-201-1/+3
|
* add speed capa1xd2020-10-201-0/+1
|
* add arg checks in wrappera1xd2020-09-271-1/+2
| | | | | | | | | | | 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-1/+1
|
* add initial writera1xd2020-09-251-1/+4
| | | | | move managed settings into wrapper move gui build into driver build dir
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-1/+1
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+1
|
* log sigmoid sens doneJacob Palecki2020-09-191-1/+1
|
* Add improved logarithm styleJacob Palecki2020-09-091-1/+1
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-1/+1
|
* add independent xy accel to drivera1xd2020-08-311-0/+21
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