summaryrefslogtreecommitdiff
path: root/wrapper
Commit message (Collapse)AuthorAgeFilesLines
* fix device id not working with g305a1xd2021-01-301-0/+48
| | | | | | | | this uses w32 apis for enumerating dev info instead of ManagementObjectSearcher, which upper-cases dev ids, differing from kernel/cfgmgr32 this also breaks showing dev name alongside id, as the name seems inaccessible from cfgmgr32 given an interface supplied by rawinput not a big deal considering the names are too generic to be useful anyway
* add angle snappinga1xd2021-01-211-0/+3
| | | | probably works like interaccel
* relax requirements when deserializing settingsa1xd2021-01-211-2/+8
|
* Guard against bad anisotropy argsJacob Palecki2021-01-201-1/+34
|
* merge with master buildsJacob Palecki2021-01-202-3/+28
|\
| * filter raw input based on ida1xd2021-01-122-5/+26
| | | | | | | | | | | | | | | | 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
| * size device id/hwids based on docsa1xd2021-01-051-1/+1
| | | | | | | | this also changes the connect ioctl to not abort when hwid query fails
| * add "Device Hardware ID" setting, to affect only specific deviceTomáš Pazdiora2021-01-051-1/+5
| |
* | Driver worksJacob Palecki2021-01-111-3/+3
| |
* | Implement direcitonality UIJacob Palecki2021-01-101-0/+14
|/
* add more changes from reviewa1xd2020-12-051-3/+7
| | | | | | improve version error messages revert poll time changes add range validation after text parse
* add changes from reviewa1xd2020-12-031-1/+1
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-1/+4
| | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher
* embed version info into assembliesa1xd2020-12-028-23/+282
| | | | | | | | 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
* move speedcap into acceleratora1xd2020-10-211-3/+2
|
* add speed capa1xd2020-10-201-0/+3
|
* rename sensitivity field to 'sens multiplier'a1xd2020-10-081-1/+1
|
* add static default settings in wrappera1xd2020-10-071-1/+1
|
* forbid 0 accel with naturalgaina1xd2020-09-301-0/+2
|
* change cut off from 1 to 10 for natural(gain) accel vala1xd2020-09-291-2/+2
|
* change scale cap keya1xd2020-09-291-0/+1
|
* set invisible args to default values before writea1xd2020-09-291-0/+1
|
* add wrapper optimizationa1xd2020-09-291-5/+4
|
* disallow negative weight with non-additive typesa1xd2020-09-281-3/+6
|
* update build configa1xd2020-09-281-1/+7
|
* add arg checks in wrappera1xd2020-09-272-23/+93
| | | | | | | | | | | minor changes to settings shape, requires driver reinstall add error handling to writer grapher changes: add prettier serialization + comments add elements for scale and separated limit/exp reset irrelevant (invisible) arg input before checks/write
* Hide minimum time attributeJacob Palecki2020-09-261-0/+1
|
* Remove logarithmJacob Palecki2020-09-261-1/+1
|
* add initial writera1xd2020-09-251-10/+129
| | | | | move managed settings into wrapper move gui build into driver build dir
* add lut exp to drivera1xd2020-09-221-2/+19
|
* Add delay on button enable after writing to driverJacob Palecki2020-09-081-0/+2
|
* add 1s write delay to drivera1xd2020-09-012-6/+0
|
* add independent xy accel to drivera1xd2020-08-316-158/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* clean up wrapper, minimize heap alloca1xd2020-08-245-96/+27
|
* Fix rotation getterJacob Palecki2020-08-221-1/+1
|
* Saving and loading fully worksJacob Palecki2020-08-222-6/+10
|
* Serialization mostly workingJacob Palecki2020-08-201-0/+3
|
* Display active valuesJacob Palecki2020-08-202-13/+30
|
* Fix initial points, add poll time constantJacob Palecki2020-08-132-0/+14
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+1
|
* Merge branch 'master' into GainCapJacob Palecki2020-08-111-3/+0
|\
| * define exceptions for invalid arg & io errorsa1xd2020-08-111-3/+0
| |
* | Add velocity gain optionJacob Palecki2020-08-042-2/+5
|/
* Read from driver to get graph valuesJacob Palecki2020-08-032-1/+5
|
* Start work on reading from driverJacob Palecki2020-08-037-21/+37
|
* move write function into common io headera1xd2020-07-315-11/+11
|
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-312-14/+18
|\
| * update grapher/wrapper for st-refactora1xd2020-07-312-11/+12
| |
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-302-0/+3
| |
* | Take all variables through GUIJacob Palecki2020-07-292-4/+33
| |