| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | 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 | |
| | * | Merge branch 'master' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 1 | -21/+30 | |
| | |\ | |/ |/| | ||||||
| * | | Merge pull request #4 from a1xd/vec-parse-fix | a1xd | 2020-07-24 | 1 | -21/+30 | |
| |\ \ | ||||||
| | * | | Disambiguate CLI syntax of optional 2d vectors | a1xd | 2020-07-24 | 1 | -21/+30 | |
| |/ / | ||||||
| * | | Merge pull request #3 from JacobPalecki/PowerFix | a1xd | 2020-07-24 | 2 | -8/+7 | |
| |\ \ | ||||||
| | | * | Merge branch 'PowerFix' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 2 | -8/+7 | |
| | | |\ | | |/ | |/| | ||||||
| | * | | Flip k and b as scale and exponent for power mode | Jacob Palecki | 2020-07-24 | 2 | -8/+7 | |
| | | * | Merge branch 'PowerFix' into WrapperAndGrapher | Jacob Palecki | 2020-07-24 | 1 | -2/+2 | |
| | | |\ | | |/ | |/| | ||||||
| | * | | Apply k to speed, allow values over 0 | Jacob Palecki | 2020-07-24 | 1 | -2/+2 | |
| |/ / | ||||||
| | * | Add a basic windows forms grapher | Jacob Palecki | 2020-07-24 | 14 | -4/+664 | |
| | * | Added simple c++/cli wrapper | Jacob Palecki | 2020-07-23 | 5 | -0/+234 | |
| |/ | ||||||
| * | Merge pull request #2 from JacobPalecki/PowerStyle | a1xd | 2020-07-23 | 2 | -3/+7 | |
| |\ | ||||||
| | * | 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 | |
| |/ | ||||||
| * | Merge pull request #1 from JacobPalecki/PowerStyle | a1xd | 2020-07-23 | 2 | -2/+8 | |
| |\ | ||||||
| | * | Added source-style power acceleration option | Jacob Palecki | 2020-07-22 | 2 | -2/+8 | |
| |/ | ||||||
| * | add a license | a1xd | 2020-07-22 | 1 | -0/+21 | |
| * | make a readme | a1xd | 2020-07-22 | 1 | -0/+13 | |
| * | Add project files.v0.1-test | a1xd | 2020-07-22 | 19 | -0/+10729 | |