1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-25 22:21:42 +02:00
MLEM/MLEM.Ui/Elements
Ell a143aef67c Revert scissor rectangle change since it doesn't support panels with complex transformations
Revert "Use a scissor rectangle for panels in favor of a render target, and marked UiSystem.DrawEarly and Element.DrawEarly as obsolete"

This reverts commit 3c4567e4a1.

Revert "cleaned up DrawEarly documentation references"

This reverts commit dc6c472b84.
2022-01-30 16:35:10 +01:00
..
Button.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
Checkbox.cs Allow for checkboxes and radio buttons to be disabled 2021-12-24 12:10:04 +01:00
Dropdown.cs reformat and cleanup 2021-12-28 14:56:11 +01:00
Element.cs Revert scissor rectangle change since it doesn't support panels with complex transformations 2022-01-30 16:35:10 +01:00
ElementHelper.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
Group.cs Allow setting a custom effect and depth stencil state for ui drawing 2021-11-22 17:42:08 +01:00
Image.cs Allow setting a custom effect and depth stencil state for ui drawing 2021-11-22 17:42:08 +01:00
Panel.cs Revert scissor rectangle change since it doesn't support panels with complex transformations 2022-01-30 16:35:10 +01:00
Paragraph.cs Allow setting a default text alignment for paragraphs in UiStyle 2022-01-22 22:54:47 +01:00
ProgressBar.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
RadioButton.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
ScrollBar.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
Slider.cs code cleanup 2020-06-18 17:24:35 +02:00
SpriteAnimationImage.cs reformat and cleanup 2021-12-28 14:56:11 +01:00
SquishingGroup.cs Ensure that a panel gets notified of all relevant changes by calling OnChildAreaDirty for all grandchildren 2022-01-09 01:12:16 +01:00
TextField.cs put StringBuilder overloads to use 2021-12-22 13:03:40 +01:00
Tooltip.cs Made StyleProp immutable 2021-12-21 11:54:32 +01:00
VerticalSpace.cs fixed VerticalSpace height parameter being an integer 2021-10-01 03:42:27 +02:00