Tig
|
80db8e6036
|
ICommandContext -> separate file
|
2024-12-05 12:29:21 -07:00 |
|
Tig
|
dd36aa567d
|
ICommandContext -> separate file
|
2024-12-05 12:29:15 -07:00 |
|
Tig
|
e6054f7275
|
WIP: Builds. No worky.
|
2024-12-05 11:40:33 -07:00 |
|
Tig
|
76c0ab81d8
|
WIP: Refactored Mouse stuff.
|
2024-12-05 11:00:44 -07:00 |
|
Tig
|
a7d53928c1
|
WIP: Refactored CommandContext
|
2024-12-05 09:26:52 -07:00 |
|
BDisp
|
be07f5a276
|
Rename to SubscribeDriverEvents and add UnsubscribeDriverEvents method.
|
2024-12-05 16:13:17 +00:00 |
|
Tig
|
0832babf51
|
Merge branch 'v2_develop' into v2_3836_setupfakefriver-after-fix
|
2024-12-05 09:09:54 -07:00 |
|
BDisp
|
dbfe521db3
|
Fixes #3873. TextFormatter isn't properly handling combining marks on alignments. (#3874)
Co-authored-by: Tig <tig@users.noreply.github.com>
|
2024-12-05 09:08:11 -07:00 |
|
Tig
|
287e0503db
|
Adds another Benchmark switch - Help diagnose #3865 (#3870)
* Initial commit
* Expanded benchmark with timeout command line
|
2024-12-05 09:04:16 -07:00 |
|
BDisp
|
99866c80b5
|
Add internal static InitState method to subscribe events.
|
2024-12-04 14:08:22 +00:00 |
|
BDisp
|
ce17fddd9c
|
Fixes #3836. SetupFakeDriver sometimes causes failure in the unit test.
|
2024-12-03 22:35:25 +00:00 |
|
Thomas Nind
|
de64116079
|
Merge branch 'v2_develop' into ansi-parser
|
2024-11-30 11:19:21 +00:00 |
|
BDisp
|
d4d0675194
|
Fixes #3864. Border isn't cleared after margin thickness change. (#3868)
|
2024-11-29 11:00:42 -07:00 |
|
tznind
|
d06387325f
|
Give ansi parser first crack at decode esc seq
|
2024-11-28 13:05:07 +00:00 |
|
tznind
|
58a5e27536
|
Initialize _outputBuffer to avoid null ref
|
2024-11-27 20:45:31 +00:00 |
|
tznind
|
e81e57c0c8
|
Remove unneeded members
|
2024-11-27 20:28:18 +00:00 |
|
tznind
|
994bf556a7
|
Start fixing null-ability
|
2024-11-27 19:42:50 +00:00 |
|
Thomas Nind
|
21f0cc1be8
|
Merge pull request #173 from tig/tznind-ansi-parser
Code review comments and cleanup
|
2024-11-27 16:29:14 +00:00 |
|
Tig
|
97558c2dbf
|
Code review comments and cleanup
|
2024-11-27 08:58:16 -07:00 |
|
tznind
|
1480f1316b
|
Rename method for clarity
|
2024-11-27 14:13:25 +00:00 |
|
tznind
|
b0e921a512
|
Add in additional chance to release such that Esc isn't blocked awaiting release e.g. onto mouse moves
|
2024-11-27 14:11:34 +00:00 |
|
tznind
|
03960f9379
|
Restore return if unit tests
|
2024-11-27 13:48:08 +00:00 |
|
tznind
|
c150cd358e
|
Fix unit tests
|
2024-11-27 13:21:03 +00:00 |
|
tznind
|
27b15ec8ee
|
WIP Building after merge conflict resolved - but does it work?
|
2024-11-27 12:59:05 +00:00 |
|
tznind
|
42ff86f68a
|
Try to fix NetDriver compilation
|
2024-11-27 12:46:01 +00:00 |
|
tznind
|
49f45bb7a4
|
WIP merge v2_develop
|
2024-11-27 09:35:09 +00:00 |
|
Tig
|
f6db2fc847
|
Merge pull request #3849 from BDisp/v2_3847_tabview-focus-fix
Fixes #3847. TabView changes focus to Tab on Layout.
|
2024-11-26 12:41:19 -07:00 |
|
Tig
|
37bb43abc2
|
Merge branch 'v2_develop' into v2_3847_tabview-focus-fix
|
2024-11-26 12:33:45 -07:00 |
|
Tig
|
92c546ec8d
|
Merge pull request #3844 from BDisp/v2_3767_restoring-drivers-and-fixes
Restoring drivers with the structural changes.
|
2024-11-26 12:28:46 -07:00 |
|
Tig
|
e8e8c5916a
|
Merge branch 'v2_develop' into v2_3767_restoring-drivers-and-fixes
|
2024-11-26 12:26:30 -07:00 |
|
Tig
|
2dd2defe38
|
Merge pull request #3858 from tig/v2_3857-App-Top-Redraw
Fixes #3857 - Screen now clears when `Application.Top` is sized/moved
|
2024-11-26 11:01:49 -07:00 |
|
Tig
|
774e603438
|
Tweaked unit tests more
|
2024-11-26 10:18:14 -07:00 |
|
Tig
|
fab08af932
|
Tweaked unit tests
|
2024-11-26 09:59:14 -07:00 |
|
Tig
|
0362587799
|
Added unit tests
|
2024-11-26 09:42:43 -07:00 |
|
BDisp
|
d471061670
|
Merge branch 'v2_develop' into v2_3767_restoring-drivers-and-fixes
|
2024-11-26 11:43:33 +00:00 |
|
BDisp
|
8104ef3266
|
Merge branch 'v2_develop' into v2_3847_tabview-focus-fix
|
2024-11-26 11:41:48 +00:00 |
|
Tig
|
88f3d05a19
|
Fixed more cases
|
2024-11-25 20:53:20 -07:00 |
|
Tig
|
fd5a2b6b23
|
fixed Run cases
|
2024-11-25 20:48:18 -07:00 |
|
Tig
|
344e55bc5d
|
fixed one other case
|
2024-11-25 20:18:14 -07:00 |
|
Tig
|
d39a940955
|
Added Applicaton.ClearScreenNextIteration
|
2024-11-25 20:17:04 -07:00 |
|
Tig
|
68daff5dd9
|
Merge pull request #3856 from MaciekWin3/text-inputs-keybindings-update
Fixes #3855 - Text inputs keybindings update
|
2024-11-25 19:48:00 -07:00 |
|
Tig
|
b856e9a903
|
Merge pull request #3850 from BDisp/v2_upgrade-gittools-actions-from-2-to-3
Upgrade gittools/actions from 2 to 3.
|
2024-11-25 19:45:37 -07:00 |
|
Tig
|
ead4befd03
|
Merge pull request #3854 from tig/v2-BackportPopoverFixes
Backport of a bunch of fixes from #3691
|
2024-11-25 19:45:19 -07:00 |
|
Maciej Winnik
|
292e1a1630
|
Fix formatting
|
2024-11-25 21:50:18 +01:00 |
|
Maciej Winnik
|
8a4962ca30
|
Add cursor position test assert
|
2024-11-25 21:50:07 +01:00 |
|
Maciej Winnik
|
4b02893276
|
Change select all keybinding for text inputs
|
2024-11-25 19:41:58 +01:00 |
|
Tig
|
e5c5f61c95
|
Fixed Bars
|
2024-11-25 10:23:04 -07:00 |
|
Tig
|
7a15f7b39b
|
Backported a bunch of fixes from #3691
|
2024-11-25 10:12:01 -07:00 |
|
Maciej Winnik
|
dd32717f78
|
Fix typo
|
2024-11-25 15:58:51 +01:00 |
|
BDisp
|
aa2f3f8461
|
Rename to TabRow.
|
2024-11-25 13:35:21 +00:00 |
|