Tig
b717892235
Removed OverlappedTop.
...
Updated unit tess.
Fixed bad code paths.
2024-09-17 17:20:19 -06:00
Tig
86d21ef3b7
WIP of tiled-mode
2024-09-17 11:03:45 -06:00
Tig
a0fcfa0c99
Fixed release build issue
2024-09-17 10:06:49 -06:00
Tig
b6adfb20a0
Enabled Adornment Focus in Adornmens scenario
2024-09-16 18:20:55 -06:00
Tig
697711ad2d
Fixed focus issue - 3
2024-09-16 18:15:03 -06:00
Tig
357bc32ac3
Fixed focus issue - 2
2024-09-16 16:43:02 -06:00
Tig
a94b085e0b
Enabled Adornment Focus
2024-09-16 14:29:02 -06:00
Tig
0a6a41d570
WIP: Working through adornment focus stuff.
2024-09-16 09:18:20 -06:00
Tig
27b0ab8e7b
Added POC for mouse move/resize! 2
2024-09-12 12:19:01 -06:00
Tig
74c0ac6bd1
Added POC for mouse move/resize!
2024-09-12 09:41:38 -06:00
Tig
74cc9105af
Fixed unit test
2024-09-12 07:46:17 -06:00
Tig
6aba0e573f
click outside of border cancels arrangemode
2024-09-11 17:29:50 -06:00
Tig
28b1326620
More #nullable enable
2024-09-11 15:02:10 -06:00
Tig
b3cb051ddf
More #nullable enable
2024-09-11 12:45:54 -06:00
Tig
49c6f7a0a7
Fixed datepicker tests
2024-09-11 09:55:55 -06:00
Tig
8cf6cdeb87
Fixed focus issue
2024-09-11 09:45:19 -06:00
Tig
889c59c7be
Made Window resizable by default
2024-09-11 08:52:51 -06:00
Tig
894ca06341
Cleaned up Command enum.
2024-09-11 08:44:39 -06:00
Tig
ba161b3eae
Cleaned up Command enum.
2024-09-11 08:41:58 -06:00
Tig
011f208c5e
Fixed unit test
2024-09-11 07:54:39 -06:00
Tig
ce417f4092
Fixed unit test
2024-09-11 07:54:25 -06:00
Tig
85a97e6a05
Keyboard UI for move/resize POC
2024-09-10 17:14:40 -06:00
Tig
80bae9f135
Adds ArragngementEditor.
...
Fixes #3735
2024-09-10 14:30:37 -06:00
Tig
6008949ec5
Merge branch 'gui-cs:v2_develop' into v2_2491-Overlapped
2024-09-10 09:08:02 -06:00
BDisp
40056a6f2c
Fixes #3729 . ProcessContinuousButtonPressedAsync is using a stale MouseEvent. ( #3730 )
2024-09-05 08:30:33 -06: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
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
Tig
f2e531045a
Merge branch 'v2_release' into v2_develop
2024-09-02 18:39:20 -04: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
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
963fd99e44
Merge branch 'v2_develop' into v2_2491-Overlapped
2024-08-31 17:39:35 -04:00