Commit Graph

798 Commits

Author SHA1 Message Date
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
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
BDisp
788eed4a4d Fixes #2317. Drivers do not normalize accented letters. 2023-02-05 00:25:14 +00: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
45e2218e37 TrySplitTile moves Title across to new child too 2023-02-01 02:20:03 +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
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
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
b614a7beaf TileView now respects Tile.View.Visible 2023-01-29 10:13:33 +00:00
tznind
5c2c53da3c Tests for IsRootTileView 2023-01-28 19:21:47 +00:00
Thomas
5d6ccb9cd4 Address todos 2023-01-28 15:08:14 +00:00
Thomas
933f26f122 IndexOf now supports recursive search 2023-01-28 14:08:38 +00:00
Thomas
d0d17606d1 Render Titles for Tiles properly 2023-01-28 11:13:51 +00:00
tznind
ecdc8e396c Added tests for RemoveTile and made it return the removed Tile for convenience 2023-01-27 19:14:37 +00:00
tznind
536916470b Fixes and improvements in Notepad Tile removal 2023-01-27 08:38:05 +00:00
tznind
258e627a1c Rename SplitView to TileView 2023-01-27 08:11:07 +00:00
Thomas
9dc5e687c8 Add tests 2023-01-24 21:27:01 +00:00
Thomas
b4203849a5 Implement Notepad split directions 2023-01-22 19:55:08 +00:00
Tig
27ea1e14c0 Merge branch 'develop' into line-drawer 2023-01-22 07:38:54 -07:00
tznind
df9ae17871 Add tests for insert middle and end 2023-01-22 11:59:57 +00:00
tznind
a50f9cd2de Add InsertTile method 2023-01-22 11:50:56 +00:00
tznind
40ff3841be Tests passing again after refactor to tiles 2023-01-22 05:47:24 +00:00
tznind
9bdd2a659e WIP: unit test fixes 2023-01-22 04:47:21 +00:00
tznind
395fc3d9d1 WIP new multi tile system compiling 2023-01-21 21:36:27 +00:00
tznind
f27aae2e23 WIP Tests almost compiling 2023-01-21 21:31:52 +00:00
tznind
4f2212d751 Merge branch 'tabviewclick' into splitcontainer 2023-01-21 08:50:22 +00:00
tznind
ab398b93cb Make OnTabClicked fire for clicks in empty space and fix Notepad to only show context menu on right click. 2023-01-21 08:31:17 +00:00
Charlie Kindel
6cabb20f89 Tweaks to make code more clear 2023-01-20 16:31:32 -07:00
Charlie Kindel
7f563244eb Made Attribute Make more robust 2023-01-20 15:50:11 -07:00
Thomas
8b8bb2ab60 Test for TabClicked event 2023-01-20 20:05:53 +00:00
tznind
e7e8d8ae31 Merge branch 'line-drawer' into splitcontainer 2023-01-19 18:43:33 +00:00
Thomas Nind
16a3c0b8ae Merge branch 'develop' into line-drawer 2023-01-18 17:25:03 +00:00
Thomas
8f41296e78 Tidy up LineCanvas
Rename Drawing Scenario
Make API simpler by directly referencing Application.Driver
2023-01-18 17:20:33 +00:00