1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-03 05:43:37 +02:00
MLEM/MLEM.Ui/Elements
2020-02-01 20:50:42 +01:00
..
Button.cs added the option to disable buttons 2020-01-15 17:05:28 +01:00
Checkbox.cs made style props a lot easier to use 2019-11-05 13:28:41 +01:00
CustomDrawGroup.cs made custom draw groups be a bit easier to use 2019-12-29 19:28:56 +01: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 added the option to disable buttons 2020-01-15 17:05:28 +01:00
ElementHelper.cs made the info box disallow background selection 2019-12-25 19:16:07 +01:00
Group.cs made all groups update their areas manually since they don't draw it 2019-12-29 15:25:33 +01:00
Image.cs made paragraphs and images use their callbacks when updating their area so that the first visible frame already has the right data 2019-12-19 14:04:50 +01:00
Panel.cs redid that bugfix that I undid with that other bugfix 2019-12-28 12:59:14 +01:00
Paragraph.cs made tooltips be panels and remove the weird paragraph background thing 2019-12-31 14:08:13 +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 the scroll bar scroller only render when it actually makes sense 2019-12-26 12:35:47 +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 changed text input style to work on all devices including web 2020-02-01 20:50:42 +01:00
Tooltip.cs made tooltips be panels and remove the weird paragraph background thing 2019-12-31 14:08:13 +01:00
VerticalSpace.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00