| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |/ / / | |||||
| | | * | Add class for storing settings from file | Jacob Palecki | 2020-07-31 | 3 | -7/+23 |
| | | * | Small refactoring, use new struct to store magnitudes | Jacob Palecki | 2020-07-31 | 7 | -38/+114 |
| | | * | Use options instead of fields | Jacob Palecki | 2020-07-30 | 7 | -135/+170 |
| | | * | Use class heirarchy for layout types | Jacob Palecki | 2020-07-30 | 12 | -134/+234 |
| | | * | Fully use acceloptions | Jacob Palecki | 2020-07-30 | 5 | -79/+200 |
| | | * | Fix small bugs, add AccelOptions class | Jacob Palecki | 2020-07-30 | 7 | -13/+115 |
| | | * | Adde accel type switch | Jacob Palecki | 2020-07-29 | 2 | -14/+43 |
| | | * | Fix a few bugs around fieldXY | Jacob Palecki | 2020-07-29 | 2 | -3/+7 |
| | | * | Add FieldXY | Jacob Palecki | 2020-07-29 | 5 | -90/+242 |
| | | * | All single-value boxes use fields | Jacob Palecki | 2020-07-29 | 3 | -62/+56 |
| | | * | Separate classes into files, add Field class for text box state | Jacob Palecki | 2020-07-29 | 5 | -51/+182 |
| | | * | Take all variables through GUI | Jacob Palecki | 2020-07-29 | 3 | -30/+103 |
| | | * | Take new data for most fields by pressing enter | Jacob Palecki | 2020-07-29 | 2 | -16/+106 |
| | | * | Rename elements and add write button | Jacob Palecki | 2020-07-29 | 2 | -142/+169 |
| | | * | Compiles but may file | Jacob Palecki | 2020-07-29 | 10 | -38/+102 |
| | | * | Added skeleton for input fields | Jacob Palecki | 2020-07-29 | 2 | -17/+253 |
| | | * | Allow zooming on graph | Jacob Palecki | 2020-07-29 | 1 | -0/+17 |
| | |/ | |||||
| | * | Use modifier object in wrapper | Jacob Palecki | 2020-07-29 | 3 | -18/+18 |
| | * | 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 | 11 | -192/+314 |
| | * | add per-class args structs | Jacob Palecki | 2020-07-28 | 3 | -51/+61 |
| | * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 4 | -29/+15 |
| | * | Rename acceleration constants, arguments | Jacob Palecki | 2020-07-28 | 3 | -39/+39 |
| | * | More comments and light refactoring | Jacob Palecki | 2020-07-28 | 4 | -7/+61 |
| | * | 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 | 4 | -20/+33 |
| | * | Remove extra mode from variables | Jacob Palecki | 2020-07-28 | 3 | -5/+3 |
| | * | Further refactoring and comments | Jacob Palecki | 2020-07-28 | 4 | -236/+323 |
| | * | skeleton | Jacob Palecki | 2020-07-27 | 5 | -58/+342 |
| |/ | |||||
| * | Merge pull request #5 from JacobPalecki/WrapperAndGrapher | a1xd | 2020-07-24 | 16 | -0/+904 |
| |\ | |||||
| | * | Add correct names and labels | Jacob Palecki | 2020-07-24 | 3 | -24/+34 |