1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-24 13:50:04 +02:00
MLEM/MLEM.Ui/Elements
2019-08-25 21:49:27 +02:00
..
Button.cs more easily allow tooltips to show when hovering elements 2019-08-24 20:45:40 +02:00
Checkbox.cs replace onclicked with much easier to make compatible onpressed 2019-08-25 21:49:27 +02:00
Element.cs replace onclicked with much easier to make compatible onpressed 2019-08-25 21:49:27 +02:00
ElementHelper.cs replace onclicked with much easier to make compatible onpressed 2019-08-25 21:49:27 +02:00
Group.cs make groups not ignore mouse by default :V 2019-08-15 13:26:40 +02:00
Image.cs make image texture not read only 2019-08-14 22:06:06 +02:00
Panel.cs made scrolling a lot less intensive 2019-08-24 22:27:47 +02:00
Paragraph.cs simplify text rendering quite a bit after realizing that monogame deals with multiple lines on its own 2019-08-25 19:07:45 +02:00
RadioButton.cs replace onclicked with much easier to make compatible onpressed 2019-08-25 21:49:27 +02:00
ScrollBar.cs made the scroll bar be grabbed in the center 2019-08-22 23:44:26 +02:00
Slider.cs added sliders (horizontal scroll bars) 2019-08-16 19:08:36 +02:00
TextField.cs added ElementHelper and did some textfield changes 2019-08-24 12:40:20 +02:00
Tooltip.cs more easily allow tooltips to show when hovering elements 2019-08-24 20:45:40 +02:00
VerticalSpace.cs added auto-scaled text, buttons and vertical space 2019-08-09 22:04:26 +02:00