summaryrefslogtreecommitdiff
path: root/common/accel-base.hpp
Commit message (Collapse)AuthorAgeFilesLines
* refactor common/settingsa1xd2021-03-291-66/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Some fixesJacob Palecki2021-01-111-2/+2
|
* Implement direcitonality UIJacob Palecki2021-01-101-0/+5
|
* move speedcap into acceleratora1xd2020-10-211-0/+1
|
* fix non-standard access of template base membersa1xd2020-10-131-9/+9
|
* disallow negative weight with non-additive typesa1xd2020-09-281-1/+1
|
* add arg checks in wrappera1xd2020-09-271-8/+8
| | | | | | | | | | | 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
* Fix weightJacob Palecki2020-09-091-1/+1
|
* Refactor for nice gain offsetJacob Palecki2020-09-031-3/+5
|
* Start adding gain offsetsJacob Palecki2020-09-021-1/+2
|
* add independent xy accel to drivera1xd2020-08-311-47/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+1
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-0/+2
|
* define exceptions for invalid arg & io errorsa1xd2020-08-111-5/+12
|
* add more tweaks for st-refactora1xd2020-07-311-7/+9
|
* Make weight a member of accel_basea1xd2020-07-301-2/+19
| | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale.
* add tweaks for st-refactora1xd2020-07-301-0/+50