summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make reset button a button controlpatch-1.6a1xd2021-11-163-7/+6
| | | | removes checkbox behavior / color change on toggle
* add special handling for out cap=1 in classica1xd2021-09-301-6/+14
| | | | fixes gui crash / avoids div-by-0
* Merge pull request #108 from a1xd/1.6r2HEADv1.6.0mastera1xd2021-09-2488-2517/+5044
|\ | | | | v1.6
| * make note clearerJacob Palecki2021-09-231-1/+1
| |
| * Add note about normalizationJacob Palecki2021-09-231-0/+2
| |
| * update docs with notes on dpi norma1xd2021-09-242-3/+11
| |
| * change MouseMoveNormalizedFormata1xd2021-09-232-12/+11
| |
| * add indicator to last move on normalized dev reada1xd2021-09-233-9/+45
| |
| * docs - add win10 as prereqa1xd2021-09-231-2/+2
| |
| * fix convertera1xd2021-09-231-26/+24
| |
| * fix power + gain + input cap + offset edge casea1xd2021-09-231-0/+8
| | | | | | | | just return offset when cap < offset
| * 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)