Commit Graph

634 Commits

Author SHA1 Message Date
tznind
8487422f25 Rename SplitContainer to SplitView 2023-01-16 19:56:32 +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
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
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
tznind
a4d49d00eb Add test for ensuring PosFactor preserves its type during keyboard splitter movement 2022-12-24 20:23:44 +00:00
Thomas
5d39ae7ac6 Made SplitterDistnce throw if passed unsupported Pos types 2022-12-24 16:39:40 +00:00
tznind
33239bc864 Initialize SplitContainer in tests 2022-12-24 14:09:38 +00:00
tznind
b1c7efea7f Respect minimum panel sizes and scenario support for toggle collapse 2022-12-24 11:22:04 +00:00
tznind
45d697d305 Fix keyboard moving SplitterContainer distance jumping about the place 2022-12-24 03:17:20 +00:00
tznind
e604f8df6f Add tests and indicator of resizability (Driver.Diamond) 2022-12-24 02:33:07 +00:00
Tig Kindel
c65c57590d merge with develop 2022-12-20 18:02:31 -03:00
Tig
70ab6f5c0f Merge pull request #2254 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.1
Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1
2022-12-20 13:44:47 -07:00
dependabot[bot]
e12167e45b Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.4.0...v17.4.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-16 14:07:56 +00:00
BDisp
12465e2e50 Removed AllowsNullTerminated property. 2022-12-06 17:04:05 +00:00
BDisp
b9d8304e87 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-06 11:35:01 +00:00
Tig
e8f5d55523 Merge branch 'develop' into fixes_2205_fakeclipboard 2022-12-05 20:32:29 -07:00
Charlie Kindel
3307e84e3a Support unittest with Release Builds 2022-12-05 20:18:17 -07:00
BDisp
075141a687 Fixes #2247. Preparing for the NStack v1.0.7 which now handling properly non-BMP code points. 2022-12-05 18:08:39 +00:00
BDisp
918aeba46e Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-04 22:24:35 +00:00
BDisp
af9af8869f Added some more unit tests. 2022-12-04 22:20:58 +00:00
BDisp
2f5d0f1ab1 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-04 20:57:41 +00:00
BDisp
1b9b50dd12 merge develop branch 2022-12-04 20:07:39 +00:00
Charlie Kindel
a0b36d3457 merged develop 2022-12-04 08:09:27 -07:00