Commit Graph

7030 Commits

Author SHA1 Message Date
tznind
792170a029 Change NetEvents to BlockingCollection 2024-10-27 17:01:20 +00:00
tznind
1ec7aa2670 Simplify NetEvents further with BlockingCollection 2024-10-27 09:50:12 +00:00
tznind
8417387931 Change _resultQueue to not hold nulls and use concurrent collection 2024-10-27 09:22:18 +00:00
tznind
512af810d5 WIP: Trying to get NetDriver to work properly 2024-10-27 08:32:32 +00:00
tznind
d5095a2302 Merge branch 'ansi-parser' into ansi-parser-net-driver 2024-10-26 21:00:43 +01:00
tznind
7fafa456da Add UnexpectedResponseHandler 2024-10-26 21:00:31 +01:00
tznind
acdd483cb2 Add UnknownResponseHandler 2024-10-26 20:49:37 +01:00
tznind
65cfa49b28 WIP integrating ansi parser 2024-10-26 20:01:15 +01:00
tznind
057aeea1ac Merge branch 'ansi-parser' into ansi-parser-net-driver 2024-10-26 19:41:08 +01:00
tznind
bdcf36c314 Support for getting the full T set when using generic AnsiResponseParser 2024-10-26 19:37:32 +01:00
tznind
085a0cf32c Remove unused usings 2024-10-26 17:06:19 +01:00
tznind
6e4a6747db Refactoring and xmldoc 2024-10-26 17:05:26 +01:00
tznind
3b53363b74 Move to seperate folder 2024-10-26 17:01:41 +01:00
tznind
8c7141219c Add IHeld 2024-10-26 16:58:26 +01:00
tznind
aaf33415b6 Merge branch 'ansi-parser' into ansi-parser-net-driver 2024-10-26 16:24:58 +01:00
tznind
fdf4953f4f Add missing class (moved from parser) 2024-10-26 16:16:24 +01:00
tznind
d9144e505e Simplify code 2024-10-26 16:16:08 +01:00
tznind
abee8b72cb Merge branch 'ansi-parser' into ansi-parser-net-driver 2024-10-26 10:23:00 +01:00
tznind
eaddbc6c1d Support for persistent expectations of responses 2024-10-26 10:21:22 +01:00
tznind
c1f880ef8d WIP: Trying to unpick NetDriver 2024-10-25 20:54:43 +01:00
tznind
2324217397 Add tests and fix late queue 2024-10-22 04:57:30 +01:00
tznind
d3ac6e108d Support for late responses collection 2024-10-22 04:41:55 +01:00
tznind
23af0d9fd3 Add evicting and xmldoc 2024-10-22 04:24:13 +01:00
tznind
6de203290d Explain purpose of throttle and move to seperate class 2024-10-22 03:54:21 +01:00
tznind
5052024061 Make scheduler part of main loop and hide implementation details from public API 2024-10-22 03:41:02 +01:00
tznind
92648e5a48 typo and fix FakeDriver 2024-10-22 03:14:06 +01:00
tznind
5356bf4a69 Set scenario timeout to 50ms 2024-10-20 20:34:29 +01:00
tznind
d345fc0130 Add AnsiRequestScheduler that prevents 2+ queries executing at once and has a global throttle 2024-10-20 20:30:03 +01:00
tznind
db1977aa85 Add stress test for ansi requests 2024-10-20 17:25:55 +01:00
tznind
e0415e6584 tidyup and streamline naming 2024-10-20 15:37:47 +01:00
tznind
f6cb3bb854 Merge branch 'ansi-parser' of https://github.com/tznind/gui.cs into ansi-parser 2024-10-20 11:49:27 +01:00
tznind
53924da7d3 Add test for making step by step assertions on parser state after each char is fed in 2024-10-20 11:43:26 +01:00
Thomas Nind
d56daac2b0 Merge branch 'v2_develop' into ansi-parser 2024-10-20 11:08:22 +01:00
BDisp
8f1954f16c Fixes #3790. Can't build v2_develop RELEASE - "The local source 'C:\Users\Tig\s\gui-cs\Terminal.Gui\local_packages' doesn't exist." (#3794) 2024-10-17 12:15:06 -06:00
Tig
d6a652b159 Merge pull request #3783 from tig/v2_3777-hexedit
Fixes #3777 - `HexView` Focus Issue - Adds `View.AdvancingFocus` events
2024-10-15 11:48:27 -06:00
Tig
5c09fa2144 Fixed merge issues 2024-10-15 11:11:40 -06:00
Tig
9d83e23000 Merge branch 'v2_3777-hexedit' of tig:tig/Terminal.Gui into v2_3777-hexedit 2024-10-15 11:09:37 -06:00
Tig
2c3a761f67 Merge branch 'v2_develop' into v2_3777-hexedit 2024-10-15 11:07:51 -06:00
Tig
0a108fa110 Merge pull request #3797 from tig/v2_3029-MouseEvents
Fixes #3029 - Refactors `MouseEvent` and APIs to simplify and make consistent
2024-10-15 11:05:49 -06:00
Tig
e85f694269 Fixed Time/DateField crash 2 2024-10-15 10:55:23 -06:00
Tig
bf2e032cf4 Fixed Time/DateField crash 2024-10-15 10:48:00 -06:00
Tig
64f87cd445 code cleanup 2024-10-15 10:36:34 -06:00
Tig
6a90328c61 Added Is<flag> helpers 2024-10-15 10:33:56 -06:00
Tig
5590c28026 Merge branch 'v2_develop' into v2_3029-MouseEvents 2024-10-15 10:08:16 -06:00
Tig
23eb14c6e2 Merge pull request #3795 from tig/v2_3793-CollectionNavigator-Use-OnKeyDown
Fixes #3793.  Simplifies and makes correct `KeyDown/Up` API, Fixes: `CollectionNavigator` should be called on `KeyDown`
2024-10-15 10:05:43 -06:00
Tig
c50f47be1e Code cleanup 2024-10-15 09:58:25 -06:00
Tig
f503a5c06f keyEvent -> key 2024-10-15 09:51:02 -06:00
Tig
e6fd6350ba More fixes 2024-10-15 09:34:24 -06:00
Tig
7d07d847e7 Refixed OnMouseClicked - button 2024-10-15 09:12:38 -06:00
Tig
e1faab09f2 Refixed OnMouseClicked 2024-10-15 09:06:16 -06:00