summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
Commit message (Collapse)AuthorAgeFilesLines
* fix jump fieldsa1xd2021-09-231-0/+12
|
* generalize power start-from-1a1xd2021-09-231-14/+12
| | | | starting output is determined by (gain) offset
* Add power start from oneJacob Palecki2021-09-231-0/+8
|
* Remove weightJacob Palecki2021-09-231-6/+0
|
* fix potential leaksa1xd2021-09-231-1/+6
| | | | forms displayed with ShowDialog are only hidden when closed; Dispose must be called manually
* add fn for making a shortcut in startup foldera1xd2021-09-231-1/+64
|
* Cap type options now fully workingJacob Palecki2021-09-231-18/+36
|
* Mostly working cap type in GUIJacob Palecki2021-09-231-8/+20
|
* YToXRatio fully worksJacob Palecki2021-09-231-0/+1
|
* Add y\x ratio to guiJacob Palecki2021-09-231-3/+3
|
* get grapher buildinga1xd2021-09-231-3/+2
|
* Fixed default values by splitting into unique text boxesJacob Palecki2021-07-101-0/+18
|
* Add separate box for power in classic modeJacob Palecki2021-07-091-0/+6
|
* fix double error message on gui version checka1xd2021-07-061-11/+1
|
* merge lut2a1xd2021-07-051-9/+20
|\
| * Mostly workingJacob Palecki2021-07-011-2/+2
| |
| * Better-written LUT panelsJacob Palecki2021-06-301-1/+9
| |
| * Start of LUT points editingJacob Palecki2021-04-251-0/+2
| |
| * Add active value labels for gain switchJacob Palecki2021-04-071-0/+2
| |
| * Remove cap and offset style switchesJacob Palecki2021-04-061-4/+0
| |
| * Add gain switchJacob Palecki2021-04-051-0/+2
| |
| * LUT GUI fixesJacob Palecki2021-04-051-1/+2
| |
| * update wrapper + writer to handle luta1xd2021-04-061-1/+0
| | | | | | | | grapher is building but applying options still broken for the most part
| * LUT text layoutJacob Palecki2021-04-051-0/+1
| |
| * Fix two more errors, add LUT layoutJacob Palecki2021-04-041-2/+2
| |
| * Fix most errors from wrapper rewriteJacob Palecki2021-04-041-1/+1
| |
* | Add streamingMode option to constructors down the chainMatthew Strasiotto2021-05-011-0/+1
| |
* | chartarea is transparent for all charts nowMatthew Strasiotto2021-04-261-2/+2
|/
* add handler for unhandled exceptionsa1xd2021-03-111-6/+9
|
* 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
| |