summaryrefslogtreecommitdiff
path: root/common/common.vcxitems
Commit message (Collapse)AuthorAgeFilesLines
* refactor vec2/matha1xd2021-09-231-1/+1
|
* add per-device configurationa1xd2021-09-231-1/+0
| | | | | | | | | | | 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
* fix typo and wrapper/input code from lut2 mergea1xd2021-07-061-1/+0
|
* use callbacks for applying accela1xd2021-04-011-0/+1
|
* update resta1xd2021-04-011-0/+1
| | | | | | grapher is still broken refactored io / error handling a bit
* refactor lut/motivitya1xd2021-03-301-0/+1
|
* add jump typea1xd2021-03-291-0/+1
|
* formatting + file renamesa1xd2021-03-291-2/+3
|
* refactor common/settingsa1xd2021-03-291-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | only driver compiles remove accel-base types merge linear + classic move gain cap logic into classic impl, cap is now set in terms of output use cap/limit to determine negation remove weight, add replacement for power mode only remove legacy offset option remove naturalgain mode add legacy mode flag naturalgain -> natural natural -> natural + legacy flag add dpi setting and more accel args + defaults (prep for ips mode) replace output speed cap with input cap
* filter raw input based on ida1xd2021-01-121-0/+1
| | | | | | | | use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors
* embed version info into assembliesa1xd2020-12-021-0/+1
| | | | | | | | check app versions against lib, lib against driver add an 'about' dialog which displays version details, accessible from menu refactor error handling + add check for negative offset
* merge common-install with commona1xd2020-12-021-0/+1
|
* refactor ioa1xd2020-12-011-0/+1
|
* Remove experiment file, set driver lang to c++17, fix by component last ↵Jacob Palecki2020-11-271-1/+0
| | | | mouse move
* Remove logarithmJacob Palecki2020-09-261-1/+0
|
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-1/+0
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+1
|
* Add icon and second experimentJacob Palecki2020-09-201-0/+1
|
* log sigmoid sens doneJacob Palecki2020-09-191-0/+1
|
* Add improved logarithm styleJacob Palecki2020-09-091-0/+1
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-2/+0
|
* add independent xy accel to drivera1xd2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other changes: modifier_args type name is now settings, which is now the type passed in driver ioctl remove most settings/args verification from driver, plan to let gui handle most of it add another accel arg, rate, which is used to set the 'accel' parameter of types which call exp (nat/sig), might want to cap it add (update) serializable DriverSettings (ModifierArgs) class to gui and static methods for interop remove properties from ManagedAccel, its now just a black box for accessing modifier methods add exception handling in wrapper_io to throw proper managed types change SettingsManager::Startup to make a new settings file if an error occurs during deserialization change structure of accel types; how offset and weight are applied now depend on additivity of types remove tagged_union and add a handrolled variant/visit impl AccelGui::UpdateActiveValueLabels currently broken for caps and a few other args remove gui default layout and initial natural accel setup cli not updated
* Sigmoid gainJacob Palecki2020-08-201-0/+1
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-0/+1
|
* define exceptions for invalid arg & io errorsa1xd2020-08-111-1/+1
|
* move clipp/parse logic into console projecta1xd2020-07-311-1/+1
|
* add reada1xd2020-07-311-0/+1
| | | | add function that makes an ioctl call to return the driver's active mouse_modifier
* add tweaks for st-refactora1xd2020-07-301-11/+9
|
* Separate accel implementations into filesJacob Palecki2020-07-291-0/+10
|
* Further refactoring and commentsJacob Palecki2020-07-281-0/+1
|
* Add project files.v0.1-testa1xd2020-07-221-0/+22