tznind
|
09683a2cd5
|
Refactor more event Action to event EventHandler
|
2023-03-12 02:31:22 +00:00 |
|
tznind
|
3bec36ac47
|
Change Action to EventHandler for more events
|
2023-03-12 02:10:22 +00:00 |
|
tznind
|
43f67a6387
|
Convert more Actions to EventHandlers in View
|
2023-03-11 19:55:08 +00:00 |
|
tznind
|
fcc75e7147
|
Update View Action events to EventHandler events
|
2023-03-11 19:46:46 +00:00 |
|
tznind
|
02825d89ba
|
Added SuperViewChangedEventArgs for Added/Removed to clarify situation
|
2023-03-11 12:01:04 +00:00 |
|
tznind
|
9c4f3eda16
|
Update Added/Removed and other events to use `EventHandler
|
2023-03-11 11:05:20 +00:00 |
|
tznind
|
5187310b9a
|
Refactor 'AlternateKey' events in Toplevel to use new signature
|
2023-03-11 10:35:03 +00:00 |
|
tznind
|
bdcbd55856
|
Switch to EventHandler<ToplevelEventArgs> for
- Activate
- Deactivate
- ChildClosed
- Closed
- ChildLoaded
- ChildUnloaded
|
2023-03-11 10:18:39 +00:00 |
|
tznind
|
58c267fd7c
|
Switch to EventHandler for TopLevel methods
- Loaded,
- Ready
- Unloaded
- AllChildClosed
|
2023-03-11 10:08:36 +00:00 |
|
BDisp
|
c7b5417f79
|
Fixes unit tests.
|
2023-03-04 02:02:02 +00:00 |
|
BDisp
|
c99b35578d
|
Revert "Fixes unit tests to support Pos/Dim changes."
This reverts commit ad426ff261.
|
2023-03-03 18:35:10 +00:00 |
|
BDisp
|
de5b2f5594
|
Resolving merge conflicts.
|
2023-03-03 17:55:22 +00:00 |
|
Tigger Kindel
|
6f16af878b
|
Fixed unit tests: DimFactor changes broke - DOUBLE CHECK
|
2023-03-03 09:48:31 -07:00 |
|
BDisp
|
5840ad25e8
|
Added IsLoaded property to allow control if a change was done before or after the toplevel was loaded.
|
2023-03-02 03:24:21 +00:00 |
|
BDisp
|
ecd82465f7
|
ToString must return the Pos/Dim class names.
|
2023-02-28 21:23:44 +00:00 |
|
Tig Kindel
|
d04bf94c74
|
merged from develop after accident
|
2023-02-25 05:42:43 +13:00 |
|
BDisp
|
9cfa78a033
|
Fixes #2354. View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. (#2355)
* Fixes #2354. View should have a IgnoreHasFocusPropertyOnRedraw property to prevent unnecessary derived class.
* Removed IgnoreHasFocusPropertyOnRedraw property.
---------
Co-authored-by: Tig <tig@users.noreply.github.com>
|
2023-02-21 14:23:40 +13:00 |
|
BDisp
|
057bbcaea8
|
Fixes #2326. Invisible cursor after modal dialog.
|
2023-02-06 23:47:09 +00:00 |
|
Tig Kindel
|
7454dac942
|
Reorg of unit tests
|
2023-01-15 18:33:38 -07:00 |
|