1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-16 10:44:32 +02:00
MLEM/MLEM.Ui/Elements
2019-12-19 12:50:50 +01:00
..
Button.cs added default color to button 2019-12-06 21:18:43 +01:00
Checkbox.cs made style props a lot easier to use 2019-11-05 13:28:41 +01:00
CustomDrawGroup.cs fixed custom draw groups not working outside of a render target 2019-09-20 13:22:05 +02:00
Dropdown.cs made dropdowns only have high priority when opened and fixed panels sometimes ignoring priority 2019-11-18 22:36:55 +01:00
Element.cs made elements be able to set both width and height automatically 2019-12-19 12:50:50 +01:00
ElementHelper.cs turn some points into vectors for added precision 2019-09-26 22:16:21 +02:00
Group.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00
Image.cs made style props a lot easier to use 2019-11-05 13:28:41 +01:00
Panel.cs made disabling scroll bar hiding easier for the panel 2019-12-14 14:10:38 +01:00
Paragraph.cs made padding a lot more versatile in mlem.ui 2019-12-14 14:00:12 +01:00
ProgressBar.cs made padding a lot more versatile in mlem.ui 2019-12-14 14:00:12 +01:00
RadioButton.cs made ui styling a lot more user friendly 2019-10-14 21:28:12 +02:00
ScrollBar.cs made padding a lot more versatile in mlem.ui 2019-12-14 14:00:12 +01:00
Slider.cs fixed the slider using the wrong left and right buttons 2019-09-11 12:30:29 +02:00
SpriteAnimationImage.cs upgrade images a bit 2019-09-12 18:44:24 +02:00
TextField.cs don't type in hidden text fields 2019-12-04 01:32:00 +01:00
Tooltip.cs made CanSelectContent be set automatically by the root through adding more events 2019-12-08 21:49:15 +01:00
VerticalSpace.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00