1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-16 18:54:31 +02:00
MLEM/MLEM.Ui/Elements
2019-09-17 14:06:10 +02:00
..
Button.cs remove offset from draw method and use a matrix instead 2019-09-04 17:19:31 +02:00
Checkbox.cs remove offset from draw method and use a matrix instead 2019-09-04 17:19:31 +02:00
CustomDrawGroup.cs remove individual component additional scale in favor of custom draw groups 2019-09-08 16:45:15 +02:00
Dropdown.cs added a dropdown menu and also fixed some issues 2019-09-12 12:39:18 +02:00
Element.cs added a condition to removechildren 2019-09-17 14:06:10 +02:00
ElementHelper.cs make the elementhelper's last column use AutoInlineIgnoreOverflow to avoid imperfect rounding causing it to move down 2019-09-11 15:03:10 +02:00
Group.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00
Image.cs some exception handling 2019-09-13 11:53:28 +02:00
Panel.cs added a dropdown menu and also fixed some issues 2019-09-12 12:39:18 +02:00
Paragraph.cs some exception handling 2019-09-13 11:53:28 +02:00
ProgressBar.cs disallow progress bars from being selected 2019-09-11 10:51:57 +02:00
RadioButton.cs added a dropdown menu and also fixed some issues 2019-09-12 12:39:18 +02:00
ScrollBar.cs ceil sizes to avoid one-pixel gaps between components on some scales 2019-09-05 11:46:07 +02: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 finished better text editing my dudes 2019-09-05 18:15:51 +02:00
Tooltip.cs fixed tooltips removing themselves from a nonexistant system if an element gets removed 2019-09-15 02:21:42 +02:00
VerticalSpace.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00