summaryrefslogtreecommitdiff
path: root/grapher
Commit message (Collapse)AuthorAgeFilesLines
* move arbitrary input into settingsa1xd2021-04-1316-132/+139
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add active value labels for gain switchJacob Palecki2021-04-077-5/+56
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-063-3/+4
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-063-3/+4
|
* Remove cap and offset style switchesJacob Palecki2021-04-064-122/+37
|
* Fix checkbox not snappingJacob Palecki2021-04-062-2/+14
|
* Resize vertically for correctnessJacob Palecki2021-04-052-2/+5
|
* Correctly align gain switchJacob Palecki2021-04-051-0/+1
|
* Add gain switchJacob Palecki2021-04-0516-15/+181
|
* LUT GUI fixesJacob Palecki2021-04-055-16/+34
|
* update wrapper + writer to handle luta1xd2021-04-0613-337/+204
| | | | grapher is building but applying options still broken for the most part
* LUT text layoutJacob Palecki2021-04-0513-3/+43
|
* It buildsJacob Palecki2021-04-053-15/+16
|
* Add textoption for lut text displayJacob Palecki2021-04-042-1/+97
|
* Fix two more errors, add LUT layoutJacob Palecki2021-04-042-2/+29
|
* Fix most errors from wrapper rewriteJacob Palecki2021-04-0411-68/+67
|
* Add differing table typesJacob Palecki2021-04-012-37/+21
|
* Add lookuptable jsonJacob Palecki2021-04-013-3/+70
|
* update resta1xd2021-04-011-2/+2
| | | | | | grapher is still broken refactored io / error handling a bit
* add handler for unhandled exceptionsa1xd2021-03-112-8/+20
|
* fix device id not working with g305a1xd2021-01-303-22/+3
| | | | | | | | this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32 this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput not a big deal considering the names are too generic to be useful anyway
* fix last mouse move - swapped axesa1xd2021-01-221-2/+2
|
* Fix anisotropy panel covering bottom classic option in by componentJacob Palecki2021-01-222-2/+2
|
* Fix graphing error in by component graph calculationJacob Palecki2021-01-221-2/+7
|
* Fix graph for lp_norm != 1Jacob Palecki2021-01-211-2/+1
|
* change toggle text, "enabled" -> "disable"a1xd2021-01-211-1/+1
|
* center gui on initial resizea1xd2021-01-212-5/+13
| | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups
* add angle snappinga1xd2021-01-212-0/+2
| | | | probably works like interaccel
* Final GUI tweaksJacob Palecki2021-01-202-2/+7
|
* TweaksJacob Palecki2021-01-204-27/+23
|
* merge with master buildsJacob Palecki2021-01-2014-57/+384
|\
| * show custom dialog on bad input (#63)a1xd2021-01-144-1/+130
| | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args
| * filter raw input based on ida1xd2021-01-1210-87/+79
| | | | | | | | | | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors
| * Small behavior improvementsJacob Palecki2021-01-071-1/+2
| |
| * Include csproj as wellJacob Palecki2021-01-071-1/+2
| |
| * RefactorJacob Palecki2021-01-076-104/+185
| |
| * rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-076-11/+124
| |
| * add "Device Hardware ID" setting, to affect only specific deviceTomáš Pazdiora2021-01-051-1/+2
| |
* | Remove debug statementJacob Palecki2021-01-201-5/+0
| |
* | Final graph fidelity tweaks and fixesJacob Palecki2021-01-204-30/+34
| |
* | further tweaksJacob Palecki2021-01-194-33/+24
| |
* | Mostly workingJacob Palecki2021-01-191-9/+69
| |
* | Hide offset for power typeJacob Palecki2021-01-181-1/+1
| |
* | Add timer to mousewatcher for better low-end fidelityJacob Palecki2021-01-181-1/+11
| |
* | Directional worksJacob Palecki2021-01-1811-361/+201
| |
* | Refactor for new graph calculation methodJacob Palecki2021-01-1812-25/+322
| |
* | Fix xy anisotropy combining in guiJacob Palecki2021-01-124-28/+41
| |
* | Many small tweaksJacob Palecki2021-01-1211-104/+134
| |
* | Directionality menu progressJacob Palecki2021-01-113-11/+28
| |
* | Driver worksJacob Palecki2021-01-111-0/+4
| |