Tig
|
207c974327
Fixed WindowsDriver cursor issue with true color
|
1 year ago |
BDisp
|
bbf852c532
Fixes #3347. NetDriver throws System.OperationCanceledException: 'The operation was canceled.'
|
1 year ago |
Tig
|
80d8e87639
Removed debug spew.
|
1 year ago |
Tig Kindel
|
6b374a9026
Clicking on padding sets focus
|
1 year ago |
Brandon Thetford
|
bfedfee9ee
Simplify construction of new Rectangle, Size, Point, and *F instances
|
1 year ago |
Brandon Thetford
|
a638edeeaf
Rename Rect to Rectangle in preparation for removal
|
1 year ago |
Brandon Thetford
|
142b621395
Replace 354 `!= null` with `is { }`
|
1 year ago |
Brandon Thetford
|
da3fe3663d
Replace all 342 `== null` with `is null`
|
1 year ago |
Tig
|
4430fe2cc6
Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202)
|
1 year ago |
dodexahedron
|
92a601254e
Fixes #3170. Color improvements (#3204)
|
1 year ago |
Tig
|
7af54f369d
Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094)
|
1 year ago |
BDisp
|
0484fc8bf9
Cleans up key handling in drivers (was "fixes VkeyPacketSimulator is broken") (#3078)
|
1 year ago |
Tig
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
1 year ago |
BDisp
|
aa8b952509
Partially Addresses #2616. Support combining sequences that don't normalize (#2932)
|
1 year ago |
Tig
|
21e8a70cee
Fixes #2933 - Refactors Cell to simplify code (#2934)
|
1 year ago |
BDisp
|
84cc3b3c8c
Fixes #2930. Console.CursorLeft-- throw an exception with NetDriver on Linux (v2). (#2931)
|
1 year ago |
Tig
|
6851b42a49
Fixes #2921 - MainLoop refactoring (#2922)
|
1 year ago |
BDisp
|
2ec9f58749
Fixes #2889. NetDriver leaks Task+DelayPromiseWithCancellation etc... objects
|
1 year ago |
Tigger Kindel
|
6f1e3e9a06
Remove Initalized stuff - With TrueColor and the map of color names to RGB values now in Color, it's not needed.
|
1 year ago |
Tigger Kindel
|
41d6ca884b
Fixed Force16Colors; updated UI Catalog to honor
|
1 year ago |
Tigger Kindel
|
c9ce86578c
Removed GetColors (no longer needed)
|
1 year ago |
Tigger Kindel
|
9529afc84b
All unit tests PASS!!!
|
1 year ago |
Tigger Kindel
|
760ab804f0
WIP - Everything seems to work
|
1 year ago |
Tig Kindel
|
26580aca6a
inital commit - proving Color can be made a class without breaking tons of code
|
1 year ago |
Tigger Kindel
|
8c82c41fdb
Fixes big leaks in netdriver; still smaller ones
|
1 year ago |
Tigger Kindel
|
60273ec88d
Fixed unit test failures
|
1 year ago |
Tigger Kindel
|
e4f3b97da0
Fixed WindowsDriver mem leak
|
1 year ago |
Tigger Kindel
|
f90ddd520b
Re-enabled -1 result
|
1 year ago |
Tigger Kindel
|
1c133ba364
Refactored CheckTimers into MainLoop and renamed/simplified
|
1 year ago |
Tigger Kindel
|
59d0613b14
Moved CheckTimers to MainLoop - netdriver
|
1 year ago |