Commit Graph

2008 Commits

Author SHA1 Message Date
Tig
7fcb5007ec Fixed TryParseW3CColorName 2024-09-23 13:58:02 -06:00
Tig
aed37f9b54 Fixed a bunch of unit test issues. Fixed color stuff I broke 2024-09-23 12:55:14 -06:00
Tig
8e4ddfab82 Attempting to figure out unit test fails and why tests are now slow. 2 2024-09-23 11:04:39 -06:00
Tig
21abe095a6 Attempting to figure out unit test fails and why tests are now slow. 2024-09-23 10:11:10 -06:00
Tig
05ae84382d Addressed review feedback.
Renamed ColorName to ColorName16 to make it clear it's purpose.
Added related TODOs.
2024-09-23 09:53:52 -06:00
Tig
0684c86b77 moar unit tests - button2 2024-09-22 21:59:11 -06:00
Tig
2c39135981 moar unit tests - button 2024-09-22 21:44:30 -06:00
Tig
02e75f83dc moar unit tests 2024-09-22 21:28:47 -06:00
Tig
21e2187d88 moar unit tests 2024-09-22 20:36:57 -06:00
Tig
0444293c5b moar unit tests 2024-09-22 18:37:31 -06:00
Tig
1e6f6b8393 unit test issue 2024-09-22 18:00:58 -06:00
Tig
4445abe871 Code cleanup 2024-09-22 17:42:19 -06:00
Tig
c249e14ab6 Code cleanup 2024-09-22 17:40:52 -06:00
Tig
cdfc49ece5 unit test issue 2024-09-22 16:30:38 -06:00
Tig
5861277b65 Color schemes - unit test fixes 2024-09-22 15:33:06 -06:00
Tig
c33736dfa6 Color schemes 2024-09-22 13:20:22 -06:00
Tig
21e55cc6c0 Enabled ViewHighlight.Hover 2024-09-21 20:22:30 -06:00
Tig
8189667c3e Code cleanup 2024-09-21 19:05:08 -06:00
Tig
f9e0c9fe03 Fixed unit test 2024-09-21 17:39:00 -06:00
Tig
7d82873f2c Re enabled ViewDiagnostics.MouseEnter 2024-09-21 17:28:34 -06:00
Tig
f512cd49c3 Refactored Leave event and added unit tests 2024-09-21 16:01:26 -06:00
Tig
e95ff61fef Refactored Enter event and added unit tests 2024-09-21 15:46:05 -06:00
Tig
1dd2d9f38c Added Application.Mouse tests 2024-09-21 14:29:51 -06:00
Tig
58d0781a98 Added View.Mouse tests 2024-09-21 13:53:16 -06:00
Tig
d5181fcee9 test traits 2024-09-21 08:49:35 -06:00
Tig
a5fa3c4faa Merge branch 'v2_3750-MouseEnter' of tig:tig/Terminal.Gui into v2_3750-MouseEnter 2024-09-20 17:37:36 -06:00
Tig
dfde8f6617 Code cleanup 2024-09-20 17:37:25 -06:00
Tig
f4d63b0721 Merge branch 'v2_develop' into v2_3750-MouseEnter 2024-09-20 17:37:09 -06:00
Tig
ed921edda9 Fixed. With more unit tests. 2024-09-20 17:17:21 -06:00
Tig
8dbdccd77f Refactored 2024-09-20 16:46:22 -06:00
BDisp
ee13e2ca3a Fixes #3740. Disabled MenuItem triggers exception. (#3745) 2024-09-19 13:29:57 -06: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