| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | merge common-install with common | a1xd | 2020-12-02 | 3 | -0/+2047 | |
| | | ||||||
| * | refactor io | a1xd | 2020-12-01 | 3 | -38/+28 | |
| | | ||||||
| * | Remove experiment file, set driver lang to c++17, fix by component last ↵ | Jacob Palecki | 2020-11-27 | 2 | -34/+0 | |
| | | | | | mouse move | |||||
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 3 | -11/+10 | |
| | | ||||||
| * | update min time threshold for 8khz | a1xd | 2020-10-20 | 1 | -1/+3 | |
| | | ||||||
| * | add speed cap | a1xd | 2020-10-20 | 2 | -6/+23 | |
| | | ||||||
| * | fix non-standard access of template base members | a1xd | 2020-10-13 | 1 | -9/+9 | |
| | | ||||||
| * | raise default scale cap from 9 to 128 | a1xd | 2020-10-10 | 1 | -1/+1 | |
| | | ||||||
| * | disallow negative weight with non-additive types | a1xd | 2020-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | add arg checks in wrapper | a1xd | 2020-09-27 | 5 | -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 logarithm | Jacob Palecki | 2020-09-26 | 4 | -37/+1 | |
| | | ||||||
| * | add initial writer | a1xd | 2020-09-25 | 1 | -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 time | Jacob Palecki | 2020-09-22 | 4 | -40/+2 | |
| | | ||||||
| * | Rename experiment two to motivity | Jacob Palecki | 2020-09-22 | 4 | -12/+12 | |
| | | ||||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 1 | -1/+1 | |
| | | ||||||
| * | add lut exp to driver | a1xd | 2020-09-22 | 2 | -26/+44 | |
| | | ||||||
| * | conditional around lookup map | Jacob Palecki | 2020-09-20 | 1 | -1/+6 | |
| | | ||||||
| * | Add icon and second experiment | Jacob Palecki | 2020-09-20 | 2 | -0/+78 | |
| | | ||||||
| * | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 4 | -1/+38 | |
| | | ||||||
| * | Fix weight | Jacob Palecki | 2020-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | Remove misleading comment | Jacob Palecki | 2020-09-09 | 1 | -1/+0 | |
| | | ||||||
| * | Add improved logarithm style | Jacob Palecki | 2020-09-09 | 4 | -1/+38 | |
| | | ||||||
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 5 | -64/+2 | |
| | | ||||||
| * | Refactor for nice gain offset | Jacob Palecki | 2020-09-03 | 9 | -8/+26 | |
| | | ||||||
| * | Change classic, natural, naturalgain to use gain offset | Jacob Palecki | 2020-09-03 | 3 | -6/+15 | |
| | | ||||||
| * | Start adding gain offsets | Jacob Palecki | 2020-09-02 | 3 | -3/+16 | |
| | | ||||||
| * | add 1s write delay to driver | a1xd | 2020-09-01 | 2 | -9/+1 | |
| | | ||||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 15 | -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 alloc | a1xd | 2020-08-24 | 1 | -7/+7 | |
| | | ||||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -0/+3 | |
| | | ||||||
| * | Sigmoid gain | Jacob Palecki | 2020-08-20 | 4 | -2/+41 | |
| | | ||||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 4 | -2/+36 | |
| | | ||||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 2 | -2/+3 | |
| | | ||||||
| * | Merge branch 'master' into GainCap | Jacob Palecki | 2020-08-11 | 10 | -28/+58 | |
| |\ | ||||||
| | * | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 10 | -28/+58 | |
| | | | ||||||
| * | | 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 | |
| |/ | ||||||
| * | fix read function using direct io | a1xd | 2020-08-03 | 1 | -5/+6 | |
| | | ||||||
| * | move clipp/parse logic into console project | a1xd | 2020-07-31 | 7 | -7187/+8 | |
| | | ||||||
| * | move write function into common io header | a1xd | 2020-07-31 | 1 | -0/+29 | |
| | | ||||||
| * | add read | a1xd | 2020-07-31 | 3 | -1/+48 | |
| | | | | | add function that makes an ioctl call to return the driver's active mouse_modifier | |||||
| * | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 1 | -1/+9 | |
| | | ||||||
| * | add more tweaks for st-refactor | a1xd | 2020-07-31 | 11 | -43/+34 | |
| | | ||||||
| * | Make weight a member of accel_base | a1xd | 2020-07-30 | 4 | -22/+35 | |
| | | | | | 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 | 20 | -354/+301 | |
| | | ||||||
| * | Merge remote-tracking branch 'downstream/Inheritance' into st-refactor | Jacob Palecki | 2020-07-29 | 12 | -174/+532 | |
| |\ | ||||||
| | * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | Inline methods for linking, and fix sens application bug | Jacob Palecki | 2020-07-29 | 9 | -25/+29 | |
| | | | ||||||
| | * | Separate accel implementations into files | Jacob Palecki | 2020-07-29 | 10 | -188/+310 | |
| | | | ||||||