| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
refactor constructor/fix conversions
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
grapher is building but applying options still broken for the most part
|
| | |
|
| | |
|
| |
|
|
|
|
| |
important feature
fixes some validation checks
|
| |
|
|
| |
add setting for max time threshold
|
| | |
|
| |
|
|
|
|
| |
grapher is still broken
refactored io / error handling a bit
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
probably works like interaccel
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
this also changes the connect ioctl to not abort when hwid query fails
|
| | | |
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
improve version error messages
revert poll time changes
add range validation after text parse
|
| |
|
|
|
|
| |
rename some vars
prefer exceptions over assert
refactor poll rate field usage in MouseWatcher
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
| |
move managed settings into wrapper
move gui build into driver build dir
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|