summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* add arg checks in wrappera1xd2020-09-271-23/+90
| | | | | | | | | | | 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 independent xy accel to drivera1xd2020-08-311-73/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-13/+9
|
* Fix rotation getterJacob Palecki2020-08-221-1/+1
|
* Saving and loading fully worksJacob Palecki2020-08-221-1/+4
|
* Display active valuesJacob Palecki2020-08-201-10/+15
|
* Fix initial points, add poll time constantJacob Palecki2020-08-131-0/+10
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+1
|
* Add velocity gain optionJacob Palecki2020-08-041-1/+3
|
* Read from driver to get graph valuesJacob Palecki2020-08-031-0/+1
|
* Start work on reading from driverJacob Palecki2020-08-031-3/+10
|
* move write function into common io headera1xd2020-07-311-0/+1
|
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-4/+8
|\
| * update grapher/wrapper for st-refactora1xd2020-07-311-1/+4
| |
* | Fix small bugs, add AccelOptions classJacob Palecki2020-07-301-0/+2
| |
* | Take all variables through GUIJacob Palecki2020-07-291-3/+20
| |
* | Compiles but may fileJacob Palecki2020-07-291-3/+21
|/
* Use modifier object in wrapperJacob Palecki2020-07-291-1/+1
|
* More comments and light refactoringJacob Palecki2020-07-281-1/+1
|
* Remove extra mode from variablesJacob Palecki2020-07-281-1/+1
|
* skeletonJacob Palecki2020-07-271-1/+1
|
* Added simple c++/cli wrapperJacob Palecki2020-07-231-0/+14