summaryrefslogtreecommitdiff
path: root/grapher/Models/Calculations
Commit message (Collapse)AuthorAgeFilesLines
* get grapher buildinga1xd2021-09-235-17/+18
|
* Fix high DPI issueJacob Palecki2021-06-281-44/+126
|
* Fix graphing error in by component graph calculationJacob Palecki2021-01-221-2/+7
|
* Fix graph for lp_norm != 1Jacob Palecki2021-01-211-2/+1
|
* TweaksJacob Palecki2021-01-201-16/+22
|
* Remove debug statementJacob Palecki2021-01-201-5/+0
|
* Final graph fidelity tweaks and fixesJacob Palecki2021-01-202-24/+31
|
* further tweaksJacob Palecki2021-01-191-31/+21
|
* Mostly workingJacob Palecki2021-01-191-9/+69
|
* Directional worksJacob Palecki2021-01-183-316/+174
|
* Refactor for new graph calculation methodJacob Palecki2021-01-185-0/+284
|
* add more changes from reviewa1xd2020-12-051-7/+7
| | | | | | improve version error messages revert poll time changes add range validation after text parse
* add changes from reviewa1xd2020-12-031-2/+4
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* filter out abs move raw inputa1xd2020-12-031-0/+3
|
* add directional multipliersa1xd2020-12-031-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 calculationJacob Palecki2020-10-181-2/+2
|
* Fix simulated mouse input bug + small renamingJacob Palecki2020-10-151-66/+70
|
* SetActive changes field default, bugs fixedJacob Palecki2020-09-252-11/+9
|
* Fix 0 point for separate x y sensJacob Palecki2020-09-251-3/+8
|
* Use log LUT rather than binary search for last mouse move pointJacob Palecki2020-09-252-16/+70
|
* Fix gain scalingJacob Palecki2020-09-221-2/+2
|
* Scaling improvement, remove y data from xy combinedJacob Palecki2020-09-222-0/+87
|
* Mostly worksJacob Palecki2020-09-222-1/+6
|
* Merge branch 'GUI' into experimentJacob Palecki2020-09-213-23/+167
|\
| * x/y diff sens worksJacob Palecki2020-09-212-1/+6
| |
| * separate x/y mostly worksJacob Palecki2020-09-213-10/+18
| |
| * Attempt to get separate x/y workingJacob Palecki2020-09-203-12/+96
| |
| * further workJacob Palecki2020-09-192-24/+34
| |
| * Add y lines to graphes + further workJacob Palecki2020-09-171-11/+0
| |
| * Further workJacob Palecki2020-09-171-5/+0
| |
| * Much progressJacob Palecki2020-09-171-2/+55
| |
* | log sigmoid sens doneJacob Palecki2020-09-191-0/+1
|/
* Fix chart scaling for DPIs < 1200Jacob Palecki2020-09-161-3/+7
|
* Remove and sort usings en masseJacob Palecki2020-09-083-10/+0
|
* Move constants to central classJacob Palecki2020-09-011-5/+4
|
* Add constants class and separate classes into regionsJacob Palecki2020-09-013-9/+41
|
* add independent xy accel to drivera1xd2020-08-311-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 valuesJacob Palecki2020-08-201-3/+3
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-14/+50
|
* Fix initial points, add poll time constantJacob Palecki2020-08-133-24/+30
|
* All works smoothlyJacob Palecki2020-08-133-31/+65
|
* Dot to show mouse moveJacob Palecki2020-08-133-5/+49
|
* Almost workingJacob Palecki2020-08-123-24/+97
|
* Factor accel calculations into calculation classesJacob Palecki2020-08-122-0/+123