Ellpeck
|
061f8279d7
|
get lowest elements towards the end of the list
|
2019-11-05 22:08:19 +01:00 |
|
Ellpeck
|
6340f75acc
|
added SetWidthBasedOnChildren
|
2019-11-05 21:44:51 +01:00 |
|
Ellpeck
|
a5f6e83321
|
clean the element helper methods up a bit
|
2019-11-05 21:33:45 +01:00 |
|
Ellpeck
|
aecf1a565e
|
fixed setheightbasedonchildren causing stack overflow on uneven resolutions
|
2019-11-05 13:50:01 +01:00 |
|
Ellpeck
|
f1c9ba5517
|
fixed the panel updating its render target too often
|
2019-11-05 13:42:39 +01:00 |
|
Ellpeck
|
f28e234392
|
made style props a lot easier to use
|
2019-11-05 13:28:41 +01:00 |
|
Ellpeck
|
7f81f6469f
|
fixed scroll bars still ceiling their values
|
2019-11-02 22:38:44 +01:00 |
|
Ellpeck
|
32c8147a4c
|
added a rectanglef class which allows mlem to use decimal coordinates
|
2019-11-02 14:53:59 +01:00 |
|
Ellpeck
|
cb7abbbbef
|
fixed some panel issues
|
2019-11-02 14:21:42 +01:00 |
|
Ellpeck
|
ee35509f23
|
made ui styling a lot more user friendly
|
2019-10-14 21:28:12 +02:00 |
|
Ellpeck
|
bc6ad3adef
|
allow paragraph fonts to be changed
|
2019-09-26 22:28:48 +02:00 |
|
Ellpeck
|
36204e40cb
|
turn some points into vectors for added precision
|
2019-09-26 22:16:21 +02:00 |
|
Ellpeck
|
84d5d3ab18
|
fixed elements' hover states being judged by their full areas
|
2019-09-26 19:36:15 +02:00 |
|
Ellpeck
|
401a89e295
|
fixed paragraphs not having their hidden property initialized at startup
|
2019-09-26 19:35:22 +02:00 |
|
Ellpeck
|
9e798f835c
|
fixed position offset being ignored for inline components
|
2019-09-26 18:56:09 +02:00 |
|
Ellpeck
|
1ce08cce49
|
add a getter to the image component
|
2019-09-26 17:39:38 +02:00 |
|
Ellpeck
|
ae4ced1cc1
|
added some more element events
|
2019-09-25 16:47:19 +02:00 |
|
Ellpeck
|
026b79b61e
|
fixed progress bars overshooting their ninepatch areas
|
2019-09-25 16:39:17 +02:00 |
|
Ellpeck
|
a048daefbf
|
made panels only draw and update their visible children
|
2019-09-20 13:48:49 +02:00 |
|
Ellpeck
|
c5170917fb
|
fixed custom draw groups not working outside of a render target
|
2019-09-20 13:22:05 +02:00 |
|
Ellpeck
|
b699333434
|
added a condition to removechildren
|
2019-09-17 14:06:10 +02:00 |
|
Ellpeck
|
e7c7a5bbc2
|
fixed tooltips removing themselves from a nonexistant system if an element gets removed
|
2019-09-15 02:21:42 +02:00 |
|
Ellpeck
|
07b6853e0c
|
give access to all of the element callbacks in the ui system
|
2019-09-13 13:57:25 +02:00 |
|
Ellpeck
|
03923f91f6
|
some exception handling
|
2019-09-13 11:53:28 +02:00 |
|
Ellpeck
|
150d6f771a
|
upgrade images a bit
|
2019-09-12 18:44:24 +02:00 |
|
Ellpeck
|
8afe9962fb
|
added a dropdown menu and also fixed some issues
|
2019-09-12 12:39:18 +02:00 |
|
Ellpeck
|
0ad17fc40c
|
added a method to remove all children from an element
|
2019-09-12 11:52:47 +02:00 |
|
Ellpeck
|
3f66430d90
|
made image automatically set its area dirty when necessary
|
2019-09-11 21:01:08 +02:00 |
|
Ellpeck
|
db606143d1
|
made images unmouseable by default
|
2019-09-11 20:10:28 +02:00 |
|
Ellpeck
|
b8bf5c28d9
|
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 |
|
Ellpeck
|
2084f927ae
|
fixed the slider using the wrong left and right buttons
|
2019-09-11 12:30:29 +02:00 |
|
Ellpeck
|
88ce9de00a
|
disallow progress bars from being selected
|
2019-09-11 10:51:57 +02:00 |
|
Ellpeck
|
e38d95c665
|
make next elements into delegates rather than a method
|
2019-09-11 10:49:51 +02:00 |
|
Ellpeck
|
9e5f324652
|
added progress bars
|
2019-09-10 23:28:25 +02:00 |
|
Ellpeck
|
672e5eb548
|
clean up navigation a lot
|
2019-09-09 17:12:36 +02:00 |
|
Ellpeck
|
b85afccaf5
|
fixed the panel passing a wrong matrix to its children
|
2019-09-08 21:32:48 +02:00 |
|
Ellpeck
|
c1c7b7a9b1
|
remove individual component additional scale in favor of custom draw groups
|
2019-09-08 16:45:15 +02:00 |
|
Ellpeck
|
20d7b95891
|
added CustomDrawGroup which allows for components to have their own draw call
|
2019-09-08 16:30:55 +02:00 |
|
Ellpeck
|
4a7fcd7570
|
Revert "added FormattedString class to make rendering formatted text a little easier"
This reverts commit 6d236fa5
|
2019-09-08 16:25:59 +02:00 |
|
Ellpeck
|
6d236fa52c
|
added FormattedString class to make rendering formatted text a little easier
|
2019-09-06 18:06:53 +02:00 |
|
Ellpeck
|
b2b59aa78a
|
added text animation
|
2019-09-06 15:49:59 +02:00 |
|
Ellpeck
|
a46e8fce86
|
moved formatting to MLEM proper
|
2019-09-06 12:20:53 +02:00 |
|
Ellpeck
|
35ee509eac
|
added the ability to display images in paragraphs
|
2019-09-05 20:28:05 +02:00 |
|
Ellpeck
|
e39394bce3
|
finished better text editing my dudes
|
2019-09-05 18:15:51 +02:00 |
|
Ellpeck
|
12a2e92c09
|
better text editing, part 1
|
2019-09-05 12:51:40 +02:00 |
|
Ellpeck
|
b19333d627
|
ceil sizes to avoid one-pixel gaps between components on some scales
|
2019-09-05 11:46:07 +02:00 |
|
Ellpeck
|
fef1d7959d
|
this actually does not work
|
2019-09-04 17:23:23 +02:00 |
|
Ellpeck
|
619db6bb94
|
remove offset from draw method and use a matrix instead
|
2019-09-04 17:19:31 +02:00 |
|
Ellpeck
|
9deb6bbce3
|
only update an element and its children if the area actually changed
|
2019-09-04 16:48:44 +02:00 |
|
Ellpeck
|
1ee7fafc23
|
change this to ceil so that elements don't just get cut off
|
2019-09-04 16:37:57 +02:00 |
|