Commit Graph

3895 Commits

Author SHA1 Message Date
Tig
ff2869c9bf Merge branch 'develop' into fixes_2296_attribute_make 2023-02-07 16:34:44 +09:00
Tig Kindel
2b26ec7bfb merge fixes 2023-02-07 16:33:22 +09:00
BDisp
057bbcaea8 Fixes #2326. Invisible cursor after modal dialog. 2023-02-06 23:47:09 +00:00
BDisp
651ee21ba5 Fixes #2323. The devcontainer.json settings isn't work with the current develop branch. 2023-02-06 18:24:48 +00:00
Tig Kindel
a0c2369a84 forgot to merge unit tests 2023-02-06 12:01:58 +09:00
Tig Kindel
4531eb00d2 more cleanup 2023-02-06 11:56:53 +09:00
Tig Kindel
9e58ed9963 cleanup 2023-02-06 11:41:09 +09:00
Tig Kindel
84a4bb69d4 removed unused Cook/UncookMouse APIs 2023-02-06 11:31:02 +09:00
Tig Kindel
de5af990df removed unused Cook/UncookMouse APIs 2023-02-06 11:28:33 +09:00
Tig Kindel
0dcc69023e removed unused GetColors api 2023-02-06 11:26:36 +09:00
Tig Kindel
ed7cb3d429 removed unused GetColors api 2023-02-06 11:25:29 +09:00
Thomas
619435e534 Fix failing tests after merge by adding SetNeedsDisplay calls before ReDraw 2023-02-05 22:45:56 +00:00
Thomas
b39413c4aa Remove stale bounds hacks 2023-02-05 22:34:48 +00:00
Tig Kindel
e3b3151dec Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-02-06 07:29:23 +09:00
Thomas Nind
c0e0f97622 Merge branch 'develop' into splitcontainer 2023-02-05 22:21:50 +00:00
Tig
39dcae2758 Merge pull request #2318 from BDisp/normalize-drivers-fix_2317
Fixes #2317. Drivers do not normalize accented letters.
2023-02-06 07:17:31 +09:00
Tig
57eab6767d Merge branch 'develop' into normalize-drivers-fix_2317 2023-02-06 07:11:27 +09:00
Tig
c18d153b76 Merge branch 'develop' into fixes_2296_attribute_make 2023-02-06 07:08:44 +09:00
Tig
6a47427915 Merge pull request #2281 from tznind/line-drawer
Adds LineCanvas
2023-02-06 07:07:39 +09:00
Tig
e1b74254d6 Merge pull request #2309 from BDisp/redraw-bounds-needdisplay-fix_2308
Fixes #2308. Redraw passed bounds bigger than its client area.
2023-02-06 07:02:37 +09:00
BDisp
788eed4a4d Fixes #2317. Drivers do not normalize accented letters. 2023-02-05 00:25:14 +00:00
Tig
5ca74089bb Merge pull request #2313 from BDisp/nullable-bool-checked
Nullable bool checked
2023-02-04 00:35:31 +09:00
Tig
4d2701f61b Merge branch 'v2' into nullable-bool-checked 2023-02-04 00:34:15 +09:00
Tig Kindel
c566a66bc0 merge develop to v2 2023-02-03 23:28:58 +09:00
tznind
3cb983271b Fix titles overruning bounds in some cases 2023-02-02 08:14:54 +00:00
tznind
e8df68c117 Remove stale TODO statements 2023-02-01 02:25:38 +00:00
tznind
45e2218e37 TrySplitTile moves Title across to new child too 2023-02-01 02:20:03 +00:00
tznind
0a5197263a xmldoc tidy 2023-02-01 02:15:11 +00:00
tznind
34e517be57 Whitespace layout fix 2023-02-01 02:06:37 +00:00
tznind
e09aa0988b Added NoBorder versions of panel sizes tests 2023-02-01 01:58:50 +00:00
tznind
826b5b8f16 Fix min sizes calculation 2023-02-01 01:41:15 +00:00
tznind
6be225bb3d Only show Expected/But Was for failing tests in AssertDriverContentsAre 2023-02-01 01:22:47 +00:00
tznind
2caab5d410 Add tests for resizing splitter 2 and ensuring splitter does not go too far 2023-02-01 01:22:21 +00:00
tznind
66c6836134 Updated tests to match new max/min size implementation 2023-02-01 01:03:27 +00:00
tznind
4f2649087e Allow resizing left/right even when splitter offscreen as long as move is towards a valid state 2023-01-31 06:14:32 +00:00
tznind
58eca0de07 Enforce min size on move splitter not Setup 2023-01-31 06:10:29 +00:00
tznind
8c766a183b Refactor to use new method IsValidNewSplitterPos 2023-01-31 05:59:12 +00:00
tznind
5a46e492c4 Prevent moving splitter lines over one another 2023-01-31 05:48:41 +00:00
BDisp
489a802df6 Implementing nullable bool checked on Menu. 2023-01-30 21:02:14 +00:00
BDisp
886d650ed6 Rename CheckboxTests.cs to CheckBoxTests.cs 2023-01-30 15:48:35 +00:00
BDisp
9dbc702efe Rename Checkbox.cs to CheckBox.cs 2023-01-30 15:46:50 +00:00
BDisp
9d1a429676 Implementing nullable bool checked on CheckBox. 2023-01-30 14:32:18 +00:00
BDisp
b7791992cc Added unit test for move down/right. 2023-01-30 13:13:11 +00:00
Thomas
61e2faccba Add test for Int.Max minwidth 2023-01-30 08:44:25 +00:00
BDisp
86d3b6db74 Locking packed tests to avoid throwing an error. 2023-01-29 22:55:00 +00:00
BDisp
cd5655fc95 Fixes #2308. Redraw passed bounds bigger than its client area. 2023-01-29 22:24:01 +00:00
Thomas
da5ca55a1b Create scaffold for min sizes multi panel tests 2023-01-29 12:37:10 +00:00
Thomas
42813b0d81 Added TestNestedContainer3RightAnd1Down_TileVisibility_WithoutBorder 2023-01-29 12:28:40 +00:00
tznind
fd8e229375 Add guard to HideSplittersBasedOnTileVisibility 2023-01-29 10:14:23 +00:00
tznind
b614a7beaf TileView now respects Tile.View.Visible 2023-01-29 10:13:33 +00:00