Commit Graph

3568 Commits

Author SHA1 Message Date
tznind
a50f9cd2de Add InsertTile method 2023-01-22 11:50:56 +00:00
tznind
1a00e49361 Add SplitRight back in again for Notepad (still broken) 2023-01-22 05:53:08 +00:00
tznind
338e0bf5fa Fix commented out code in SplitViewNesting 2023-01-22 05:51:43 +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
8d02efd397 WIP support more than 2 views at a given level/orientation 2023-01-21 21:22:35 +00:00
tznind
56072f3865 Remove SetView1 and SetView2 methods and just mount tab views properly 2023-01-21 10:22:19 +00:00
tznind
5add477fc4 WIP split container Notepad 2023-01-21 09:49:46 +00:00
tznind
5b5f40fd46 Add SplitView to Notepad 2023-01-21 09:33:11 +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
553cd6f66f Adds TabView.TabClicked event 2023-01-20 19:30:36 +00:00
tznind
824eb0648e Update to latest code for LineCanvas 2023-01-19 18:44:56 +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
Tig
2e7c2c8377 Merge pull request #2294 from BDisp/windowsdriver-height-fix_2293
Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0.
2023-01-18 08:19:46 -07:00
BDisp
509a8d15c7 No need to throw if after all a valid console is preserved. 2023-01-18 00:27:57 +00:00
BDisp
1426019f3e Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0. 2023-01-17 23:27:53 +00:00
tznind
8487422f25 Rename SplitContainer to SplitView 2023-01-16 19:56:32 +00:00
Tig
772520c3a7 Merge pull request #2291 from tig/unittest_reorg
Reorganize Unit Tests in prep for Configuration Manager
2023-01-15 19:04:41 -07:00
Tig
3d68fc4295 Merge pull request #2292 from tig/fixes_2286_colorscheme_setattribute
Fixes #2286 - ColorScheme.SetAttribute is defunct and should be removed
2023-01-15 19:03:45 -07:00
Tig Kindel
64ee03f267 Merge branch 'develop' into fixes_2286_colorscheme_setattribute 2023-01-15 19:01:17 -07: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
36d19c6725 Removed ColorScheme.SetAttribute 2023-01-15 18:56:30 -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
Tig
15990cc477 Merge pull request #2288 from BDisp/AssertDriverColorsAre-fix_2287
Fixes #2287. AssertDriverColorsAre is reporting wrong colors information.
2023-01-15 18:30:16 -07:00
BDisp
e570a07667 Reformat. 2023-01-15 22:49:34 +00: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
a470451555 TrySplitPanel now migrates PanelTitle to children 2023-01-15 09:21:32 +00:00
tznind
b5b1f0b016 Implement parentSplitPanel reference (assigned during on TrySplit) 2023-01-15 09:07:36 +00:00
tznind
8497dd7829 Move panel splitting logic (SplitLeft/SplitRight) to main SplitContainer class 2023-01-15 08:54:58 +00:00
tznind
ce6ffe324c Fix reading wrong bounds variable for Panel1 Height/Width in DimFunc 2023-01-14 20:55:27 +00:00
tznind
ca8e6462f4 Fix SplitContainerNesting container count 2023-01-14 20:43:17 +00:00