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-12 11:52:47 +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
Element.cs added a method to remove all children from an element 2019-09-12 11:52:47 +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 made image automatically set its area dirty when necessary 2019-09-11 21:01:08 +02:00
Panel.cs clean up navigation a lot 2019-09-09 17:12:36 +02:00
Paragraph.cs Revert "added FormattedString class to make rendering formatted text a little easier" 2019-09-08 16:25:59 +02:00
ProgressBar.cs disallow progress bars from being selected 2019-09-11 10:51:57 +02:00
RadioButton.cs replace onclicked with much easier to make compatible onpressed 2019-08-25 21:49:27 +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
TextField.cs finished better text editing my dudes 2019-09-05 18:15:51 +02:00
Tooltip.cs started working on touch support for MLEM.Ui 2019-08-30 18:15:50 +02:00
VerticalSpace.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00