Commit Graph

438 Commits

Author SHA1 Message Date
Tig
5861277b65 Color schemes - unit test fixes 2024-09-22 15:33:06 -06:00
Tig
8189667c3e Code cleanup 2024-09-21 19:05:08 -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
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
Tig
842b246e68 fixed bug correctly 2024-09-03 10:02:54 -06:00
Tig
f74d75d9fd Fixed dim test that fails in retail 2024-09-03 09:42:06 -06:00
Tig
4fb7d04dd9 Dim.Fill now takes a Dim, instead of an int 2024-09-01 09:26:42 -06: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
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
3902e62b4a Improving Application.Navigation 2024-08-29 13:46:53 -04: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
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
a22a59ebbd Added more nav tests 2024-08-23 14:57:19 -06:00
Tig
667a8ee152 Fixed label tests 2024-08-23 14:09:44 -06:00
Tig
f7ca649b54 Merge branch 'v2_develop' into v2_2491-Arrangement-Overlapped 2024-08-23 09:22:47 -06:00
BDisp
3b6abeb741 Fixes #3679. WantContinuousButtonPressed mustn't force calling GrabMouse. (#3680)
Co-authored-by: Tig <tig@users.noreply.github.com>
2024-08-22 17:56:50 -06:00
Tig
3360c5ba89 Moved Window Test. Application.Begin behvior 2024-08-20 13:47:23 -06:00
Tig
d1d7ab5fa8 Done with refactor. Nav unit tests all pass. Fixing View unit tests... 2024-08-20 13:11:55 -06:00
Tig
794ad0bad7 Refactoring again... WIP broke 2024-08-19 19:30:16 -06:00
Tig
29f3550489 merged 2024-08-19 10:12:52 -06:00
Tig
b267e1698e V2 fix warnings (#3671)
* Fixed NumericUpDown warning

* Fixed Aot Warning

* Fixed warnings in Application.cs

* Fixed more NumericUpDown warning

* Fixed CommandImpl warning

* Fixed Thickness warnings

* Fixed Label warning

* Fixed warning

* Fixed menubar test warning

* Fixed warnings

* Fixed warnings

* Removed dead code

* Fixed warnings
2024-08-19 10:09:15 -06:00
Brandon Thetford
dccc06366a Categorize the test fixture 2024-08-18 18:31:23 -07:00
Brandon Thetford
219cfb559a More code reduction. Put these in a primary constructor. Update uses. 2024-08-18 18:30:59 -07:00
Tig
ef7f88d3b4 OnEnter/Leave -> OnHasFocusChanging/OnHasFocusChanged 2024-08-18 16:58:26 -06:00
Tig
a03e30537c reordered params for consistency 2024-08-18 16:00:35 -06:00
Tig
591baa65f0 GetFocused() -> back to Focused property (get only; computed). 2024-08-18 15:45:26 -06:00
Tig
61191d732f Fixed View unit test 2024-08-17 17:07:45 -06:00
Tig
4f51838923 Fixed bogus SubView unit test 2024-08-17 17:07:08 -06:00
Tig
68eb5616c4 Fixed hotkey unit test 2024-08-17 17:01:33 -06:00
Tig
b31caea3f6 Good progress. Tons of primitive tests. still pretty broken 2024-08-17 16:58:00 -06:00
Tig
2375ee35a9 WIP 2024-08-17 08:49:24 -06:00
Tig
42a9ecb151 Fixed unit tests 2024-08-15 06:38:07 -06:00
Tig
6a13e777ff class Pos -> record Pos 2024-08-14 13:02:11 -06:00
Tig
8edb06213e class Dim -> struct Dim 2024-08-14 09:28:47 -06:00
Tig
aa4f5228e6 Merged and fixed issues.
Progess on thinking through new design, but not working yet.
2024-08-13 16:41:29 -06:00
Tig
6ec69d7644 Code cleanup & doc fix 2024-08-13 15:41:11 -06:00
Tig
a8f929bed9 Fixed DimAuto and tests 2024-08-13 14:12:32 -06:00
Tig
d47b184176 Added unit tests that fail 2024-08-06 09:38:05 -06:00