| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 1 | -2/+0 | |
| | | | ||||||
| * | | Add factory to create AccelGUI | Jacob Palecki | 2020-09-01 | 1 | -115/+44 | |
| | | | ||||||
| * | | Move constants to central class | Jacob Palecki | 2020-09-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | Show xy charts only when accel applied by component | Jacob Palecki | 2020-09-01 | 1 | -8/+4 | |
| | | | ||||||
| * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | 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 | |