summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix high DPI issueJacob Palecki2021-06-283-82/+179
| * added point optionJacob Palecki2021-06-091-0/+39
| * Start of LUT points editingJacob Palecki2021-04-2517-31/+224
| * Fixed layout issues for LUTJacob Palecki2021-04-254-2/+18
| * update signeda1xd2021-04-201-0/+0
| * ensure normal return values from accela1xd2021-04-142-9/+9
| * bump versiona1xd2021-04-141-3/+3
| * fix arbitrary output starting from 0 in sens modea1xd2021-04-141-1/+1
| * move arbitrary input into settingsa1xd2021-04-1324-246/+312
| * additional fixesJacob Palecki2021-04-091-2/+2
| * Mostly working nowJacob Palecki2021-04-091-5/+6
| * Some more small additions and fixesJacob Palecki2021-04-092-6/+25
| * Fixed some bugsJacob Palecki2021-04-092-8/+12
| * Something works and that's pretty coolJacob Palecki2021-04-081-3/+7
| * Try reinterpret castJacob Palecki2021-04-081-1/+1
| * merge and improveJacob Palecki2021-04-085-59/+76
| |\
| | * make it safea1xd2021-04-081-21/+28
| | * make sizeof arbitrary close to othersa1xd2021-04-085-26/+40
| | * fix conversions in arbitrary constructora1xd2021-04-081-3/+3
| | * fix some thingsa1xd2021-04-082-6/+6
| * | Progress in arbitraryJacob Palecki2021-04-083-9/+12
| |/
| * Fix return bugJacob Palecki2021-04-081-0/+2
| * add constructor and improvementsJacob Palecki2021-04-071-4/+21
| * Merge remote-tracking branch 'upstream/dyn-lut-b' into lut2Jacob Palecki2021-04-0710-249/+189
| |\
| | * optimize a bit/refactor modifya1xd2021-04-0810-249/+189
| | * unmark fill as consta1xd2021-04-081-1/+1
| * | remove const from uneeded classJacob Palecki2021-04-071-1/+1
| |/
| * Add arbitrary lut structJacob Palecki2021-04-071-0/+103
| * Add active value labels for gain switchJacob Palecki2021-04-079-6/+58
| * natural legacy algorithm was correct, leave as it wasJacob Palecki2021-04-061-1/+1
| * Fix natural legacy algorithm, rename accelNatural to decayRateJacob Palecki2021-04-068-9/+10
| * Rename accelMotivity to growthRateJacob Palecki2021-04-067-7/+8
| * 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-0623-501/+665
| * 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-013-38/+55
| * Add lookuptable jsonJacob Palecki2021-04-013-3/+70
| * use callbacks for applying accela1xd2021-04-017-66/+113
| * check for safe mode before hooking into dev stacka1xd2021-04-011-1/+7
| * add minimum to complement speed capa1xd2021-04-014-46/+55
| * make weights work in by component modea1xd2021-04-013-43/+41