summaryrefslogtreecommitdiff
path: root/grapher/grapher.csproj
Commit message (Collapse)AuthorAgeFilesLines
* Add power start from oneJacob Palecki2021-09-231-0/+1
|
* add device menua1xd2021-09-231-8/+1
|
* Some reorganizingJacob Palecki2021-09-231-0/+3
|
* Add y\x ratio to guiJacob Palecki2021-09-231-0/+1
|
* get grapher buildinga1xd2021-09-231-0/+9
|
* Add class for LUT apply typeJacob Palecki2021-06-301-1/+1
|
* Start of LUT points editingJacob Palecki2021-04-251-0/+1
|
* move arbitrary input into settingsa1xd2021-04-131-0/+1
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add gain switchJacob Palecki2021-04-051-0/+1
|
* update wrapper + writer to handle luta1xd2021-04-061-2/+1
| | | | grapher is building but applying options still broken for the most part
* Add textoption for lut text displayJacob Palecki2021-04-041-1/+2
|
* Add differing table typesJacob Palecki2021-04-011-0/+1
|
* fix device id not working with g305a1xd2021-01-301-1/+0
| | | | | | | | 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
* merge with master buildsJacob Palecki2021-01-201-0/+10
|\
| * show custom dialog on bad input (#63)a1xd2021-01-141-0/+7
| | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args
| * Include csproj as wellJacob Palecki2021-01-071-1/+2
| |
| * rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-071-0/+2
| |
* | Directional worksJacob Palecki2021-01-181-1/+0
| |
* | Refactor for new graph calculation methodJacob Palecki2021-01-181-0/+4
| |
* | Implement direcitonality UIJacob Palecki2021-01-101-0/+1
|/
* embed version info into assembliesa1xd2020-12-021-0/+9
| | | | | | | | 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 readme touchups and grapher name changea1xd2020-09-291-1/+1
|
* update build configa1xd2020-09-281-0/+38
|
* Remove logarithmJacob Palecki2020-09-261-1/+0
|
* add initial writera1xd2020-09-251-3/+2
| | | | | move managed settings into wrapper move gui build into driver build dir
* Remove sigmoidgain, only allow one instance of grapher to run at a timeJacob Palecki2020-09-221-1/+0
|
* Rename experiment two to motivityJacob Palecki2020-09-221-1/+2
|
* Merge branch 'GUI' into experimentJacob Palecki2020-09-211-0/+6
|\
| * Merge branch 'GUI' into UnsureJacob Palecki2020-09-201-0/+1
| |\
| | * Add icon to projectJacob Palecki2020-09-201-0/+1
| | |
| * | Much progressJacob Palecki2020-09-171-5/+5
| | |
| * | Add chart states to grapherJacob Palecki2020-09-171-0/+5
| |/
* / log sigmoid sens doneJacob Palecki2020-09-191-0/+1
|/
* Add improved logarithm styleJacob Palecki2020-09-091-0/+4
|
* Refactor type optionsJacob Palecki2020-09-071-0/+3
|
* Remove log and sigmoid stylesJacob Palecki2020-09-041-2/+0
|
* Merge with masterJacob Palecki2020-09-041-0/+1
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-031-0/+1
| |
* | intermittent commit - large commit halfway doneJacob Palecki2020-09-011-1/+2
| |
* | Add factory to create AccelGUIJacob Palecki2020-09-011-0/+1
| |
* | Move constants to central classJacob Palecki2020-09-011-0/+1
| |
* | Set whole or by component with toolstrip itemJacob Palecki2020-09-011-0/+1
|/
* add independent xy accel to drivera1xd2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-12/+15
|
* Saving and loading fully worksJacob Palecki2020-08-221-0/+2
|
* Serialization mostly workingJacob Palecki2020-08-201-0/+6
|
* Display active valuesJacob Palecki2020-08-201-0/+2
|
* Sigmoid gainJacob Palecki2020-08-201-0/+1
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-0/+1
|
* All works smoothlyJacob Palecki2020-08-131-0/+2
|