summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Small tweaksJacob Palecki2021-09-232-38/+85
|
* Add updated guide picsJacob Palecki2021-09-2310-0/+5
|
* Change disable button to reset, update doc textJacob Palecki2021-09-234-6/+10
|
* Disable output offset when both cap type selected in powerJacob Palecki2021-09-232-13/+54
|
* fix input checksa1xd2021-09-231-2/+8
| | | | only check for cap < offset if relevant modes are selected
* fix jump fieldsa1xd2021-09-2315-19/+241
|
* fix input checksa1xd2021-09-231-10/+13
|
* update signeda1xd2021-09-231-0/+0
|
* improve installera1xd2021-09-235-52/+76
| | | | | | use standard syntax for service binpath throw if copy_file fails
* bump version, target win10a1xd2021-09-235-9/+11
|
* inline lerpa1xd2021-09-232-9/+10
|
* set modifier flags in userspacea1xd2021-09-231-49/+60
|
* rename classic_cap_modea1xd2021-09-237-30/+30
|
* rename directional multipliersa1xd2021-09-236-28/+33
| | | | changes profile layout
* refactor SetActiveHandles methoda1xd2021-09-231-18/+12
|
* fix - gui lut modea1xd2021-09-231-2/+3
| | | | AccelArgs::gain was not set from LutApplyOptions
* broaden motivity fp_rep_rangea1xd2021-09-231-1/+1
| | | | accomodates extremely low/high DPI devices better, assuming growth rate and midpoint are in useful ranges
* generalize power start-from-1a1xd2021-09-2321-411/+317
| | | | starting output is determined by (gain) offset
* Add power start from oneJacob Palecki2021-09-2320-14/+381
|
* Fix error in LUT guiJacob Palecki2021-09-231-2/+2
|
* Remove weightJacob Palecki2021-09-2319-304/+171
|
* Get power cap workingJacob Palecki2021-09-232-9/+115
|
* Fix gain switch GUIJacob Palecki2021-09-231-3/+3
|
* fix gain classic with input cap modea1xd2021-09-231-1/+1
|
* fix legacy classic with io cap modea1xd2021-09-231-3/+4
|
* add device menua1xd2021-09-2310-344/+501
|
* fix potential leaksa1xd2021-09-232-2/+10
| | | | forms displayed with ShowDialog are only hidden when closed; Dispose must be called manually
* add fn for making a shortcut in startup foldera1xd2021-09-231-1/+64
|
* rename driver_settingsa1xd2021-09-235-64/+68
| | | | | | found a better one refactor driver/DeviceSetup
* fix clang build errorsa1xd2021-09-232-11/+10
|
* Cap type options now fully workingJacob Palecki2021-09-239-299/+625
|
* Mostly working cap type in GUIJacob Palecki2021-09-2318-210/+481
|
* Some reorganizingJacob Palecki2021-09-233-35/+55
|
* Most of Cap Type options in GUIJacob Palecki2021-09-234-106/+401
|
* YToXRatio fully worksJacob Palecki2021-09-238-33/+96
|
* Add lp norm new info to docJacob Palecki2021-09-231-0/+1
|
* Support infinite LP norm - any value greater than 64Jacob Palecki2021-09-231-0/+9
|
* Add y\x ratio to guiJacob Palecki2021-09-238-144/+252
|
* update SettingsManagera1xd2021-09-233-18/+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-231-1/+1
|
* get grapher buildinga1xd2021-09-2326-275/+476
|
* increase lut points capacity to 257a1xd2021-09-232-5/+3
| | | | remove unneeded constants
* move safeboot check into DriverEntrya1xd2021-09-231-3/+1
|
* make profile count dynamic (unlimited)a1xd2021-09-235-135/+206
|
* change lookup impl to use binary searcha1xd2021-09-231-142/+42
| | | | less data, less code, and latency is good at 8, 128, and 1024 points
* fix kernel bugchecka1xd2021-09-231-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-233-16/+11
|
* refactor vec2/matha1xd2021-09-2311-52/+44
|
* add per-device configurationa1xd2021-09-2321-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
* Merge pull request #107 from a1xd/1.5.0-fixa1xd2021-09-234-4/+36
|\ | | | | 1.5 pre-release fixes