| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| |\ | | | | | Small GUI tweaks | ||||
| | * | Initial commit | Sidiouth | 2020-08-31 | 5 | -5/+7 |
| | | | | | | | | | | | -Right-alight option labels in the gui -Allow users to modify the string already in the options field | ||||
| * | | add independent xy accel to driver | a1xd | 2020-08-31 | 20 | -281/+241 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated | ||||
| * | | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Disallow differing x and y weights with gain cap | Jacob Palecki | 2020-08-11 | 4 | -25/+69 |
| | | |||||
| * | Add velocity gain option | Jacob Palecki | 2020-08-04 | 6 | -54/+231 |
| | | |||||
| * | 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 |
| | | |||||
| * | Start work on reading from driver | Jacob Palecki | 2020-08-03 | 2 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Show no settings for off, remove unused class for PR | Jacob Palecki | 2020-07-31 | 15 | -70/+180 |
| |\ | |||||
| | * | 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 | 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 | 5 | -13/+112 |
| | | | |||||
| * | | 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 | 1 | -26/+70 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| |/ | |||||
| * | Get rid of enum and use types\tags directly | Jacob Palecki | 2020-07-28 | 1 | -1/+1 |
| | | |||||