| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add option to turn off last mouse move dot | Jacob Palecki | 2020-09-08 | 5 | -14/+54 | |
| * | Center write button | Jacob Palecki | 2020-09-08 | 2 | -2/+14 | |
| * | Set WriteButton vertical placement | Jacob Palecki | 2020-09-08 | 2 | -19/+33 | |
| * | Add delay on button enable after writing to driver | Jacob Palecki | 2020-09-08 | 4 | -8/+48 | |
| * | Fix accel type y active value alignment | Jacob Palecki | 2020-09-08 | 1 | -2/+1 | |
| * | Fix few small bugs | Jacob Palecki | 2020-09-08 | 11 | -32/+174 | |
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 36 | -184/+6 | |
| * | Set correct active value y title | Jacob Palecki | 2020-09-08 | 1 | -19/+19 | |
| * | Fix few small bugs | Jacob Palecki | 2020-09-08 | 5 | -7/+35 | |
| * | Alignment for whole mode works | Jacob Palecki | 2020-09-08 | 15 | -57/+174 | |
| * | Add chart resize | Jacob Palecki | 2020-09-07 | 7 | -78/+157 | |
| * | Fix some separation bugs | Jacob Palecki | 2020-09-07 | 7 | -42/+73 | |
| * | Refactor type options | Jacob Palecki | 2020-09-07 | 21 | -192/+498 | |
| * | Pass args by ref for setting | Jacob Palecki | 2020-09-07 | 1 | -2/+2 | |
| * | Remove log and sigmoid styles | Jacob Palecki | 2020-09-04 | 5 | -47/+1 | |
| * | Merge with master | Jacob Palecki | 2020-09-04 | 10 | -220/+399 | |
| |\ | ||||||
| | * | Add offset options to GUI, make gain options default | Jacob Palecki | 2020-09-03 | 6 | -37/+196 | |
| | * | Refactor for nice gain offset | Jacob Palecki | 2020-09-03 | 2 | -0/+2 | |
| | * | Merge remote-tracking branch 'upstream/master' into master | Jacob Palecki | 2020-09-02 | 3 | -27/+38 | |
| | |\ | ||||||
| | | * | add 1s write delay to driver | a1xd | 2020-09-01 | 3 | -27/+38 | |
| * | | | The menus mostly work | Jacob Palecki | 2020-09-02 | 3 | -14/+32 | |
| * | | | Move optionsets to applyoptions | Jacob Palecki | 2020-09-02 | 6 | -47/+114 | |
| * | | | Small fixes, correctly align labels and boxes | Jacob Palecki | 2020-09-01 | 5 | -141/+168 | |
| * | | | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 18 | -385/+449 | |
| * | | | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 12 | -329/+690 | |
| * | | | Add X Y labels for by component | Jacob Palecki | 2020-09-01 | 1 | -168/+192 | |
| * | | | Space boxes for by component mode | Jacob Palecki | 2020-09-01 | 1 | -181/+267 | |
| * | | | Add text boxes and labels for by component accel | Jacob Palecki | 2020-09-01 | 1 | -189/+261 | |
| * | | | Add factory to create AccelGUI | Jacob Palecki | 2020-09-01 | 4 | -117/+253 | |
| * | | | Move constants to central class | Jacob Palecki | 2020-09-01 | 15 | -108/+110 | |
| * | | | Add constants class and separate classes into regions | Jacob Palecki | 2020-09-01 | 23 | -30/+318 | |
| * | | | Show xy charts only when accel applied by component | Jacob Palecki | 2020-09-01 | 6 | -30/+16 | |
| * | | | Set whole or by component with toolstrip item | Jacob Palecki | 2020-09-01 | 6 | -133/+263 | |
| |/ / | ||||||
| * | | Merge pull request #1 from Sidiouth/sidi | JacobPalecki | 2020-08-31 | 5 | -5/+7 | |
| |\ \ | |/ |/| | ||||||
| | * | Initial commit | Sidiouth | 2020-08-31 | 5 | -5/+7 | |
| * | | add independent xy accel to driver | a1xd | 2020-08-31 | 20 | -281/+241 | |
| * | | clean up wrapper, minimize heap alloc | a1xd | 2020-08-24 | 1 | -12/+15 | |
| |/ | ||||||
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 8 | -115/+291 | |
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 7 | -3/+191 | |
| * | Add accel type to active values and tweak color | Jacob Palecki | 2020-08-20 | 7 | -30/+136 | |
| * | Display active values | Jacob Palecki | 2020-08-20 | 10 | -37/+285 | |
| * | Add empty active labels for all options | Jacob Palecki | 2020-08-20 | 1 | -138/+294 | |
| * | Sigmoid gain | Jacob Palecki | 2020-08-20 | 4 | -1/+23 | |
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 8 | -147/+282 | |
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 8 | -43/+48 | |
| * | 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 | |