Commit Graph

671 Commits

Author SHA1 Message Date
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
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
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
tznind
8487422f25 Rename SplitContainer to SplitView 2023-01-16 19:56:32 +00:00
Tig Kindel
9232a2bd59 Merge branch 'develop' into unittest_reorg 2023-01-15 19:00:22 -07:00
Tig
1bdd9014f5 Merge pull request #2270 from BDisp/ensuresvisibilityselecteditem-public-fix-2269
Fixes #2269. ListView.EnsureSelectedItemVisible must be public.
2023-01-15 18:59:21 -07:00
Tig Kindel
3dbd21ed56 Reorg of unit tests 2023-01-15 18:49:08 -07:00
Tig Kindel
fa048da358 Merge branch 'develop' into unittest_reorg 2023-01-15 18:34:14 -07:00
Tig Kindel
7454dac942 Reorg of unit tests 2023-01-15 18:33:38 -07:00
Tig
43740f8d34 Merge pull request #2283 from BDisp/hotKeyPos-fix_2282
Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments.
2023-01-15 18:33:12 -07:00
Tig
7605e2bc11 Merge pull request #2290 from BDisp/view-clear-fix_2289
Fixes #2289. View.Clear method is clearing beyond its parent bounds.
2023-01-15 18:31:21 -07:00
BDisp
a3ae8cf1b6 Fixes #2289. View.Clear method is clearing beyond its parent bounds. 2023-01-15 22:44:18 +00:00
BDisp
13c7e59116 Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 21:07:45 +00:00
BDisp
a4bd3b4bce Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 20:58:27 +00:00
tznind
62b98dcceb Disable AutoSize in SplitContainer test/scenario as it overspills parent bounds 2023-01-15 12:09:35 +00:00
tznind
05afde84cc Fix width 2023-01-15 11:29:16 +00:00
Thomas Nind
50968c56d3 Merge branch 'gui-cs:develop' into splitcontainer 2023-01-15 10:35:47 +00:00
tznind
7e8e0956da Fix not splitting orientation correctly after refactoring 2023-01-15 10:31:13 +00:00
tznind
e8a7b7c81a Added more asserts to diagnose Label issue 2023-01-15 10:22:05 +00:00
tznind
c0b8edf1e3 Fix up tests 2023-01-15 10:09:47 +00:00
tznind
8626c4e2d7 Enforce minimum panel sizes 2023-01-14 19:20:11 +00:00
tznind
a3281a437f Fix tests and drawing of splitter moving Rune 2023-01-14 18:56:07 +00:00
Thomas
9259d28e4f Merge branch 'line-drawer' into recursive-split 2023-01-14 13:48:29 +00:00
Tig
264f0b0bfe Merge pull request #2268 from BDisp/ensurevisiblebounds-fix-2267
Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null.
2023-01-12 19:16:52 -07:00
tznind
581e8ac696 Move Setup logic into LayoutSubviews and lay groundwork for recursion 2023-01-11 08:43:15 +00:00
BDisp
efa02de815 Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments. 2023-01-09 19:55:56 +00:00
tznind
cca7c4d6c4 Add support for rounded corners 2023-01-08 11:53:27 +00:00
tznind
56b22be00f Add tests 2023-01-08 11:48:32 +00:00
tznind
63c37420f4 Fixed wrong panel2 MinSize calculation when there is a border 2023-01-06 00:42:13 +00:00