1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-01 05:10:50 +01:00
MLEM/MLEM.Ui
Ell 50e864b94f
Fixed stack overflow related to panel scrolling and scrollbar auto hiding (and improved build scripts) (#28)
* add a test to recreate the issue

* fixed deploy-demo running on pull requests

* restructure cake script to run tests separately

* actually name the test step correctly

* also run the build task separately

* made all tasks explicitly depend on prepare

* install android workload manually, rather than as part of cake

* Revert "install android workload manually, rather than as part of cake"

This reverts commit 101d6d3eac.

* don't clear a panel's scroll bar max history between area updates

* added changelog entry
2024-10-27 00:46:15 +02:00
..
Elements Fixed stack overflow related to panel scrolling and scrollbar auto hiding (and improved build scripts) (#28) 2024-10-27 00:46:15 +02:00
Parsers Image loading improvements: 2024-09-14 10:48:04 +02:00
Style Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Anchor.cs Added AutoInlineCenter and AutoInlineBottom anchors 2023-03-29 20:51:34 +02:00
MLEM.Ui.csproj updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Ui.FNA.csproj updated changelog links 2024-04-05 15:20:46 +02:00
MLEM.Ui.KNI.csproj Added MLEM.KNI and friends, which are fully compatible with KNI 2024-09-02 19:55:28 +02:00
UiAnimation.cs Added UiAnimation system 2023-06-14 10:21:32 +02:00
UiControls.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
UiMetrics.cs Track element area update recursion count in UiMetrics 2024-06-09 20:29:23 +02:00
UiSystem.cs removed all non-recent obsolete methods, properties and types 2024-07-17 18:21:13 +02:00