BDisp
c43de60c08
BarSize should use Viewport.
2024-09-03 19:34:19 +01:00
BDisp
bf4b7bdede
Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new
2024-09-03 19:32:37 +01:00
Tig
deadd5bdb4
Merge pull request #3727 from gui-cs/tig-patch-1
...
Update Terminal.Gui.csproj
2024-09-03 10:58:33 -06:00
Tig
36dbebbf26
Update Terminal.Gui.csproj
2024-09-03 10:58:20 -06:00
Tig
4c44f65927
Update CommunityToolkitExample.csproj
2024-09-03 10:57:18 -06:00
Tig
7cfbf988f7
Update Terminal.Gui.csproj
2024-09-03 10:56:14 -06:00
Tig
b9efc3e613
Update UnitTests.csproj
2024-09-03 10:55:57 -06:00
Tig
e9d34b4c63
Update CommunityToolkitExample.csproj
2024-09-03 10:53:26 -06:00
Tig
842b246e68
fixed bug correctly
2024-09-03 10:02:54 -06:00
Tig
ae7137549b
Updated nuget packages
2024-09-03 09:54:20 -06:00
Tig
3489615b2a
Merge branch 'v2_release' into v2_develop
2024-09-03 09:43:55 -06:00
Tig
5cdac86fea
Fixed warnings
2024-09-03 09:42:06 -06:00
Tig
f74d75d9fd
Fixed dim test that fails in retail
2024-09-03 09:42:06 -06:00
BDisp
1804d08ae5
Add private BarSize method.
2024-09-03 14:06:17 +01:00
Tig
9b87f52e24
Merge pull request #3718 from gui-cs/v2_develop
...
Merge v2_develop in to v2_release
2024-09-02 20:51:20 -06:00
BDisp
f0d2bbeda7
Rename to SuperViewAsScroll.
2024-09-03 00:17:54 +01:00
BDisp
11fc8930bb
Remove commented code.
2024-09-03 00:06:04 +01:00
BDisp
3e7d950a18
Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new
2024-09-02 23:53:29 +01:00
Tig
f2e531045a
Merge branch 'v2_release' into v2_develop
2024-09-02 18:39:20 -04:00
BDisp
b16b4637a8
Doc changes addressed by @tig.
2024-09-02 22:58:21 +01:00
BDisp
734383294f
Replace with SuperViewAsScrollBar.
2024-09-02 22:47:13 +01:00
BDisp
27aa591aef
Remove Virtual.
2024-09-02 22:15:13 +01:00
BDisp
e48914636a
Replaces VariationMode with NavigationDirection enum.
2024-09-02 22:12:00 +01:00
BDisp
a83b8f195b
Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new
2024-09-02 19:35:03 +01:00
BDisp
fa0085d9e4
ix some more bug, cleanup code and add more unit tests.
2024-09-02 12:54:25 -04:00
BDisp
e83bfa7800
Some more nullable fix.
2024-09-02 12:54:25 -04:00
BDisp
1e9f2f4778
Fix some more bugs. Nullable is very treacherous.
2024-09-02 12:54:25 -04:00
BDisp
552f9ed0a8
Fix some bug, clean code and more unit tests.
2024-09-02 12:54:25 -04:00
BDisp
fbaad62673
Remove more warnings.
2024-09-02 12:54:25 -04:00
BDisp
02a98f3fc2
Fixes #3700 . ContextMenu pollutes Toplevel.MenuBar's key bindings
2024-09-02 12:54:25 -04:00
BDisp
1ccd54801b
Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new
2024-09-02 11:53:12 +01:00
Thomas Nind
5b2e10e6d0
Fixes #3696 Remove custom navigation in FileDialog ( #3712 )
...
* Remove custom navigation in FileDialog and change Ok/Cancel to use AddButton
* Fix most tests
* Update drawing tests to use contents asserts instead
* Update positioning to be less absolute
* TableView to not swallow cursors if no selection change manifests
* Make SetSelection cleverer about how it decides selection changed
* Refactor TableView key handling/Tab to be simpler and faster
* Tests for TableView selection moving out
* Add test for TableView selection change swallow cursor
* Fix formatting
* Fix split container height when buttons have shadows
* Fix alignment of buttons and input boxes
2024-09-01 14:57:41 -06:00
Tig
0626da3011
Merge pull request #3716 from tig/v2_3715-Pos-Has
...
Fixes #3715 - `Pos.Has (Type, out Pos)` -> `Pos.Has<T> (out Pos)`
2024-09-01 12:29:51 -04:00
Tig
942e7fbebe
Fixed wizard layout
2024-09-01 10:06:12 -06:00
Tig
4fb7d04dd9
Dim.Fill now takes a Dim, instead of an int
2024-09-01 09:26:42 -06:00
Tig
d4055732e6
initial commit.
2024-09-01 09:11:14 -06:00
Tig
925124411b
Merge pull request #3704 from BDisp/v2_3702_dim-auto-layout-fix
...
Fixes #3702 . Manipulating Adornment doesn't always cause LayoutSubviews.
2024-08-31 17:39:01 -04:00
Tig
2734067782
Merge branch 'v2_develop' into v2_3702_dim-auto-layout-fix
2024-08-31 17:28:38 -04:00
Tig
2f6ea90686
Merge pull request #3711 from tznind/3695-make-accept-also-change-color-picker-values
...
Fixes #3695 - Add event handlers for Accept in ColorPicker text fields
2024-08-31 17:18:23 -04:00
Tig
27234b7bf9
Fixes #3707 - Wizard focus ( #3708 )
...
* Initial commit.
* More fixes
* Fixed AdvanceFocus issue with nested subviews. E.g. Wizard->WizardStep->_contentView->subview
* Fixed DatePicker tests
* Fixed DatePicker tests
2024-08-31 15:17:55 -06:00
tznind
ff6fbc9d80
Add NewValue checks back in again
2024-08-31 19:24:23 +01:00
tznind
6bcda35384
Add event handlers for Accept to match Leave events
2024-08-31 15:23:33 +01:00
BDisp
6507b1078b
Use GetContentSize instead of Fame.
2024-08-30 22:19:22 +01:00
BDisp
5e68707f8f
Merge branch 'v2_develop' into v2_3702_dim-auto-layout-fix
2024-08-30 22:11:21 +01:00
Tig
56d9c59484
Merge pull request #3627 from tig/v2_2491-Arrangement-Overlapped
...
Partially Adresses #2491 . Refactors how `Focus` works
2024-08-29 19:55:16 -04:00
Tig
d6651f6ecd
Fixed (again) SuperViewChangedEventArgs
2024-08-29 16:16:06 -04:00
Tig
13647bf104
code cleanup.
2024-08-29 16:09:23 -04:00
Tig
8d9a1a5398
code cleanup.
2024-08-29 16:08:53 -04:00
Tig
1267038899
code cleanup.
2024-08-29 16:02:47 -04:00
Tig
f7f634a74b
code cleanup.
2024-08-29 16:00:16 -04:00