Commit Graph

653 Commits

Author SHA1 Message Date
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
Tig
2203d87baf Merge branch 'develop' into splitcontainer 2023-01-05 14:41:45 -07:00
BDisp
eea6bf2ef8 Fixes #2277. Changing TextField.Text does not clear text selection. 2023-01-05 15:31:36 +00:00
BDisp
2c921b056d Change method name to EnsureSelectedItemVisible. 2023-01-03 15:10:28 +00:00
BDisp
b44df1c609 Fixes #2269. ListView.EnsuresVisibilitySelectedItem must be public. 2023-01-03 13:59:06 +00:00
BDisp
03e0f086c3 Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null. 2023-01-03 13:18:09 +00:00
Thomas Nind
59f25861f6 Merge branch 'develop' into splitcontainer 2023-01-03 12:18:58 +00:00
Tig
0d183c2437 Merge pull request #2206 from tig/fixes_2205_fakeclipboard
Fixes #2205. Reduce fragility of clipboard related unit tests
2023-01-02 16:00:12 -07:00
Thomas Nind
0d03c6eee5 Merge branch 'develop' into splitcontainer 2023-01-02 14:57:32 +00:00
tznind
3354cb5fdb Fix failing unit tests by updating MinSize expectations 2023-01-02 14:03:04 +00:00
tznind
634d5877cf Fixing SplitContainer unit tests 2023-01-02 10:48:08 +00:00
tznind
e4cb4b9a67 Working on fixing tests 2023-01-01 10:33:34 +00:00
tznind
be4474ad3f Fix compilation errors in tests and disabled border (in tests) 2023-01-01 10:02:31 +00:00
Tig
3adfa22f91 Merge pull request #2263 from tznind/full-row-select-home-end
Fixes #2262 - Change Ctrl+Home/End to prevent horizontal navigation when FullRowSelect is on
2022-12-31 13:27:32 -07:00
Thomas Nind
720b9fcf96 Merge branch 'develop' into splitcontainer 2022-12-31 14:44:48 +00:00
Thomas
1c8f606349 Change Ctrl+Home/End to prevent horizontal navigation when FullRowSelect is on 2022-12-31 14:25:03 +00:00
Charlie Kindel
ab7d667217 merge 2022-12-31 06:23:49 -07:00
Charlie Kindel
eb8cb4408d misc changed done before I went on holiday 2022-12-31 06:20:17 -07:00
tznind
8dd77f249d Add support for Ctrl/Alt + click to TableView 2022-12-30 09:55:05 +00:00