summaryrefslogtreecommitdiff
path: root/grapher/Models
Commit message (Collapse)AuthorAgeFilesLines
* Guide updates and accel type choice fixedJacob Palecki2021-07-031-1/+1
|
* Small fixes, guide additions, tweaksJacob Palecki2021-07-032-1/+3
|
* Format mostly correctJacob Palecki2021-07-012-4/+15
|
* Further formatting adjustmentsJacob Palecki2021-07-012-4/+6
|
* LUT Panel formattingJacob Palecki2021-07-013-5/+37
|
* Mostly workingJacob Palecki2021-07-015-43/+41
|
* Better-written LUT panelsJacob Palecki2021-06-303-26/+148
|
* Add class for LUT apply typeJacob Palecki2021-06-303-221/+183
|
* Fix high DPI issueJacob Palecki2021-06-282-68/+143
|
* added point optionJacob Palecki2021-06-091-0/+39
|
* Start of LUT points editingJacob Palecki2021-04-253-0/+151
|
* Fixed layout issues for LUTJacob Palecki2021-04-252-2/+9
|
* move arbitrary input into settingsa1xd2021-04-134-118/+92
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add active value labels for gain switchJacob Palecki2021-04-074-4/+30
|
* Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-061-2/+2
|
* Rename accelMotivity to growthRateJacob Palecki2021-04-061-2/+2
|
* Remove cap and offset style switchesJacob Palecki2021-04-062-34/+11
|
* Fix checkbox not snappingJacob Palecki2021-04-062-2/+14
|
* Resize vertically for correctnessJacob Palecki2021-04-051-1/+1
|
* Correctly align gain switchJacob Palecki2021-04-051-0/+1
|
* Add gain switchJacob Palecki2021-04-053-0/+115
|
* LUT GUI fixesJacob Palecki2021-04-053-5/+10
|
* update wrapper + writer to handle luta1xd2021-04-067-332/+175
| | | | grapher is building but applying options still broken for the most part
* LUT text layoutJacob Palecki2021-04-052-1/+12
|
* It buildsJacob Palecki2021-04-053-15/+16
|
* Add textoption for lut text displayJacob Palecki2021-04-041-0/+95
|
* Fix most errors from wrapper rewriteJacob Palecki2021-04-048-41/+62
|
* Add differing table typesJacob Palecki2021-04-011-37/+20
|
* Add lookuptable jsonJacob Palecki2021-04-013-3/+70
|
* fix device id not working with g305a1xd2021-01-302-21/+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-221-1/+1
|
* 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-211-1/+0
| | | | 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-201-0/+5
|
* TweaksJacob Palecki2021-01-202-17/+22
|
* merge with master buildsJacob Palecki2021-01-209-37/+227
|\
| * show custom dialog on bad input (#63)a1xd2021-01-141-1/+1
| | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args
| * filter raw input based on ida1xd2021-01-128-68/+74
| | | | | | | | | | | | | | | | 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
| |
| * RefactorJacob Palecki2021-01-076-104/+185
| |
| * rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-073-0/+101
| |
| * 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-203-26/+33
| |
* | further tweaksJacob Palecki2021-01-194-33/+24
| |
* | Mostly workingJacob Palecki2021-01-191-9/+69
| |