summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.vcxproj.filters
Commit message (Collapse)AuthorAgeFilesLines
* fix typo and wrapper/input code from lut2 mergea1xd2021-07-061-0/+3
|
* update wrapper + writer to handle luta1xd2021-04-061-0/+6
| | | | grapher is building but applying options still broken for the most part
* update resta1xd2021-04-011-6/+0
| | | | | | grapher is still broken refactored io / error handling a bit
* embed version info into assembliesa1xd2020-12-021-0/+11
| | | | | | | | 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
* add independent xy accel to drivera1xd2020-08-311-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Start work on reading from driverJacob Palecki2020-08-031-2/+2
|
* Compiles but may fileJacob Palecki2020-07-291-0/+6
|
* Added simple c++/cli wrapperJacob Palecki2020-07-231-0/+27