tznind
|
eaa4dfd403
|
xmldoc and warnings
|
2023-01-27 19:38:48 +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 |
|
tznind
|
fb1672331f
|
Add RemoveTile method
|
2023-01-27 00:49:08 +00:00 |
|
tznind
|
b94041e02e
|
Reference Bounds in TabView to avoid redrawing issue with repainting
|
2023-01-27 00:30:21 +00:00 |
|
tznind
|
6eae10bb07
|
Fix SplitView tests
|
2023-01-26 18:43:39 +00:00 |
|
tznind
|
f1297db423
|
Fixing layout issues
|
2023-01-26 08:16:56 +00:00 |
|
Thomas
|
9dc5e687c8
|
Add tests
|
2023-01-24 21:27:01 +00:00 |
|
tznind
|
15469617e1
|
Fix tab order to tile1, splitter1, tile2
|
2023-01-23 08:48:21 +00:00 |
|
Thomas Nind
|
906b1acd01
|
Merge branch 'develop' into splitcontainer
|
2023-01-22 20:00:11 +00:00 |
|
Thomas
|
b4203849a5
|
Implement Notepad split directions
|
2023-01-22 19:55:08 +00:00 |
|
Thomas
|
6c6071b3fe
|
Fix tile widths for middles (when 3+ panels)
|
2023-01-22 16:33:34 +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
|
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 |
|
Tig
|
3d75be4ea6
|
Merge pull request #2299 from tznind/tabviewclick
Fixes #2298 - Adds TabView.TabClicked event
|
2023-01-21 09:52:02 -07: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 |
|