| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Display active values | Jacob Palecki | 2020-08-20 | 13 | -50/+318 | |
| | * | Add empty active labels for all options | Jacob Palecki | 2020-08-20 | 1 | -138/+294 | |
| | * | Sigmoid gain | Jacob Palecki | 2020-08-20 | 8 | -3/+64 | |
| | * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 12 | -149/+318 | |
| |/ | ||||||
| * | Merge pull request #15 from JacobPalecki/GUI | a1xd | 2020-08-14 | 23 | -461/+1898 | |
| |\ | ||||||
| | * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 10 | -43/+62 | |
| | * | All works smoothly | Jacob Palecki | 2020-08-13 | 10 | -85/+201 | |
| | * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 10 | -74/+1009 | |
| | * | Almost working | Jacob Palecki | 2020-08-12 | 9 | -52/+175 | |
| | * | Factor accel calculations into calculation classes | Jacob Palecki | 2020-08-12 | 6 | -89/+150 | |
| | * | Reorganized solution into directories | Jacob Palecki | 2020-08-12 | 11 | -43/+9 | |
| | * | Add ability to have x\y graphs | Jacob Palecki | 2020-08-12 | 6 | -81/+268 | |
| | * | Fixed some edge cases around not using enter | Jacob Palecki | 2020-08-12 | 2 | -6/+12 | |
| | * | Nicer decimals, enter press not needed to enter values | Jacob Palecki | 2020-08-12 | 3 | -75/+99 | |
| |/ | ||||||
| * | Merge pull request #14 from JacobPalecki/GainCap | a1xd | 2020-08-12 | 11 | -74/+391 | |
| |\ | ||||||
| | * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 7 | -28/+73 | |
| | * | Merge branch 'master' into GainCap | Jacob Palecki | 2020-08-11 | 15 | -47/+87 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #13 from a1xd/write-cd | a1xd | 2020-08-11 | 15 | -47/+87 | |
| |\ \ | ||||||
| | * | | define exceptions for invalid arg & io errors | a1xd | 2020-08-11 | 13 | -42/+65 | |
| | * | | add a cooldown on write (one second) | a1xd | 2020-08-06 | 2 | -5/+22 | |
| |/ / | ||||||
| | * | 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 | 9 | -61/+301 | |
| |/ | ||||||
| * | Merge pull request #12 from JacobPalecki/GUI | a1xd | 2020-08-04 | 14 | -168/+539 | |
| |\ | ||||||
| | * | Even nicer | Jacob Palecki | 2020-08-04 | 1 | -7/+3 | |
| | * | Remove unnecessary .clear() call | Jacob Palecki | 2020-08-04 | 1 | -5/+0 | |
| | * | Data rebind for faster graph update | Jacob Palecki | 2020-08-04 | 2 | -27/+29 | |
| | * | Read from driver to get graph values | Jacob Palecki | 2020-08-03 | 2 | -1/+5 | |
| | * | Merge from master | Jacob Palecki | 2020-08-03 | 1 | -5/+6 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #9 from a1xd/read-fix | a1xd | 2020-08-03 | 2 | -5/+7 | |
| |\ \ | ||||||
| | * | | fix read function using direct io | a1xd | 2020-08-03 | 2 | -5/+7 | |
| |/ / | ||||||
| | * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 10 | -22/+40 | |
| | * | Merge branch 'master' into GUI | Jacob Palecki | 2020-08-03 | 19 | -248/+273 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #8 from a1xd/read | a1xd | 2020-08-01 | 19 | -248/+273 | |
| |\ \ | ||||||
| | * | | move clipp/parse logic into console project | a1xd | 2020-07-31 | 11 | -162/+142 | |
| | * | | move write function into common io header | a1xd | 2020-07-31 | 11 | -66/+45 | |
| | * | | add read | a1xd | 2020-07-31 | 4 | -23/+89 | |
| |/ / | ||||||
| | * | Add tool menu to enable\disable charts | Jacob Palecki | 2020-08-03 | 6 | -91/+225 | |
| | * | Add gain and velocity graphs | Jacob Palecki | 2020-08-02 | 3 | -3/+80 | |
| | * | Add velocity graph | Jacob Palecki | 2020-08-02 | 3 | -19/+82 | |
| | * | Move logic out of forms class into accelgui class | Jacob Palecki | 2020-08-02 | 3 | -115/+198 | |
| |/ | ||||||
| * | Merge pull request #7 from JacobPalecki/GUI | a1xd | 2020-07-31 | 28 | -75/+1388 | |
| |\ | ||||||
| | * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 40 | -459/+562 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #6 from a1xd/st-refactor | a1xd | 2020-07-31 | 20 | -225/+842 | |
| |\ \ | ||||||
| | * | | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 4 | -13/+89 | |
| | * | | 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 | |
| | * | | 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 | 17 | -212/+570 | |
| | |\ \ | ||||||
| | * | | | add sum types | a1xd | 2020-07-29 | 2 | -0/+232 | |
| |/ / / | ||||||