summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Collapse)AuthorAgeFilesLines
* center gui on initial resizea1xd2021-01-211-4/+13
| | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups
* merge with master buildsJacob Palecki2021-01-201-16/+6
|\
| * filter raw input based on ida1xd2021-01-121-16/+5
| | | | | | | | | | | | | | | | 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
| * rough GUI integration of "Device Hardware ID"Tomáš Pazdiora2021-01-071-0/+1
| |
* | Implement direcitonality UIJacob Palecki2021-01-101-3/+22
|/
* embed version info into assembliesa1xd2020-12-021-5/+16
| | | | | | | | 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-0/+1
|
* improve comments, variable namesa1xd2020-10-081-6/+6
|
* add scroll to chartsa1xd2020-10-081-0/+24
|
* add toggle button + save gui settings on closea1xd2020-10-081-1/+1
| | | | remove option to disable write on startup
* Show MessageBox with exception on driver not installedJacob Palecki2020-09-271-1/+2
|
* add arg checks in wrappera1xd2020-09-271-4/+16
| | | | | | | | | | | 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
* Last mouse move perfetly responsive at 100 FPSJacob Palecki2020-09-251-1/+1
|
* Fix box writeJacob Palecki2020-09-111-1/+1
|
* Add option to turn off last mouse move dotJacob Palecki2020-09-081-1/+2
|
* Add delay on button enable after writing to driverJacob Palecki2020-09-081-7/+2
|
* Alignment for whole mode worksJacob Palecki2020-09-081-5/+2
|
* Merge with masterJacob Palecki2020-09-041-3/+4
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-031-3/+8
| |
* | Move optionsets to applyoptionsJacob Palecki2020-09-021-1/+2
| |
* | Second half - the parts in placeJacob Palecki2020-09-011-18/+36
| |
* | intermittent commit - large commit halfway doneJacob Palecki2020-09-011-2/+0
| |
* | Add factory to create AccelGUIJacob Palecki2020-09-011-115/+44
| |
* | Move constants to central classJacob Palecki2020-09-011-2/+2
| |
* | Show xy charts only when accel applied by componentJacob Palecki2020-09-011-8/+4
| |
* | Set whole or by component with toolstrip itemJacob Palecki2020-09-011-0/+3
|/
* add independent xy accel to drivera1xd2020-08-311-67/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-17/+11
|
* Serialization mostly workingJacob Palecki2020-08-201-1/+2
|
* Add accel type to active values and tweak colorJacob Palecki2020-08-201-1/+6
|
* Display active valuesJacob Palecki2020-08-201-9/+70
|
* Add natural gain accel; add scale by DPI, poll rate in GUIJacob Palecki2020-08-191-1/+8
|
* All works smoothlyJacob Palecki2020-08-131-0/+5
|
* Dot to show mouse moveJacob Palecki2020-08-131-1/+12
|
* Almost workingJacob Palecki2020-08-121-9/+13
|
* Add ability to have x\y graphsJacob Palecki2020-08-121-62/+3
|
* Disallow differing x and y weights with gain capJacob Palecki2020-08-111-1/+4
|
* Add velocity gain optionJacob Palecki2020-08-041-4/+10
|
* Data rebind for faster graph updateJacob Palecki2020-08-041-1/+2
|
* Start work on reading from driverJacob Palecki2020-08-031-1/+0
|
* Add tool menu to enable\disable chartsJacob Palecki2020-08-031-3/+6
|
* Add gain and velocity graphsJacob Palecki2020-08-021-0/+21
|
* Add velocity graphJacob Palecki2020-08-021-0/+21
|
* Move logic out of forms class into accelgui classJacob Palecki2020-08-021-115/+46
|
* Show no settings for off, remove unused class for PRJacob Palecki2020-07-311-2/+74
|\
| * update grapher/wrapper for st-refactora1xd2020-07-311-1/+68
| |
* | Add class for storing settings from fileJacob Palecki2020-07-311-5/+0
| |
* | Small refactoring, use new struct to store magnitudesJacob Palecki2020-07-311-22/+42
| |
* | Use options instead of fieldsJacob Palecki2020-07-301-54/+40
| |
* | Use class heirarchy for layout typesJacob Palecki2020-07-301-3/+6
| |