|
f60c3b288a
|
also apply auto-sizing if the element has no children at all
|
2021-04-26 19:21:11 +02:00 |
|
|
2abc3264a2
|
simplify auto-size checks
|
2021-04-26 19:06:54 +02:00 |
|
|
7792ce99c8
|
fixed auto-sized elements without children not being updated correctly
|
2021-04-26 18:55:18 +02:00 |
|
|
f71f998508
|
clarify OpenLinkOrFile usage documentation
|
2021-04-23 14:34:59 +02:00 |
|
|
b48ed479a0
|
streamlined TextInputWrapper into MlemPlatform and included link opening
|
2021-04-23 00:17:46 +02:00 |
|
|
1123b815b3
|
updated some package declarations to clean up warnings
|
2021-04-22 19:59:35 +02:00 |
|
|
338cf383f4
|
removed RequiresOnScreenKeyboard
|
2021-04-22 19:40:14 +02:00 |
|
|
cf9bcc7ae4
|
updated to MonoGame 8 and added support for opening the on-screen keyboard to TextInputWrapper
|
2021-04-22 19:26:07 +02:00 |
|
|
5e26155ec5
|
removed redundant dependencies from test project
|
2021-04-22 02:33:19 +02:00 |
|
|
f3b3feec9b
|
updated non-netstandard projects to net5.0
|
2021-04-22 02:21:36 +02:00 |
|
|
b3759b86c4
|
possibly fixed weird ci issue because of course
|
2021-04-22 01:42:42 +02:00 |
|
|
1759f0ef5b
|
improve performance of TextFormatter tokenization
|
2021-04-22 01:21:44 +02:00 |
|
|
455ab59f09
|
improved performance of TokenizedString splitting massively
|
2021-04-22 01:14:48 +02:00 |
|
|
60bc320604
|
added tests for ensuring genericfont correctness compared to regular font
|
2021-04-19 14:30:03 +02:00 |
|
|
8078d41724
|
simplified GenericFont implementation
|
2021-04-19 14:02:28 +02:00 |
|
|
e7ab8fefe8
|
improved performance of SplitString and re-added Zwsp compatibility
|
2021-04-14 23:13:19 +02:00 |
|
|
538fd08d8a
|
improved TokenizedString splitting efficiency
|
2021-04-14 02:47:41 +02:00 |
|
|
6e2db418c5
|
added some more unit tests for string splitting and formatting
|
2021-04-14 02:38:54 +02:00 |
|
|
55477c6341
|
removed Zwsp functionality, which was incomplete and did not work
|
2021-04-14 00:49:33 +02:00 |
|
|
d8d29bf10d
|
added a few more tests
|
2021-04-04 18:31:51 +02:00 |
|
|
2055c3a6ef
|
convert tests to use graphics
|
2021-04-02 17:12:27 +02:00 |
|
|
2287df00af
|
removed unnecessary property
|
2021-04-01 19:38:03 +02:00 |
|
|
e7fd026a33
|
added some UI tests
|
2021-04-01 19:36:56 +02:00 |
|
|
64c2ebd4ac
|
updated license year
|
2021-03-30 00:56:28 +02:00 |
|
|
82b8c0ab49
|
fixed a rare stack overflow where scroll bars could get stuck in an auto-hide loop
|
2021-03-29 08:28:49 +02:00 |
|
|
b1ff703fe1
|
reintroduced tolerance for element size equality
|
2021-03-29 06:56:06 +02:00 |
|
|
79ba6864e7
|
fixed stack overflow with nested auto-sized children
|
2021-03-29 06:41:38 +02:00 |
|
|
3e20aaf6c5
|
fixed auto-sized elements doing unnecessarily many area updates
|
2021-03-29 05:49:09 +02:00 |
|
|
2741682029
|
fixed generic stash font line height for static sprite fonts
|
2021-03-29 02:54:02 +02:00 |
|
|
e6243b831c
|
remove unnecessary references to GraphicsDevice from UiSystem
|
2021-03-29 02:26:44 +02:00 |
|
|
28eafffa32
|
allow setting a custom viewport for ui systems
|
2021-03-29 02:15:17 +02:00 |
|
|
35af9eee25
|
fixed some number parsing not using invariant culture
|
2021-03-28 06:20:27 +02:00 |
|
|
602f19a2a8
|
some minor code style and format improvements
|
2021-03-24 22:44:39 +01:00 |
|
|
281cce8fba
|
updated remaining dependencies
|
2021-03-24 22:31:58 +01:00 |
|
|
5f7956a7a3
|
properly stop a panel's scroll bar from being removed
|
2021-03-24 22:01:02 +01:00 |
|
|
be9748e70e
|
fully disallow access to internal children collections
|
2021-03-24 01:39:41 +01:00 |
|
|
dcee3c5010
|
added an option to limit auto-heights in elements
|
2021-03-24 01:25:39 +01:00 |
|
|
3d314172d0
|
avoid recursion in Element.ForceUpdateArea
|
2021-03-24 01:10:42 +01:00 |
|
|
a477fef230
|
always publish test results to jenkins
|
2021-03-20 21:37:43 +01:00 |
|
|
23b27cf877
|
moved friends to README
|
2021-03-18 22:13:33 +01:00 |
|
|
c71fb58760
|
added a few more tests
|
2021-03-18 18:31:59 +01:00 |
|
|
10c1cc8905
|
fixed legacy argument specifier
|
2021-03-18 17:30:20 +01:00 |
|
|
702bf94f49
|
added some tests
|
2021-03-18 17:28:08 +01:00 |
|
|
e24c871ecd
|
added SoundExtensions
|
2021-03-17 22:47:23 +01:00 |
|
|
3e3f0fc742
|
updated coroutine dependency
|
2021-03-17 01:23:30 +01:00 |
|
|
0ed8ec1268
|
added a "Made with MLEM" section to the readme
|
2021-03-14 17:27:10 +01:00 |
|
|
014b8f90df
|
added repeat-ignoring versions of IsKeyPressed and IsGamepadButtonPressed to InputHandler
|
2021-03-14 17:09:45 +01:00 |
|
|
3384f48623
|
fixed up android demo, updated some dependencies and added icons to templates
|
2021-03-14 01:03:17 +01:00 |
|
|
1e485a103c
|
drop .NET Framework support for TextInputWrapper.DesktopGl
|
2021-03-13 17:09:16 +01:00 |
|
|
e0263dc943
|
Removed obsolete ColorExtensions methods
|
2021-03-13 16:25:08 +01:00 |
|