Tig
|
ea55182150
|
Removed debug code
|
2024-09-25 18:14:16 -06:00 |
|
Tig
|
bff7794495
|
Rebased onto v2_2491-Overlapped
|
2024-09-24 09:50:52 -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
|
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
|
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
|
941a6ee5e6
|
New overlapped drawing impl.
|
2024-09-18 12:24:47 -06:00 |
|
Tig
|
b717892235
|
Removed OverlappedTop.
Updated unit tess.
Fixed bad code paths.
|
2024-09-17 17:20:19 -06:00 |
|
Tig
|
697711ad2d
|
Fixed focus issue - 3
|
2024-09-16 18:15:03 -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
|
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 |
|