| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set whole or by component with toolstrip item | Jacob Palecki | 2020-09-01 | 1 | -0/+3 |
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -67/+10 |
| * | Saving and loading fully works | Jacob Palecki | 2020-08-22 | 1 | -17/+11 |
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 1 | -1/+2 |
| * | Add accel type to active values and tweak color | Jacob Palecki | 2020-08-20 | 1 | -1/+6 |
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -9/+70 |
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -1/+8 |
| * | All works smoothly | Jacob Palecki | 2020-08-13 | 1 | -0/+5 |
| * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 1 | -1/+12 |
| * | Almost working | Jacob Palecki | 2020-08-12 | 1 | -9/+13 |
| * | Add ability to have x\y graphs | Jacob Palecki | 2020-08-12 | 1 | -62/+3 |
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 1 | -1/+4 |
| * | Add velocity gain option | Jacob Palecki | 2020-08-04 | 1 | -4/+10 |
| * | Data rebind for faster graph update | Jacob Palecki | 2020-08-04 | 1 | -1/+2 |
| * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 1 | -1/+0 |
| * | Add tool menu to enable\disable charts | Jacob Palecki | 2020-08-03 | 1 | -3/+6 |
| * | Add gain and velocity graphs | Jacob Palecki | 2020-08-02 | 1 | -0/+21 |
| * | Add velocity graph | Jacob Palecki | 2020-08-02 | 1 | -0/+21 |
| * | Move logic out of forms class into accelgui class | Jacob Palecki | 2020-08-02 | 1 | -115/+46 |
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 1 | -2/+74 |
| |\ | |||||
| | * | update grapher/wrapper for st-refactor | a1xd | 2020-07-31 | 1 | -1/+68 |
| * | | Add class for storing settings from file | Jacob Palecki | 2020-07-31 | 1 | -5/+0 |
| * | | Small refactoring, use new struct to store magnitudes | Jacob Palecki | 2020-07-31 | 1 | -22/+42 |
| * | | Use options instead of fields | Jacob Palecki | 2020-07-30 | 1 | -54/+40 |
| * | | Use class heirarchy for layout types | Jacob Palecki | 2020-07-30 | 1 | -3/+6 |
| * | | Fully use acceloptions | Jacob Palecki | 2020-07-30 | 1 | -28/+9 |
| * | | Fix small bugs, add AccelOptions class | Jacob Palecki | 2020-07-30 | 1 | -1/+2 |
| * | | Adde accel type switch | Jacob Palecki | 2020-07-29 | 1 | -0/+28 |
| * | | Add FieldXY | Jacob Palecki | 2020-07-29 | 1 | -27/+11 |
| * | | All single-value boxes use fields | Jacob Palecki | 2020-07-29 | 1 | -44/+12 |
| * | | Separate classes into files, add Field class for text box state | Jacob Palecki | 2020-07-29 | 1 | -36/+3 |
| * | | Take all variables through GUI | Jacob Palecki | 2020-07-29 | 1 | -26/+70 |
| * | | Take new data for most fields by pressing enter | Jacob Palecki | 2020-07-29 | 1 | -2/+85 |
| * | | Rename elements and add write button | Jacob Palecki | 2020-07-29 | 1 | -41/+59 |
| * | | Added skeleton for input fields | Jacob Palecki | 2020-07-29 | 1 | -0/+25 |
| * | | Allow zooming on graph | Jacob Palecki | 2020-07-29 | 1 | -0/+17 |
| |/ | |||||
| * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 1 | -2/+2 |
| * | Add correct names and labels | Jacob Palecki | 2020-07-24 | 1 | -4/+11 |
| * | Add a basic windows forms grapher | Jacob Palecki | 2020-07-24 | 1 | -0/+57 |