Commit Graph

2159 Commits

Author SHA1 Message Date
tznind
27f131713f Sixel detection and added Abandoned event 2024-11-02 10:37:30 +00:00
tznind
0275f9aed8 More tests for AnsiRequestScheduler 2024-11-01 08:29:34 +00:00
tznind
f84a58f301 Fix eviction not happening as part of RunSchedule 2024-10-31 07:50:47 +00:00
tznind
43aef42451 Add more unit tests for scheduler 2024-10-30 21:06:30 +00:00
tznind
1d8e7563fd Start adding tests for AnsiRequestScheduler 2024-10-30 20:58:31 +00:00
Thomas Nind
4dd2ad09b9 Merge branch 'v2_develop' into ansi-parser 2024-10-28 18:02:00 +00: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
bdcf36c314 Support for getting the full T set when using generic AnsiResponseParser 2024-10-26 19:37:32 +01:00
tznind
eaddbc6c1d Support for persistent expectations of responses 2024-10-26 10:21:22 +01:00
Tig
a6f03e451e Merge branch 'v2_develop' into sixel-encoder-tinkering 2024-10-23 08:18:42 -06:00
tznind
2324217397 Add tests and fix late queue 2024-10-22 04:57:30 +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
8ddfd710c2 Merge branch 'v2_develop' into sixel-encoder-tinkering 2024-10-15 11:14:25 -06:00
Tig
5c09fa2144 Fixed merge issues 2024-10-15 11:11:40 -06:00
Tig
2c3a761f67 Merge branch 'v2_develop' into v2_3777-hexedit 2024-10-15 11:07:51 -06:00
Tig
e6fd6350ba More fixes 2024-10-15 09:34:24 -06:00
Tig
1363995326 Merged MouseEvent and MouseEventEventArgs into MouseEventArgs 2024-10-15 07:40:42 -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
Tig
b766e4efdd Fixed listView issue.
Added ability to mark/unmark all to ListView
2024-10-14 17:30:30 -06:00
Tig
3f3ceae9c7 API docs 2024-10-14 16:35:10 -06:00
Tig
bc51f8868b KeyDown API usage cleanup 2024-10-14 14:56:46 -06:00
Tig
f536945df5 Application.Keyboard Code cleanup 2024-10-14 14:19:48 -06:00
Tig
c19cc7c332 Code cleanup 2024-10-14 14:06:27 -06:00
Tig
84b271947a Fixed InvokingKeyBindings event semantics 2024-10-14 12:43:14 -06:00
Tig
6df071fbe1 Fixed.
Added event.md
2024-10-14 12:32:41 -06:00
Tig
ee196fec48 WIP: Keyboard event improvements 2024-10-14 08:41:22 -06:00
Tig
61be0615e0 Fixed TableView key handling 2024-10-13 09:25:37 -06:00
Tig
8cb0c84282 Fixed View.KeyDown/Up event handling 2024-10-13 08:40:38 -06:00
Thomas Nind
c46cf78d9a Merge branch 'v2_develop' into sixel-encoder-tinkering 2024-10-13 15:21:52 +01:00
tznind
1877cc7f1b Add exploration of Esc + typing and standardize unicode to \u001b 2024-10-12 12:55:36 +01:00
tznind
88922c2f43 Fix use case of 2 esc in a row 2024-10-12 12:45:49 +01:00
tznind
16a787e196 Fix base class dropping T all over the place 2024-10-12 12:42:05 +01:00
tznind
dbfdffba7a Give AnsiResponseParser a chance to release its content each iteration if it has been some time since we saw Esc 2024-10-12 11:41:47 +01:00
tznind
c99487f313 Double up all tests so that generic and string versions are both tested 2024-10-12 11:22:33 +01:00
tznind
d1669a50b8 Allow attatching arbitrary metadata to each char handled by AnsiResponseParser 2024-10-12 09:01:30 +01:00
tznind
fa15389e9c Fix unit test cases 2024-10-12 08:12:22 +01:00
tznind
b83219d82c WIP - Add lots of tests, needs validation as expectations are wrong in many that are failing (AI) 2024-10-11 21:05:27 +01:00
tznind
3af5c6a4fb Test all permutations of the input stream 2024-10-11 20:18:19 +01:00
Thomas Nind
bb0bdb0bc5 Merge branch 'v2_develop' into ansi-parser 2024-10-11 19:38:37 +01:00
tznind
a0c3363210 Update handling to have state 2024-10-11 18:39:31 +01:00
tznind
22e612e4ac Explore parser more 2024-10-11 18:01:20 +01:00
Tig
87a4873e2d Merge branch 'v2_develop' into v2_3777-hexedit 2024-10-11 11:48:49 -04:00
Thomas Nind
cc0d9655e5 Fixes #3713 - TextField & TextView - When pressing right/left clear the selection instead of move tab (#3776)
* When pressing right clear the selection instead of move tab - TextField

* Add tests and start on TextView

* Finish tests for TextView

* Fix typos

* typo fix x2

* Fix for Selecting being renamed IsSelecting

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2024-10-11 09:48:15 -06:00
Tig
b4b53685b6 Fixed hexView colors 2024-10-11 09:46:04 -06:00