BDisp
|
788eed4a4d
Fixes #2317. Drivers do not normalize accented letters.
|
2 vuotta sitten |
BDisp
|
509a8d15c7
No need to throw if after all a valid console is preserved.
|
2 vuotta sitten |
BDisp
|
1426019f3e
Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0.
|
2 vuotta sitten |
Charlie Kindel
|
de3c02e9bf
refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests
|
2 vuotta sitten |
Tig
|
571a131490
Merge branch 'develop' into view-clear-fix
|
2 vuotta sitten |
BDisp
|
abd9d47860
Added support to handle with the virtual packet key.
|
2 vuotta sitten |
BDisp
|
e389a7bcfc
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
2 vuotta sitten |
BDisp
|
250ebd3f97
Added some more improvements.
|
2 vuotta sitten |
BDisp
|
1dd9ae1266
Excluding the shift key when IsLetterOrDigit, IsSymbol and IsPunctuation.
|
2 vuotta sitten |
BDisp
|
03500150a1
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
2 vuotta sitten |
BDisp
|
61f5b0992f
Only the Shift key must be handled with the Packet key.
|
2 vuotta sitten |
tznind
|
ecfd9c1132
WIP fix TryRemapPacketKey to correctly apply Alt/Ctrl mask
|
2 vuotta sitten |
tznind
|
a67da71f77
Merge branch 'vkpacket' of https://github.com/tznind/gui.cs into vkpacket
|
2 vuotta sitten |
tznind
|
bb6187075e
Removed dead code. Packet vk is only used for symbols, never escape etc.
|
2 vuotta sitten |
Thomas Nind
|
ba29d552d4
Merge branch 'develop' into vkpacket
|
2 vuotta sitten |
tznind
|
35e79a9f64
Tidy up layout and fix old inaccurate comment
|
2 vuotta sitten |
tznind
|
0b2bdb04e0
Change TryRemapPacketKey to map to `Key` instead of `ConsoleKey`
|
2 vuotta sitten |
tznind
|
0304656a19
Added single and double quotes
|
2 vuotta sitten |
tznind
|
b0c208595e
Added TryParseConsoleKey for better parsing
|
2 vuotta sitten |
Thomas
|
9897bb903e
Support for remapping basic unicode keychars that come from OS with ConsoleKey.Packet. Affects only WindowsDriver
|
2 vuotta sitten |
BDisp
|
389d0be6bd
Added abstract MakeColor and CreateColors to create the colors at once. (#1972)
|
2 vuotta sitten |
Tig Kindel
|
3257bd8575
fixes #1773 - better hotnormal color for listview (#1937)
|
3 vuotta sitten |
BDisp
|
54d2ecf130
Fixes #1934. WindowsDriver crash when the height is less than 1 with the VS Debugger Console. (#1935)
|
3 vuotta sitten |
BDisp
|
ece4bc4cda
Fixes #1921. Mouse continuous button pressed is not working on ScrollView. (#1928)
|
3 vuotta sitten |
Tig Kindel
|
61335e8788
Fixes #1893: Fix URLs to match gui-cs Org (#1900)
|
3 vuotta sitten |
BDisp
|
3ab2e7d27e
Fixes #1848. Mouse clicks also works on Windows Terminal. (#1850)
|
3 vuotta sitten |
BDisp
|
893220b21e
Fixes #1839. Process WindowsDriver click event if location is the same after pressed and released.
|
3 vuotta sitten |
BDisp
|
9ee3502c61
Added public abstract ResizeScreen method to the ConsoleDriver.
|
3 vuotta sitten |
BDisp
|
12d5772295
Fixes #1786. Windows Terminal is reporting well on mouse button pressed + mouse movement. (#1787)
|
3 vuotta sitten |
BDisp
|
d16f0f607f
Fixes some console buffer size issue on resizing reported in #1768. (#1784)
|
3 vuotta sitten |