|
179afbc428
|
made sure that all element changes mark their data dirty correctly
|
2022-12-23 13:25:56 +01:00 |
|
|
aabb1ed5df
|
added .editorconfig
|
2022-06-17 18:23:47 +02:00 |
|
|
6393d879d9
|
added SpriteBatchContext
|
2022-04-25 15:25:58 +02:00 |
|
|
30b4d5fc43
|
Improve f166c3d256 by allowing buttons to be selectable even when disabled
|
2022-04-05 14:20:38 +02:00 |
|
|
f166c3d256
|
Fixed buttons and checkboxes changing their CanBeSelected and CanBePressed values when being disabled
|
2022-03-11 13:25:18 +01:00 |
|
|
7e49eaef10
|
Allow for checkboxes and radio buttons to be disabled
|
2021-12-24 12:10:04 +01:00 |
|
|
dae511e455
|
Made StyleProp immutable
|
2021-12-21 11:54:32 +01:00 |
|
|
84e2544dc8
|
Allow setting a custom effect and depth stencil state for ui drawing
|
2021-11-22 17:42:08 +01:00 |
|
|
3648352540
|
organized MLEM.Ui properties and fields slightly
|
2021-10-30 15:01:04 +02:00 |
|
|
0809cd0218
|
Added style properties for a lot of hardcoded default element styles
|
2021-10-29 23:33:15 +02:00 |
|
Ellpeck
|
deec553b22
|
code cleanup
|
2020-06-18 17:24:35 +02:00 |
|
Ellpeck
|
f12284169e
|
full xml documentation for MLEM.Ui
|
2020-05-22 17:02:24 +02:00 |
|
Ellpeck
|
f28e234392
|
made style props a lot easier to use
|
2019-11-05 13:28:41 +01:00 |
|
Ellpeck
|
32c8147a4c
|
added a rectanglef class which allows mlem to use decimal coordinates
|
2019-11-02 14:53:59 +01:00 |
|
Ellpeck
|
ee35509f23
|
made ui styling a lot more user friendly
|
2019-10-14 21:28:12 +02:00 |
|
Ellpeck
|
c5170917fb
|
fixed custom draw groups not working outside of a render target
|
2019-09-20 13:22:05 +02:00 |
|
Ellpeck
|
619db6bb94
|
remove offset from draw method and use a matrix instead
|
2019-09-04 17:19:31 +02:00 |
|
Ellpeck
|
765acc3f62
|
replace onclicked with much easier to make compatible onpressed
|
2019-08-25 21:49:27 +02:00 |
|
Ellpeck
|
e1baacdb0d
|
added text formatting
|
2019-08-24 00:07:54 +02:00 |
|
Ellpeck
|
c114d775d4
|
added checkboxes and radio buttons and did some changes to the demo
|
2019-08-13 21:23:20 +02:00 |
|