summaryrefslogtreecommitdiff
path: root/grapher/Models/Serialized/SettingsManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* add indicator to last move on normalized dev reada1xd2021-09-231-5/+10
|
* Change disable button to reset, update doc textJacob Palecki2021-09-231-1/+1
|
* rename directional multipliersa1xd2021-09-231-1/+2
| | | | changes profile layout
* refactor SetActiveHandles methoda1xd2021-09-231-18/+12
|
* add device menua1xd2021-09-231-11/+56
|
* update SettingsManagera1xd2021-09-231-16/+81
| | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher)
* get grapher buildinga1xd2021-09-231-52/+66
|
* fix typo and wrapper/input code from lut2 mergea1xd2021-07-061-1/+1
|
* merge lut2a1xd2021-07-051-46/+93
|\
| * update wrapper + writer to handle luta1xd2021-04-061-46/+92
| | | | | | | | grapher is building but applying options still broken for the most part
| * It buildsJacob Palecki2021-04-051-8/+9
| |
| * Fix most errors from wrapper rewriteJacob Palecki2021-04-041-3/+3
| |
| * Add lookuptable jsonJacob Palecki2021-04-011-1/+1
| |
* | Implement settings save/restore for streaming mode optionMatthew Strasiotto2021-05-011-2/+6
|/
* filter raw input based on ida1xd2021-01-121-3/+2
| | | | | | | | 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
* RefactorJacob Palecki2021-01-071-66/+7
|
* rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-071-0/+66
|
* add directional multipliersa1xd2020-12-031-2/+2
| | | | | | 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-021-29/+0
| | | | | | | | 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
* put autowrite option back in menua1xd2020-10-211-10/+15
|
* add toggle button + save gui settings on closea1xd2020-10-081-13/+9
| | | | remove option to disable write on startup
* ease requirements for loading driver settingsa1xd2020-10-071-17/+15
| | | | | | | gui settings are no longer needed this covers edge case where interaccel converter is used but the gui does not run until after reboot
* Handle errors from bad arg on writeJacob Palecki2020-09-271-0/+29
|
* add arg checks in wrappera1xd2020-09-271-17/+34
| | | | | | | | | | | 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
* add initial writera1xd2020-09-251-18/+23
| | | | | move managed settings into wrapper move gui build into driver build dir
* Save option to show velocity and gain on gui startupJacob Palecki2020-09-221-1/+7
|
* Save show last mouse valueJacob Palecki2020-09-081-3/+10
|
* Merge with masterJacob Palecki2020-09-041-17/+7
|\
| * add 1s write delay to drivera1xd2020-09-011-17/+7
| |
* | Add constants class and separate classes into regionsJacob Palecki2020-09-011-0/+12
|/
* add independent xy accel to drivera1xd2020-08-311-70/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Saving and loading fully worksJacob Palecki2020-08-221-0/+123