1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-16 22:28:46 +02:00
MLEM/MLEM.Ui/Elements
2023-02-20 11:01:15 +01:00
..
Button.cs avoid setting underlying values for ui element callbacks 2022-12-21 21:47:49 +01:00
Checkbox.cs made sure that all element changes mark their data dirty correctly 2022-12-23 13:25:56 +01:00
Dropdown.cs Close other dropdowns when opening a dropdown 2022-07-29 22:24:37 +02:00
Element.cs Increased some recursion limits, and added useful Element ToString 2023-02-20 11:01:15 +01:00
ElementHelper.cs Added ElementHelper.MakeGrid 2022-10-17 10:57:41 +02:00
Group.cs added .editorconfig 2022-06-17 18:23:47 +02:00
Image.cs Fixed images not updating their hidden state properly when the displayed texture changes 2023-02-03 11:31:18 +01:00
Panel.cs made sure that all element changes mark their data dirty correctly 2022-12-23 13:25:56 +01:00
Paragraph.cs fixed text not being checked for changes anymore when set explicitly (since f8567cf) 2022-12-23 15:08:40 +01:00
ProgressBar.cs added .editorconfig 2022-06-17 18:23:47 +02:00
RadioButton.cs added .editorconfig 2022-06-17 18:23:47 +02:00
ScrollBar.cs - Added InputHandler.IsPressedIgnoreRepeats 2022-12-27 22:57:35 +01:00
Slider.cs added .editorconfig 2022-06-17 18:23:47 +02:00
SpriteAnimationImage.cs added .editorconfig 2022-06-17 18:23:47 +02:00
SquishingGroup.cs added .editorconfig 2022-06-17 18:23:47 +02:00
TextField.cs Added TextField.OnCopyPasteException to allow handling exceptions thrown by TextCopy 2022-12-22 11:39:07 +01:00
Tooltip.cs cleaned up preprocessor instructions 2022-12-13 13:11:36 +01:00
VerticalSpace.cs added .editorconfig 2022-06-17 18:23:47 +02:00