tznind
4d1d740e17
Initial exploration of how to sixel encode
2024-09-09 20:39:25 +01:00
Tig
b9efc3e613
Update UnitTests.csproj
2024-09-03 10:55:57 -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
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
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
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
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
4fb7d04dd9
Dim.Fill now takes a Dim, instead of an int
2024-09-01 09:26:42 -06: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
6bcda35384
Add event handlers for Accept to match Leave events
2024-08-31 15:23:33 +01:00
Tig
d6651f6ecd
Fixed (again) SuperViewChangedEventArgs
2024-08-29 16:16:06 -04:00
Tig
760455806c
RestoreFocus is internal
2024-08-29 15:55:27 -04:00
Tig
4d3ec57f27
code cleanup.
2024-08-29 15:47:49 -04:00
Tig
f0508b9831
Improving Application.Navigation
2024-08-29 13:53:16 -04:00
Tig
3902e62b4a
Improving Application.Navigation
2024-08-29 13:46:53 -04:00
Tig
f882cd9f37
Fixed CP unit test
2024-08-29 13:13:45 -04:00
Tig
d7fb629bce
Fixed nested tabgroup nav! - one last unit test
2024-08-28 23:51:38 -07:00
Tig
1359e43066
Fixed nested tabgroup nav!
2024-08-28 23:47:43 -07:00
Tig
09e7e43db5
Fixed #3645 - unit tests
2024-08-28 12:43:22 -07:00
BDisp
9add83fc7d
Remove ClearOnVisibleFalse property.
2024-08-28 20:30:46 +01:00
Tig
e8e4305b7b
Merge branch 'v2_develop' into v2_2491-Arrangement-Overlapped
2024-08-28 12:14:35 -07:00
Tig
c97e412050
Merge pull request #3699 from BDisp/v2_3698_resourcemanager-wrapper-new
...
Fixes #3698 . ResourceManager GetResourceSet doesn't fallback to default for no translated keys.
2024-08-28 12:12:21 -07:00
Tig
c6c393699c
Debugging DatePickers fail 5
2024-08-27 23:25:53 -07:00
Tig
384a59fb23
Debugging DatePickers fail4
2024-08-27 23:08:20 -07:00
Tig
17ecf5f5e4
Debugging DatePickers fail3
2024-08-27 23:02:43 -07:00
Tig
70a44cd951
Debugging DatePickers fail2
2024-08-27 22:57:19 -07:00
Tig
8bdb0f64d7
Revoved defunct api
2024-08-27 20:51:32 -07:00
Tig
f8d7a03dba
Skipped bogus test
2024-08-27 20:41:44 -07:00
Tig
18e4010041
Merge branch 'v2_develop' into use-datacolumn-caption
2024-08-27 16:25:43 -07:00
BDisp
1540714951
Fixes #3698 . ResourceManager GetResourceSet doesn't fallback to default for no translated keys.
2024-08-27 20:48:52 +01:00
Remo
d7093f3b4a
Merge branch 'use-datacolumn-caption' of github.com:Remo/Terminal.Gui into use-datacolumn-caption
2024-08-27 06:39:59 +02:00
Remo
b122744c60
test datacolumn caption handling
2024-08-27 06:39:52 +02:00
Tig
ca73f23ac1
View Keyboard/Mouse -> nullable enable
2024-08-26 14:33:15 -07:00
Tig
5191988d0f
IOrientation -> nullable enable
2024-08-26 14:20:28 -07:00
Tig
45ccf1d5d5
View.Hierarchy.cs -> nullable enable
2024-08-26 14:18:01 -07:00
Tig
1a16f43495
Refactored subview methods. Fixed issues.
2024-08-26 14:10:02 -07:00
Tig
4b479a60f3
Refactored subview methods
2024-08-26 13:52:33 -07:00
Tig
1b1a2524e7
Removed TabIndex etc...
2024-08-26 13:00:59 -07:00
Tig
e9c4e02249
Colorpicker
2024-08-26 07:27:12 -07:00
Tig
bdc60c9490
Got all unit tests passing. Some AdvanceFocus stuff still not right.
2024-08-24 07:27:10 -07:00
Tig
90cc922150
Fixed colorpicker
2024-08-23 16:02:20 -06:00
Tig
a22a59ebbd
Added more nav tests
2024-08-23 14:57:19 -06:00
Tig
5b8ff59a57
Fixed colorpicker
2024-08-23 14:28:14 -06:00
Tig
667a8ee152
Fixed label tests
2024-08-23 14:09:44 -06:00