summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* By component, anisotropy full worksJacob Palecki2020-09-083-11/+29
|
* Add option to turn off last mouse move dotJacob Palecki2020-09-085-14/+54
|
* Center write buttonJacob Palecki2020-09-082-2/+14
|
* Set WriteButton vertical placementJacob Palecki2020-09-082-19/+33
|
* Add delay on button enable after writing to driverJacob Palecki2020-09-085-8/+50
|
* Fix accel type y active value alignmentJacob Palecki2020-09-081-2/+1
|
* Fix few small bugsJacob Palecki2020-09-0811-32/+174
|
* Remove and sort usings en masseJacob Palecki2020-09-0836-184/+6
|
* Set correct active value y titleJacob Palecki2020-09-081-19/+19
|
* Fix few small bugsJacob Palecki2020-09-085-7/+35
|
* Alignment for whole mode worksJacob Palecki2020-09-0815-57/+174
|
* Add chart resizeJacob Palecki2020-09-077-78/+157
|
* Fix some separation bugsJacob Palecki2020-09-077-42/+73
|
* Refactor type optionsJacob Palecki2020-09-0721-192/+498
|
* Pass args by ref for settingJacob Palecki2020-09-071-2/+2
|
* Remove log and sigmoid stylesJacob Palecki2020-09-0410-111/+3
|
* Merge with masterJacob Palecki2020-09-0424-258/+453
|\
| * Merge pull request #19 from JacobPalecki/gainOffseta1xd2020-09-0420-50/+253
| |\ | | | | | | Add gain offset & make gain options default
| | * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-036-37/+196
| | |
| | * Refactor for nice gain offsetJacob Palecki2020-09-0311-8/+28
| | |
| | * Change classic, natural, naturalgain to use gain offsetJacob Palecki2020-09-033-6/+15
| | |
| | * Start adding gain offsetsJacob Palecki2020-09-023-3/+16
| | |
| | * Merge remote-tracking branch 'upstream/master' into masterJacob Palecki2020-09-028-56/+43
| | |\ | | |/ | |/|
| * | Merge pull request #18 from a1xd/write-delaya1xd2020-09-018-56/+43
| |\ \ | | | | | | | | add 1s write delay to driver
| | * | add 1s write delay to drivera1xd2020-09-018-56/+43
| |/ /
* | | The menus mostly workJacob Palecki2020-09-023-14/+32
| | |
* | | Move optionsets to applyoptionsJacob Palecki2020-09-026-47/+114
| | |
* | | Small fixes, correctly align labels and boxesJacob Palecki2020-09-015-141/+168
| | |
* | | Second half - the parts in placeJacob Palecki2020-09-0118-385/+449
| | |
* | | intermittent commit - large commit halfway doneJacob Palecki2020-09-0112-329/+690
| | |
* | | Add X Y labels for by componentJacob Palecki2020-09-011-168/+192
| | |
* | | Space boxes for by component modeJacob Palecki2020-09-011-181/+267
| | |
* | | Add text boxes and labels for by component accelJacob Palecki2020-09-011-189/+261
| | |
* | | Add factory to create AccelGUIJacob Palecki2020-09-014-117/+253
| | |
* | | Move constants to central classJacob Palecki2020-09-0115-108/+110
| | |
* | | Add constants class and separate classes into regionsJacob Palecki2020-09-0123-30/+318
| | |
* | | Show xy charts only when accel applied by componentJacob Palecki2020-09-016-30/+16
| | |
* | | Set whole or by component with toolstrip itemJacob Palecki2020-09-016-133/+263
| | |
* | | Remove console projectJacob Palecki2020-08-315-7279/+0
| |/ |/|
* | Merge pull request #1 from Sidiouth/sidiJacobPalecki2020-08-315-5/+7
|\ \ | |/ |/| Small GUI tweaks
| * Initial commitSidiouth2020-08-315-5/+7
| | | | | | | | | | -Right-alight option labels in the gui -Allow users to modify the string already in the options field
* | Merge pull request #17 from a1xd/indepJacobPalecki2020-08-3143-1122/+654
|\ \ | |/ |/| Indep
| * add independent xy accel to drivera1xd2020-08-3142-996/+629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-248-153/+52
|/
* Merge pull request #16 from JacobPalecki/Misca1xd2020-08-2227-98/+1229
|\ | | | | Gain Styles, Settings File, and other miscellaneous
| * delete personal settings.json left in repoJacob Palecki2020-08-221-35/+0
| |
| * Fix rotation getterJacob Palecki2020-08-221-1/+1
| |
| * Saving and loading fully worksJacob Palecki2020-08-2211-140/+332
| |
| * Serialization mostly workingJacob Palecki2020-08-209-3/+217
| |
| * Add accel type to active values and tweak colorJacob Palecki2020-08-207-30/+136
| |