summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove win7 targetdotnet5a1xd2021-09-091-6/+0
|
* port to .NET 5a1xd2021-09-0924-621/+769
| | | | | | | | | dependency changes - Newtonsoft.JSON + System.Windows.Forms.DataVisualization + System.Data.SqlClient (indirect, but was not added automatically by NuGet) added ARM64 target
* rename driver_settingsa1xd2021-09-085-64/+68
| | | | | | found a better one refactor driver/DeviceSetup
* fix clang build errorsa1xd2021-09-082-11/+10
|
* update SettingsManagera1xd2021-09-073-19/+88
| | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher)
* show power mode cap fielda1xd2021-09-071-1/+1
|
* get grapher buildinga1xd2021-09-0726-266/+472
|
* increase lut points capacity to 257a1xd2021-09-062-5/+3
| | | | remove unneeded constants
* move safeboot check into DriverEntrya1xd2021-09-061-3/+1
|
* make profile count dynamic (unlimited)a1xd2021-09-065-135/+206
|
* change lookup impl to use binary searcha1xd2021-09-051-142/+42
| | | | less data, less code, and latency is good at 8, 128, and 1024 points
* fix kernel bugchecka1xd2021-09-051-2/+4
| | | | | | initializing the default driver_settings on driver entry blows up the stack size, causing stack check to fail the default modifier is initialized to noop anyway so it's fine to leave most vars zeroed
* make ioctls constexpra1xd2021-09-033-16/+11
|
* refactor vec2/matha1xd2021-09-0311-52/+44
|
* add per-device configurationa1xd2021-09-0321-1155/+1467
| | | | | | | | | | | adds input and [in, out] cap for classic mode adds input cap for power mode change wrapper/input, now gets useful device names change (now dev specific) dpi to adjust sensitivity change y sensitivity to y/x ratio remove spaced LUTs grapher and convert do not build
* bugfix - oob in SettingsErrors::ToStringa1xd2021-08-292-12/+12
|
* remove culture specific float parsinga1xd2021-08-292-7/+5
| | | | make app/default culture invariant
* add validation checks for jump modea1xd2021-08-291-0/+6
|
* remove unused accel fieldsa1xd2021-08-293-3/+3
| | | | | | classic mode - weight natural mode - weight power mode - cap
* 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-104-7/+11
|
* Remove unneeded functionJacob Palecki2021-07-101-16/+0
|
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-1015-69/+408
|
* 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-0915-45/+157
|
* fix filename casing in docsa1xd2021-07-061-1/+1
|
* bugfix - off by 1a1xd2021-07-061-1/+1
|
* guard against large values of smooth_rate for jump typesa1xd2021-07-061-3/+7
|
* fix double error message on gui version checka1xd2021-07-061-11/+1
|
* allow p < 2 in Lp distance modea1xd2021-07-061-4/+4
|
* use standard syntax for writer optionsa1xd2021-07-061-3/+3
| | | | seems like a good idea considering that these are undocumented, for now
* fix typo and wrapper/input code from lut2 mergea1xd2021-07-068-144/+118
|
* merge lut2a1xd2021-07-0580-2122/+3759
|\
| * Handle power\exponent correctly in GUIJacob Palecki2021-07-033-4/+26
| |
| * Guide updates and accel type choice fixedJacob Palecki2021-07-038-4/+4
| |
| * Small fixes, guide additions, tweaksJacob Palecki2021-07-034-6/+15
| |
| * Format mostly correctJacob Palecki2021-07-012-4/+15
| |
| * Further formatting adjustmentsJacob Palecki2021-07-012-4/+6
| |
| * LUT Panel formattingJacob Palecki2021-07-015-8/+38
| |
| * Begin updating guideJacob Palecki2021-07-011-0/+3
| |
| * Mostly workingJacob Palecki2021-07-017-121/+119
| |
| * Better-written LUT panelsJacob Palecki2021-06-305-45/+245
| |
| * Add class for LUT apply typeJacob Palecki2021-06-307-243/+213
| |
| * 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
| |