summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* merge common-install with commona1xd2020-12-023-0/+2047
|
* refactor ioa1xd2020-12-013-38/+28
|
* Remove experiment file, set driver lang to c++17, fix by component last ↵Jacob Palecki2020-11-272-34/+0
| | | | mouse move
* move speedcap into acceleratora1xd2020-10-213-11/+10
|
* update min time threshold for 8khza1xd2020-10-201-1/+3
|
* add speed capa1xd2020-10-202-6/+23
|
* fix non-standard access of template base membersa1xd2020-10-131-9/+9
|
* raise default scale cap from 9 to 128a1xd2020-10-101-1/+1
|
* disallow negative weight with non-additive typesa1xd2020-09-281-1/+1
|
* add arg checks in wrappera1xd2020-09-275-13/+12
| | | | | | | | | | | 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-264-37/+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-224-40/+2
|
* Rename experiment two to motivityJacob Palecki2020-09-224-12/+12
|
* Mostly worksJacob Palecki2020-09-221-1/+1
|
* add lut exp to drivera1xd2020-09-222-26/+44
|
* conditional around lookup mapJacob Palecki2020-09-201-1/+6
|
* Add icon and second experimentJacob Palecki2020-09-202-0/+78
|
* log sigmoid sens doneJacob Palecki2020-09-194-1/+38
|
* Fix weightJacob Palecki2020-09-091-1/+1
|
* Remove misleading commentJacob Palecki2020-09-091-1/+0
|
* Add improved logarithm styleJacob Palecki2020-09-094-1/+38
|
* Remove log and sigmoid stylesJacob Palecki2020-09-045-64/+2
|
* Refactor for nice gain offsetJacob Palecki2020-09-039-8/+26
|
* Change classic, natural, naturalgain to use gain offsetJacob Palecki2020-09-033-6/+15
|
* Start adding gain offsetsJacob Palecki2020-09-023-3/+16
|
* add 1s write delay to drivera1xd2020-09-012-9/+1
|
* add independent xy accel to drivera1xd2020-08-3115-520/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* clean up wrapper, minimize heap alloca1xd2020-08-241-7/+7
|
* Display active valuesJacob Palecki2020-08-201-0/+3
|
* Sigmoid gainJacob Palecki2020-08-204-2/+41
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-194-2/+36
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-112-2/+3
|
* Merge branch 'master' into GainCapJacob Palecki2020-08-1110-28/+58
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-1110-28/+58
| |
* | 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
|/
* fix read function using direct ioa1xd2020-08-031-5/+6
|
* move clipp/parse logic into console projecta1xd2020-07-317-7187/+8
|
* move write function into common io headera1xd2020-07-311-0/+29
|
* add reada1xd2020-07-313-1/+48
| | | | add function that makes an ioctl call to return the driver's active mouse_modifier
* update grapher/wrapper for st-refactora1xd2020-07-311-1/+9
|
* add more tweaks for st-refactora1xd2020-07-3111-43/+34
|
* Make weight a member of accel_basea1xd2020-07-304-22/+35
| | | | This exposes weight to derived accel types, which now supply a method to transform acceleration into scale.
* add tweaks for st-refactora1xd2020-07-3020-354/+301
|
* Merge remote-tracking branch 'downstream/Inheritance' into st-refactorJacob Palecki2020-07-2912-174/+532
|\
| * Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
| |
| * Inline methods for linking, and fix sens application bugJacob Palecki2020-07-299-25/+29
| |
| * Separate accel implementations into filesJacob Palecki2020-07-2910-188/+310
| |