Tig
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
tznind
|
17e2d1d341
Refactor Action<Size> events to EventHandler<SizeChangedEventArgs>
|
2 years ago |
BDisp
|
a7c13b5d48
Fixes merge conflicts errors.
|
2 years ago |
BDisp
|
1d2dc40c8a
Fixes #2305. Improves the handling of escape sequence. (#2375)
|
2 years ago |
BDisp
|
444add330f
Fixes #2346. If WindowsDriver is maximized crash on the Cleanup method.
|
2 years ago |
Tig
|
ff8ac0faac
Merge branch 'develop' into invisible-cursor-fix_2326
|
2 years ago |
Tig Kindel
|
2b26ec7bfb
merge fixes
|
2 years ago |
BDisp
|
057bbcaea8
Fixes #2326. Invisible cursor after modal dialog.
|
2 years ago |
Tig Kindel
|
4531eb00d2
more cleanup
|
2 years ago |
Tig Kindel
|
9e58ed9963
cleanup
|
2 years ago |
Tig Kindel
|
de5af990df
removed unused Cook/UncookMouse APIs
|
2 years ago |
Tig Kindel
|
0dcc69023e
removed unused GetColors api
|
2 years ago |
Tig Kindel
|
ed7cb3d429
removed unused GetColors api
|
2 years ago |
BDisp
|
788eed4a4d
Fixes #2317. Drivers do not normalize accented letters.
|
2 years ago |
BDisp
|
509a8d15c7
No need to throw if after all a valid console is preserved.
|
2 years ago |
BDisp
|
1426019f3e
Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0.
|
2 years ago |
Charlie Kindel
|
de3c02e9bf
refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests
|
2 years ago |
Tig
|
571a131490
Merge branch 'develop' into view-clear-fix
|
2 years ago |
BDisp
|
abd9d47860
Added support to handle with the virtual packet key.
|
2 years ago |
BDisp
|
e389a7bcfc
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
2 years ago |
BDisp
|
250ebd3f97
Added some more improvements.
|
2 years ago |
BDisp
|
1dd9ae1266
Excluding the shift key when IsLetterOrDigit, IsSymbol and IsPunctuation.
|
2 years ago |
BDisp
|
03500150a1
Fixes #2061. WindowsDriver sometimes returns badly mouse flag zero on mouse moved.
|
2 years ago |
BDisp
|
61f5b0992f
Only the Shift key must be handled with the Packet key.
|
2 years ago |
tznind
|
ecfd9c1132
WIP fix TryRemapPacketKey to correctly apply Alt/Ctrl mask
|
2 years ago |
tznind
|
a67da71f77
Merge branch 'vkpacket' of https://github.com/tznind/gui.cs into vkpacket
|
2 years ago |
tznind
|
bb6187075e
Removed dead code. Packet vk is only used for symbols, never escape etc.
|
2 years ago |
Thomas Nind
|
ba29d552d4
Merge branch 'develop' into vkpacket
|
2 years ago |
tznind
|
35e79a9f64
Tidy up layout and fix old inaccurate comment
|
2 years ago |
tznind
|
0b2bdb04e0
Change TryRemapPacketKey to map to `Key` instead of `ConsoleKey`
|
2 years ago |