Commit Graph

2131 Commits

Author SHA1 Message Date
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
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
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
tznind
ac09a6add4 Initial test to define the task of the parser 2024-10-11 13:30:53 +01:00
Tig
a27f8ccdf9 Merge branch 'v2_develop' into v2_3777-hexedit 2024-10-10 21:53:17 -04:00
Tig
a06dad57ae Merge pull request #3772 from BDisp/v2_3771_textview-no-printable-rune-fix
Fixes #3771. TextView doesn't consider no-printable rune in draw and cursor position.
2024-10-10 21:52:28 -04:00
BDisp
bd307f7085 Merge branch 'v2_develop' into v2_2798_add-true-color-to-cursesdriver 2024-10-11 00:16:52 +01:00
Tig
fe98ce6bda Added AdvancingFocus events. 2024-10-10 16:23:04 -06:00
Tig
37e983a84e Added AdvancingFocus events. Fixed hexview bugs 2024-10-10 16:01:55 -06:00
Tig
11f2f301f5 Added unicode edit support 2024-10-10 15:06:31 -06:00
Tig
f3bdfc3144 HexView improvements 2024-10-10 07:06:29 -06:00
Tig
573d6ee0ff Fixed #3786 - Focus 2024-10-09 18:06:41 -06:00
BDisp
a6234da334 Fix merge errors. 2024-10-09 12:40:47 +01:00
BDisp
614bb69ed9 Resolving merge conflicts. 2024-10-09 12:39:59 +01:00
Tig
2970e55824 Mouse unit test diag 2024-10-08 21:23:49 -04:00
Tig
fd9786717e Fixed more menubar/statusbar 2024-10-08 21:21:56 -04:00
Tig
14e2391a10 Fixed toplevel unit tests 2024-10-08 19:20:06 -04:00