| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | get grapher building | a1xd | 2021-09-23 | 5 | -17/+18 |
| | | |||||
| * | Fix high DPI issue | Jacob Palecki | 2021-06-28 | 1 | -44/+126 |
| | | |||||
| * | Fix graphing error in by component graph calculation | Jacob Palecki | 2021-01-22 | 1 | -2/+7 |
| | | |||||
| * | Fix graph for lp_norm != 1 | Jacob Palecki | 2021-01-21 | 1 | -2/+1 |
| | | |||||
| * | Tweaks | Jacob Palecki | 2021-01-20 | 1 | -16/+22 |
| | | |||||
| * | Remove debug statement | Jacob Palecki | 2021-01-20 | 1 | -5/+0 |
| | | |||||
| * | Final graph fidelity tweaks and fixes | Jacob Palecki | 2021-01-20 | 2 | -24/+31 |
| | | |||||
| * | further tweaks | Jacob Palecki | 2021-01-19 | 1 | -31/+21 |
| | | |||||
| * | Mostly working | Jacob Palecki | 2021-01-19 | 1 | -9/+69 |
| | | |||||
| * | Directional works | Jacob Palecki | 2021-01-18 | 3 | -316/+174 |
| | | |||||
| * | Refactor for new graph calculation method | Jacob Palecki | 2021-01-18 | 5 | -0/+284 |
| | | |||||
| * | add more changes from review | a1xd | 2020-12-05 | 1 | -7/+7 |
| | | | | | | | improve version error messages revert poll time changes add range validation after text parse | ||||
| * | add changes from review | a1xd | 2020-12-03 | 1 | -2/+4 |
| | | | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher | ||||
| * | filter out abs move raw input | a1xd | 2020-12-03 | 1 | -0/+3 |
| | | |||||
| * | add directional multipliers | a1xd | 2020-12-03 | 1 | -7/+7 |
| | | | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher | ||||
| * | Fix output velocity calculation | Jacob Palecki | 2020-10-18 | 1 | -2/+2 |
| | | |||||
| * | Fix simulated mouse input bug + small renaming | Jacob Palecki | 2020-10-15 | 1 | -66/+70 |
| | | |||||
| * | SetActive changes field default, bugs fixed | Jacob Palecki | 2020-09-25 | 2 | -11/+9 |
| | | |||||
| * | Fix 0 point for separate x y sens | Jacob Palecki | 2020-09-25 | 1 | -3/+8 |
| | | |||||
| * | Use log LUT rather than binary search for last mouse move point | Jacob Palecki | 2020-09-25 | 2 | -16/+70 |
| | | |||||
| * | Fix gain scaling | Jacob Palecki | 2020-09-22 | 1 | -2/+2 |
| | | |||||
| * | Scaling improvement, remove y data from xy combined | Jacob Palecki | 2020-09-22 | 2 | -0/+87 |
| | | |||||
| * | Mostly works | Jacob Palecki | 2020-09-22 | 2 | -1/+6 |
| | | |||||
| * | Merge branch 'GUI' into experiment | Jacob Palecki | 2020-09-21 | 3 | -23/+167 |
| |\ | |||||
| | * | x/y diff sens works | Jacob Palecki | 2020-09-21 | 2 | -1/+6 |
| | | | |||||
| | * | separate x/y mostly works | Jacob Palecki | 2020-09-21 | 3 | -10/+18 |
| | | | |||||
| | * | Attempt to get separate x/y working | Jacob Palecki | 2020-09-20 | 3 | -12/+96 |
| | | | |||||
| | * | further work | Jacob Palecki | 2020-09-19 | 2 | -24/+34 |
| | | | |||||
| | * | Add y lines to graphes + further work | Jacob Palecki | 2020-09-17 | 1 | -11/+0 |
| | | | |||||
| | * | Further work | Jacob Palecki | 2020-09-17 | 1 | -5/+0 |
| | | | |||||
| | * | Much progress | Jacob Palecki | 2020-09-17 | 1 | -2/+55 |
| | | | |||||
| * | | log sigmoid sens done | Jacob Palecki | 2020-09-19 | 1 | -0/+1 |
| |/ | |||||
| * | Fix chart scaling for DPIs < 1200 | Jacob Palecki | 2020-09-16 | 1 | -3/+7 |
| | | |||||
| * | Remove and sort usings en masse | Jacob Palecki | 2020-09-08 | 3 | -10/+0 |
| | | |||||
| * | Move constants to central class | Jacob Palecki | 2020-09-01 | 1 | -5/+4 |
| | | |||||
| * | Add constants class and separate classes into regions | Jacob Palecki | 2020-09-01 | 3 | -9/+41 |
| | | |||||
| * | add independent xy accel to driver | a1xd | 2020-08-31 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Display active values | Jacob Palecki | 2020-08-20 | 1 | -3/+3 |
| | | |||||
| * | Add natural gain accel; add scale by DPI, poll rate in GUI | Jacob Palecki | 2020-08-19 | 1 | -14/+50 |
| | | |||||
| * | Fix initial points, add poll time constant | Jacob Palecki | 2020-08-13 | 3 | -24/+30 |
| | | |||||
| * | All works smoothly | Jacob Palecki | 2020-08-13 | 3 | -31/+65 |
| | | |||||
| * | Dot to show mouse move | Jacob Palecki | 2020-08-13 | 3 | -5/+49 |
| | | |||||
| * | Almost working | Jacob Palecki | 2020-08-12 | 3 | -24/+97 |
| | | |||||
| * | Factor accel calculations into calculation classes | Jacob Palecki | 2020-08-12 | 2 | -0/+123 |