| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move speedcap into accelerator | a1xd | 2020-10-21 | 1 | -3/+6 |
| | | |||||
| * | put autowrite option back in menu | a1xd | 2020-10-21 | 1 | -51/+42 |
| | | |||||
| * | add speed cap | a1xd | 2020-10-20 | 1 | -1/+2 |
| | | |||||
| * | add magic number to constants | a1xd | 2020-10-08 | 1 | -1/+1 |
| | | |||||
| * | disable write button when settings are toggled off | a1xd | 2020-10-08 | 1 | -4/+4 |
| | | |||||
| * | Follow full C# convention | Jacob Palecki | 2020-10-08 | 1 | -1/+1 |
| | | |||||
| * | add scroll to charts | a1xd | 2020-10-08 | 1 | -0/+2 |
| | | |||||
| * | add toggle button + save gui settings on close | a1xd | 2020-10-08 | 1 | -31/+119 |
| | | | | | remove option to disable write on startup | ||||
| * | set invisible args to default values before write | a1xd | 2020-09-29 | 1 | -1/+1 |
| | | |||||
| * | Handle errors from bad arg on write | Jacob Palecki | 2020-09-27 | 1 | -2/+1 |
| | | |||||
| * | Merge and fix write button | Jacob Palecki | 2020-09-27 | 1 | -5/+17 |
| |\ | |||||
| | * | add arg checks in wrapper | a1xd | 2020-09-27 | 1 | -5/+15 |
| |/ | | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write | ||||
| * | Scale Last Mouse Move by poll rate | Jacob Palecki | 2020-09-26 | 1 | -2/+2 |
| | | |||||
| * | SetActive changes field default, bugs fixed | Jacob Palecki | 2020-09-25 | 1 | -1/+0 |
| | | |||||
| * | Last mouse move perfetly responsive at 100 FPS | Jacob Palecki | 2020-09-25 | 1 | -0/+19 |
| | | |||||
| * | add initial writer | a1xd | 2020-09-25 | 1 | -8/+2 |
| | | | | | | move managed settings into wrapper move gui build into driver build dir | ||||
| * | separate x/y mostly works | Jacob Palecki | 2020-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add y lines to graphes + further work | Jacob Palecki | 2020-09-17 | 1 | -2/+1 |
| | | |||||
| * | Unsure if I will use this | Jacob Palecki | 2020-09-16 | 1 | -1/+1 |
| | | |||||
| * | By component, anisotropy full works | Jacob Palecki | 2020-09-08 | 1 | -2/+4 |
| | | |||||
| * | Set WriteButton vertical placement | Jacob Palecki | 2020-09-08 | 1 | -18/+29 |
| | | |||||
| * | Add delay on button enable after writing to driver | Jacob Palecki | 2020-09-08 | 1 | -0/+40 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 1 | -7/+0 |
| | | |||||
| * | Alignment for whole mode works | Jacob Palecki | 2020-09-08 | 1 | -16/+4 |
| | | |||||
| * | Merge with master | Jacob Palecki | 2020-09-04 | 1 | -2/+9 |
| |\ | |||||
| | * | Add offset options to GUI, make gain options default | Jacob Palecki | 2020-09-03 | 1 | -5/+6 |
| | | | |||||
| | * | Refactor for nice gain offset | Jacob Palecki | 2020-09-03 | 1 | -0/+1 |
| | | | |||||
| | * | add 1s write delay to driver | a1xd | 2020-09-01 | 1 | -2/+10 |
| | | | |||||
| * | | The menus mostly work | Jacob Palecki | 2020-09-02 | 1 | -1/+1 |
| | | | |||||
| * | | Move optionsets to applyoptions | Jacob Palecki | 2020-09-02 | 1 | -21/+3 |
| | | | |||||
| * | | Second half - the parts in place | Jacob Palecki | 2020-09-01 | 1 | -0/+2 |
| | | | |||||
| * | | intermittent commit - large commit halfway done | Jacob Palecki | 2020-09-01 | 1 | -51/+18 |
| | | | |||||
| * | | Add factory to create AccelGUI | Jacob Palecki | 2020-09-01 | 1 | -2/+1 |
| | | | |||||
| * | | Add constants class and separate classes into regions | Jacob Palecki | 2020-09-01 | 1 | -6/+7 |
| | | | |||||
| * | | Show xy charts only when accel applied by component | Jacob Palecki | 2020-09-01 | 1 | -3/+5 |
| | | | |||||
| * | | Set whole or by component with toolstrip item | Jacob Palecki | 2020-09-01 | 1 | -1/+7 |
| |/ | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -24/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -38/+33 |
| | | |||||
| * | Serialization mostly working | Jacob Palecki | 2020-08-20 | 1 | -1/+26 |
| | | |||||
| * | Add accel type to active values and tweak color | Jacob Palecki | 2020-08-20 | 1 | -0/+1 |
| | | |||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -0/+13 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -2/+15 |
| | | |||||
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 1 | -1/+1 |
| | | |||||
| * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 1 | -6/+9 |
| | | |||||
| * | Factor accel calculations into calculation classes | Jacob Palecki | 2020-08-12 | 1 | -88/+6 |
| | | |||||
| * | Reorganized solution into directories | Jacob Palecki | 2020-08-12 | 1 | -0/+180 |