1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-25 06:10:03 +02:00
MLEM/MLEM.Ui/Elements
2019-09-08 16:30:55 +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 added CustomDrawGroup which allows for components to have their own draw call 2019-09-08 16:30:55 +02:00
Element.cs ceil sizes to avoid one-pixel gaps between components on some scales 2019-09-05 11:46:07 +02:00
ElementHelper.cs better text editing, part 1 2019-09-05 12:51:40 +02:00
Group.cs tabbing, part 1! 2019-08-28 18:27:17 +02:00
Image.cs remove offset from draw method and use a matrix instead 2019-09-04 17:19:31 +02:00
Panel.cs added CustomDrawGroup which allows for components to have their own draw call 2019-09-08 16:30:55 +02:00
Paragraph.cs Revert "added FormattedString class to make rendering formatted text a little easier" 2019-09-08 16:25:59 +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 added sliders (horizontal scroll bars) 2019-08-16 19:08:36 +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