summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUI.cs
Commit message (Collapse)AuthorAgeFilesLines
* make reset button a button controlpatch-1.6a1xd2021-11-161-4/+3
| | | | removes checkbox behavior / color change on toggle
* Change disable button to reset, update doc textJacob Palecki2021-09-231-2/+2
|
* add device menua1xd2021-09-231-1/+22
|
* fix potential leaksa1xd2021-09-231-1/+4
| | | | forms displayed with ShowDialog are only hidden when closed; Dispose must be called manually
* YToXRatio fully worksJacob Palecki2021-09-231-1/+1
|
* Add y\x ratio to guiJacob Palecki2021-09-231-2/+2
|
* update SettingsManagera1xd2021-09-231-2/+1
| | | | | | load active config from driver only when necessary ignore devices that aren't running the active profile (in mousewatcher)
* get grapher buildinga1xd2021-09-231-36/+23
|
* handle lut mode exceptions on applya1xd2021-09-211-7/+26
|
* rename disable button to reseta1xd2021-09-211-18/+18
|
* Small fixes, guide additions, tweaksJacob Palecki2021-07-031-1/+1
|
* move arbitrary input into settingsa1xd2021-04-131-12/+11
| | | | separate arbitrary mode from spaced modes, arbitrary now deserializes from default settings file
* Add active value labels for gain switchJacob Palecki2021-04-071-0/+1
|
* update wrapper + writer to handle luta1xd2021-04-061-80/+44
| | | | grapher is building but applying options still broken for the most part
* It buildsJacob Palecki2021-04-051-5/+5
|
* Fix most errors from wrapper rewriteJacob Palecki2021-04-041-5/+4
|
* Add lookuptable jsonJacob Palecki2021-04-011-2/+2
|
* change toggle text, "enabled" -> "disable"a1xd2021-01-211-1/+1
|
* center gui on initial resizea1xd2021-01-211-1/+0
| | | | position is no longer based on the Form.Location property, should fix issues with multi-monitor setups
* add angle snappinga1xd2021-01-211-0/+1
| | | | probably works like interaccel
* Final GUI tweaksJacob Palecki2021-01-201-0/+5
|
* merge with master buildsJacob Palecki2021-01-201-2/+18
|\
| * show custom dialog on bad input (#63)a1xd2021-01-141-1/+1
| | | | | | | | | | | | | | * show custom dialog on bad input fixes #62 * Update MessageDialog constructor args
| * filter raw input based on ida1xd2021-01-121-1/+11
| | | | | | | | | | | | | | | | 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
| * RefactorJacob Palecki2021-01-071-2/+7
| |
| * add "Device Hardware ID" setting, to affect only specific deviceTomáš Pazdiora2021-01-051-1/+2
| |
* | Many small tweaksJacob Palecki2021-01-121-1/+1
| |
* | Implement direcitonality UIJacob Palecki2021-01-101-1/+3
|/
* add changes from reviewa1xd2020-12-031-1/+1
| | | | | | rename some vars prefer exceptions over assert refactor poll rate field usage in MouseWatcher
* add directional multipliersa1xd2020-12-031-1/+2
| | | | | | adds multipliers for movement in negative directions (up & left by default, can be flipped by rot or sens) avoid division by user input in mousewatcher
* embed version info into assembliesa1xd2020-12-021-1/+1
| | | | | | | | 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
* move speedcap into acceleratora1xd2020-10-211-3/+6
|
* put autowrite option back in menua1xd2020-10-211-51/+42
|
* add speed capa1xd2020-10-201-1/+2
|
* add magic number to constantsa1xd2020-10-081-1/+1
|
* disable write button when settings are toggled offa1xd2020-10-081-4/+4
|
* Follow full C# conventionJacob Palecki2020-10-081-1/+1
|
* add scroll to chartsa1xd2020-10-081-0/+2
|
* add toggle button + save gui settings on closea1xd2020-10-081-31/+119
| | | | remove option to disable write on startup
* set invisible args to default values before writea1xd2020-09-291-1/+1
|
* Handle errors from bad arg on writeJacob Palecki2020-09-271-2/+1
|
* Merge and fix write buttonJacob Palecki2020-09-271-5/+17
|\
| * add arg checks in wrappera1xd2020-09-271-5/+15
|/ | | | | | | | | | | 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
* Scale Last Mouse Move by poll rateJacob Palecki2020-09-261-2/+2
|
* SetActive changes field default, bugs fixedJacob Palecki2020-09-251-1/+0
|
* Last mouse move perfetly responsive at 100 FPSJacob Palecki2020-09-251-0/+19
|
* add initial writera1xd2020-09-251-8/+2
| | | | | move managed settings into wrapper move gui build into driver build dir
* separate x/y mostly worksJacob Palecki2020-09-211-1/+1
|
* Add y lines to graphes + further workJacob Palecki2020-09-171-2/+1
|
* Unsure if I will use thisJacob Palecki2020-09-161-1/+1
|