| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | ||||||
| | * | add per-class args structs | Jacob Palecki | 2020-07-28 | 2 | -46/+56 | |
| | | | ||||||
| | * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 2 | -26/+12 | |
| | | | ||||||
| | * | Rename acceleration constants, arguments | Jacob Palecki | 2020-07-28 | 2 | -38/+38 | |
| | | | ||||||
| | * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 1 | -3/+57 | |
| | | | ||||||
| | * | Fix not all paths returning value | Jacob Palecki | 2020-07-28 | 1 | -2/+4 | |
| | | | ||||||
| | * | Rename variables and add modify functions | Jacob Palecki | 2020-07-28 | 2 | -5/+18 | |
| | | | ||||||
| | * | Remove extra mode from variables | Jacob Palecki | 2020-07-28 | 1 | -3/+1 | |
| | | | ||||||
| | * | Further refactoring and comments | Jacob Palecki | 2020-07-28 | 3 | -235/+322 | |
| | | | ||||||
| | * | skeleton | Jacob Palecki | 2020-07-27 | 3 | -56/+340 | |
| | | | ||||||
| * | | add sum types | a1xd | 2020-07-29 | 2 | -0/+232 | |
| |/ | ||||||
| * | Disambiguate CLI syntax of optional 2d vectors | a1xd | 2020-07-24 | 1 | -21/+30 | |
| | | ||||||
| * | Flip k and b as scale and exponent for power mode | Jacob Palecki | 2020-07-24 | 2 | -8/+7 | |
| | | ||||||
| * | Apply k to speed, allow values over 0 | Jacob Palecki | 2020-07-24 | 1 | -2/+2 | |
| | | ||||||
| * | increment k for power style | Jacob Palecki | 2020-07-23 | 1 | -0/+1 | |
| | | ||||||
| * | Use speed instead of b, preserve speed < 1 behavior without offset | Jacob Palecki | 2020-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Fix offset for power mode, add scale factor for power mode | Jacob Palecki | 2020-07-23 | 2 | -3/+6 | |
| | | ||||||
| * | Added source-style power acceleration option | Jacob Palecki | 2020-07-22 | 2 | -2/+8 | |
| | | ||||||
| * | Add project files.v0.1-test | a1xd | 2020-07-22 | 6 | -0/+7369 | |