Commit Graph

7018 Commits

Author SHA1 Message Date
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
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
eaddbc6c1d Support for persistent expectations of responses 2024-10-26 10:21:22 +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
Tig
9363401f44 Broke OnMouseClicked 2024-10-15 08:57:43 -06:00
Tig
12fe1c2f0d Fixed OnMouseClicked 2024-10-15 08:16:59 -06:00
Tig
7866e800cc MouseEventArgs cleanup 2024-10-15 07:50:50 -06:00
Tig
f7de547894 MouseEventArgs cleanup 2024-10-15 07:44:53 -06:00
Tig
1363995326 Merged MouseEvent and MouseEventEventArgs into MouseEventArgs 2024-10-15 07:40:42 -06:00
Tig
8807e485c3 View.Mouse cleanup - Fixed TableView 2024-10-15 07:11:38 -06:00
Tig
2e37ca3592 View.Mouse cleanup - Fixed MenuBar 2024-10-15 07:07:28 -06:00
Tig
681dd9bd8e View.Mouse cleanup - Fixed combobox 2024-10-15 07:04:51 -06:00
Tig
0a6ba8315b View.Mouse cleanup - Fixed combobox 2024-10-15 06:56:53 -06:00
Tig
1abe3182b6 View.Mouse cleanup - WIP3 2024-10-15 06:52:05 -06:00
Tig
a19781c53b View.Mouse cleanup - WIP2 2024-10-14 20:25:24 -06:00
Tig
a9e1f2a2cb View.Mouse cleanup - WIP 2024-10-14 18:30:21 -06:00