summaryrefslogtreecommitdiff
path: root/grapher/Models
Commit message (Collapse)AuthorAgeFilesLines
* port to .NET 5a1xd2021-09-093-25/+8
| | | | | | | | | dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target
* update SettingsManagera1xd2021-09-072-19/+82
| | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher)
* get grapher buildinga1xd2021-09-0718-194/+184
|
* remove culture specific float parsinga1xd2021-08-291-7/+1
| | | | make app/default culture invariant
* enable directionality options with by-componenta1xd2021-08-291-44/+20
|
* fix args setter from field inputa1xd2021-07-111-2/+2
|
* Small bug fixesJacob Palecki2021-07-103-4/+8
|
* Remove unneeded functionJacob Palecki2021-07-101-16/+0
|
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-102-20/+86
|
* Fix truncated sensitivity legendJacob Palecki2021-07-101-0/+3
|
* Fix gain graph legend positionJacob Palecki2021-07-092-1/+15
|
* Small bugfix + add default text for LUTJacob Palecki2021-07-092-1/+19
|
* Add separate box for power in classic modeJacob Palecki2021-07-092-24/+35
|
* fix typo and wrapper/input code from lut2 mergea1xd2021-07-061-1/+1
|
* merge lut2a1xd2021-07-0517-696/+1250
|\
| * Handle power\exponent correctly in GUIJacob Palecki2021-07-031-3/+25
| |
| * 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
| |
* | Merge pull request #87 from matthewstrasiotto/streamer_modeJacobPalecki2021-05-196-19/+122
|\ \ | | | | | | Improve use of whitespace on charts, make elements bolder, add "streaming mode" toggle for overlaying charts using Chroma key in OBS
| * | remove unused variable, improve legend positionMatthew Strasiotto2021-05-011-3/+1
| | |
| * | set transparencies for chart elements in setup methodMatthew Strasiotto2021-05-011-4/+6
| | |
| * | remove Settings.Settings based config, migrate defintitions to constantsMatthew Strasiotto2021-05-011-9/+7
| | |
| * | Update marker size for charts to be biggerMatthew Strasiotto2021-05-011-2/+2
| | |