|
677230ce28
|
Moved extension methods into matching namespaces to avoid unexpected suggestions
|
2024-07-19 20:02:28 +02:00 |
|
|
b0c6067555
|
removed all non-recent obsolete methods, properties and types
|
2024-07-17 18:21:13 +02:00 |
|
|
3a055129b5
|
Made the Element.Children collection public
|
2024-06-11 18:47:22 +02:00 |
|
|
fb3b586a35
|
Track element area update recursion count in UiMetrics
|
2024-06-09 20:29:23 +02:00 |
|
|
6a5e9a77ea
|
Fixed auto-sized elements sometimes updating their location based on outdated parent positions
|
2024-06-09 20:22:24 +02:00 |
|
|
8fdc3546c6
|
Added the ScissorGroup element
|
2024-05-30 13:24:35 +02:00 |
|
|
d879894e30
|
Include the SpriteBatchContext in OnDrawn, OnElementDrawn and OnSelectedElementDrawn
|
2024-05-30 12:48:08 +02:00 |
|
|
7d314a589e
|
improved Element ToString
|
2023-12-16 21:37:49 +01:00 |
|
|
56a4833a49
|
further panel performance improvements
|
2023-11-11 13:09:34 +01:00 |
|
|
a233477b1e
|
cleaned up element ui addition order (0fab7fe )
|
2023-11-11 12:15:21 +01:00 |
|
|
0fab7fe859
|
Don't unnecessarily set areas dirty when removing a root element from the ui
|
2023-11-11 12:06:28 +01:00 |
|
|
f652854c1d
|
Added AddCustomStyle and ApplyCustomStyle to UiStyle to allow for easy custom styling of elements
|
2023-06-14 14:54:49 +02:00 |
|
|
d48b7e2e71
|
Added UiAnimation system
|
2023-06-14 10:21:32 +02:00 |
|
|
985dc74376
|
Made elements' ui styles be inherited by their children
|
2023-06-14 09:33:08 +02:00 |
|
|
3127ad5b74
|
Allow elements with larger children to influence a panel's scrollable area
|
2023-05-21 11:11:52 +02:00 |
|
|
230f2e954c
|
Fixed TextInput and Slider still reacting to input when they are selected, but not part of the active root
|
2023-04-24 11:15:16 +02:00 |
|
|
e0d4bb3472
|
Ensure auto anchors keep their initial values if no siblings can be found (94a54c3 )
|
2023-03-29 21:00:17 +02:00 |
|
|
db454ebd71
|
Fixed AutoInline elements overflowing into their parent if it's taller
|
2023-03-29 20:56:56 +02:00 |
|
|
94a54c336e
|
Added AutoInlineCenter and AutoInlineBottom anchors
|
2023-03-29 20:51:34 +02:00 |
|
|
c4836eedd6
|
Increased some recursion limits, and added useful Element ToString
|
2023-02-20 11:01:15 +01:00 |
|
|
179afbc428
|
made sure that all element changes mark their data dirty correctly
|
2022-12-23 13:25:56 +01:00 |
|
|
45c668c992
|
Removed AutoHideCondition (partially reverts d5d3297 )
|
2022-12-21 21:02:10 +01:00 |
|
|
d5d3297271
|
Added Element.AutoHideCondition and Button.AutoDisableCondition
|
2022-12-21 18:54:25 +01:00 |
|
|
14d0b24aa9
|
cleaned up preprocessor instructions
|
2022-12-13 13:11:36 +01:00 |
|
|
e5cfebef3b
|
cleaned up element addition/removal code
|
2022-11-24 19:46:20 +01:00 |
|
|
e21729de67
|
fixed some memory management issues in MLEM.Ui
|
2022-11-24 18:38:51 +01:00 |
|
|
e8710f69e9
|
Fixed an exception when trying to force-update the area of an element without a ui system
|
2022-09-19 15:02:36 +02:00 |
|
|
d0c805cf18
|
Fixed Element.OnChildAdded and Element.OnChildRemoved being called for grandchildren when a child is added
|
2022-09-13 15:44:12 +02:00 |
|
|
55735b4c64
|
Added Element.OnAddedToUi and Element.OnRemovedFromUi
|
2022-09-13 14:27:49 +02:00 |
|
|
0a696941dc
|
cleaned up code
|
2022-08-20 11:39:28 +02:00 |
|
|
af0aee6c40
|
Added Element.AutoSizeAddedAbsolute to allow for more granular control of auto-sizing
|
2022-08-16 14:20:32 +02:00 |
|
|
4d34a2fac1
|
Fixed parents of elements that prevent spill not being notified properly
|
2022-08-04 20:14:29 +02:00 |
|
|
7a0464e8d6
|
fixed GetRightmostChild using the wrong variable for calculation
|
2022-07-27 11:52:28 +02:00 |
|
|
f0cc4b0c80
|
Allow elements to auto-adjust their size even when their children are aligned oddly
|
2022-07-27 11:19:40 +02:00 |
|
|
5d7d238630
|
added MLEM.FNA
|
2022-06-24 14:01:26 +02:00 |
|
|
aabb1ed5df
|
added .editorconfig
|
2022-06-17 18:23:47 +02:00 |
|
|
59af00c89a
|
Code cleanup, and marked AStar.InfiniteCost as obsolete
|
2022-06-15 11:38:11 +02:00 |
|
|
fcca5300ae
|
Fixed elements' OnDeselected events not being raised when CanBeSelected is set to false while selected
|
2022-05-21 20:42:54 +02:00 |
|
|
03accff6ae
|
modify AutoNavGroup behavior to disallow new selections
|
2022-05-17 16:06:22 +02:00 |
|
|
16b9e26969
|
Fixed elements sometimes staying hidden when they shouldn't in scrolling panels
|
2022-05-04 13:54:15 +02:00 |
|
|
6393d879d9
|
added SpriteBatchContext
|
2022-04-25 15:25:58 +02:00 |
|
|
c78bafd000
|
Ensure that Element.IsMouseOver is always accurate by making it an auto-property
|
2022-04-15 14:18:55 +02:00 |
|
|
783da33107
|
Fixed elements not being deselected when removed through RemoveChild
|
2022-04-15 14:16:38 +02:00 |
|
|
45afd9ac79
|
Added Element.AutoNavGroup which allows forming groups for auto-navigation
|
2022-04-14 17:54:25 +02:00 |
|
|
df0ad68837
|
Fixed tooltips sometimes ignoring manually set IsHidden values
|
2022-04-05 14:17:12 +02:00 |
|
|
94dec34470
|
render panel's render target in the Draw method
|
2022-03-26 21:13:05 +01:00 |
|
|
6a3c797eba
|
Fixed UiMetrics.ForceAreaUpdateTime being inaccurate for nested elements
|
2022-03-26 20:06:59 +01:00 |
|
|
1f4f0cfa44
|
Fixed Element.IsSelected returning incorrect results when CanBeSelected changes
|
2022-03-17 20:45:28 +01:00 |
|
|
f166c3d256
|
Fixed buttons and checkboxes changing their CanBeSelected and CanBePressed values when being disabled
|
2022-03-11 13:25:18 +01:00 |
|
|
ed88862194
|
Marked BeginDelegate and BeginImpl as obsolete
|
2022-02-02 18:17:53 +01:00 |
|