1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-01 05:10:50 +01:00
MLEM/MLEM.Ui/Elements
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
..
Button.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Checkbox.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Dropdown.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Element.cs Improve Element.Transform documentation 2024-10-07 18:03:35 +02:00
ElementHelper.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Group.cs Added some useful additional constructors to various elements 2023-12-28 17:16:31 +01:00
Image.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Panel.cs Fixed stack overflow related to panel scrolling and scrollbar auto hiding (and improved build scripts) (#28) 2024-10-27 00:46:15 +02:00
Paragraph.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
ProgressBar.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
RadioButton.cs added .editorconfig 2022-06-17 18:23:47 +02:00
ScissorGroup.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
ScrollBar.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
Slider.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
SpriteAnimationImage.cs added .editorconfig 2022-06-17 18:23:47 +02:00
SquishingGroup.cs Moved extension methods into matching namespaces to avoid unexpected suggestions 2024-07-19 20:02:28 +02:00
TextField.cs Added TextField.OnEnterPressed event 2024-09-29 22:58:50 +02:00
Tooltip.cs Fixed tooltips not being bounded correctly for viewports that don't start at the origin 2024-10-08 18:12:22 +02:00
VerticalSpace.cs added .editorconfig 2022-06-17 18:23:47 +02:00