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
2020-02-06 01:59:33 +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 organize ui stuff a bit better 2020-02-06 01:59:33 +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 I did not want to push this here 2020-02-06 01:51:41 +01:00
Paragraph.cs allow a paragraph to modify its rendered text for animations 2020-02-03 23:42:30 +01:00
ProgressBar.cs I did not want to push this here 2020-02-06 01:51:41 +01:00
RadioButton.cs made ui styling a lot more user friendly 2019-10-14 21:28:12 +02:00
ScrollBar.cs I did not want to push this here 2020-02-06 01:51:41 +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 I did not want to push this here 2020-02-06 01:51:41 +01:00
Tooltip.cs I did not want to push this here 2020-02-06 01:51:41 +01:00
VerticalSpace.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00