summaryrefslogtreecommitdiff
path: root/grapher
Commit message (Collapse)AuthorAgeFilesLines
* Add chart states to grapherJacob Palecki2020-09-171-0/+5
|
* Merge branch 'GUI' into UnsureJacob Palecki2020-09-173-10/+14
|\
| * Fix chart scaling for DPIs < 1200Jacob Palecki2020-09-161-3/+7
| |
| * Fix cap options pt 2Jacob Palecki2020-09-161-4/+4
| |
| * Fix cap options, fix power style labelsJacob Palecki2020-09-162-3/+3
| |
* | Unsure if I will use thisJacob Palecki2020-09-168-118/+332
|/
* Fix box writeJacob Palecki2020-09-114-13/+25
|
* Reenable weight for all styles, remove offset for sigmoidgain, fix active ↵Jacob Palecki2020-09-105-6/+6
| | | | value for midpoint
* Added more to guideJacob Palecki2020-09-101-3/+40
|
* Add improved logarithm styleJacob Palecki2020-09-094-1/+27
|
* Further work on guideJacob Palecki2020-09-082-3/+38
|
* Add readme and start of guideJacob Palecki2020-09-082-0/+24
|
* Clean up chart titles, axes, legendsJacob Palecki2020-09-084-27/+91
|
* Save show last mouse valueJacob Palecki2020-09-083-4/+15
|
* Fix active values y widthJacob Palecki2020-09-081-0/+8
|
* 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-084-8/+48
|
* 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-045-47/+1
|
* Merge with masterJacob Palecki2020-09-0410-220/+399
|\
| * Add offset options to GUI, make gain options defaultJacob Palecki2020-09-036-37/+196
| |
| * Refactor for nice gain offsetJacob Palecki2020-09-032-0/+2
| |
| * Merge remote-tracking branch 'upstream/master' into masterJacob Palecki2020-09-023-27/+38
| |\
| | * add 1s write delay to drivera1xd2020-09-013-27/+38
| | |
* | | 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
|/ /
* | Merge pull request #1 from Sidiouth/sidiJacobPalecki2020-08-315-5/+7
|\ \ | |/ |/| Small GUI tweaks