1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-04 09:05:17 +02:00
Commit graph

551 commits

Author SHA1 Message Date
Ell 85d20b6433 Added a RectangleF.FromCorners overload that accepts points 2024-04-13 21:14:34 +02:00
Ell 7bf418f8b2 Allow NumberExtensions.GetPoints to include bottom and right coordinates 2024-04-13 21:12:49 +02:00
Ell dd9230abf0 defaults for string GetArea methods 2024-04-10 23:52:35 +02:00
Ell fc2d705526 allow GetTokenUnderPos to work with rotation, origin and effects 2024-04-10 23:42:16 +02:00
Ell fdb0571860 xml docs and cleanup 2024-04-10 20:45:16 +02:00
Ell 76eb5d0679 use faster draw methods for formatting codes 2024-04-10 20:33:53 +02:00
Ell 9a03a8c62d Added the ability for formatted (tokenized) strings to be drawn with custom rotation, origin and flipping
Closes #18
2024-04-10 20:27:00 +02:00
Ell e00769a4ed moved out string transforms into CalculateStringTransform in preparation for #18 2024-04-10 18:47:10 +02:00
Ell 556be37523 updated changelog links 2024-04-05 15:20:46 +02:00
Ell 23103613cd Allow formatting codes applied later to override settings of earlier ones 2024-03-17 21:54:06 +01:00
Ell 0c5369e687 Fixed bold and italic formatting code closing tags working on each other 2024-03-17 21:43:53 +01:00
Ell 62ef75441a Added ToHexStringRgba and ToHexStringRgb to ColorExtensions
Closes #19
2024-03-15 20:04:57 +01:00
Ell ed5c4b44d4 fixed empty nine patch regions stalling when using tile mode
closes #17
2024-01-30 20:34:36 +01:00
Ell 1436cdb987 Also use IsAotCompatible for FNA projects 2023-12-20 20:54:23 +01:00
Ell 236ecfa116 Use IsAotCompatible instead of IsTrimmable to enable more warnings 2023-12-20 20:49:52 +01:00
Ell e191d4919b Fixed InputHandler touch states being initialized incorrectly when touch handling is disabled
Closes #10
2023-12-04 10:20:29 +01:00
Ell 764b29e120 Text input improvements:
- Allow using control and arrow keys to move the visible area of a text input
- Don't reset the caret position of a text field when selecting or deselecting it
2023-12-02 19:28:59 +01:00
Ell a892d2424e fix new trimmable warnings 2023-11-22 12:17:21 +01:00
Ell b8f46ff5d2 updated to .net 8 and reorganized third party deps 2023-11-22 10:39:13 +01:00
Ell 476e1dd2a6 Improved text formatter tokenization performance 2023-10-14 18:58:32 +02:00
Ell de1fc28376 Color parsing improvements
- Added ColorHelper.TryFromHexString, a non-throwing version of FromHexString
- Stopped the text formatter from throwing if a color can't be parsed
2023-09-30 22:50:18 +02:00
Ell b49ac1d053 Added the ability to draw single corners of AutoTiling's extended auto tiles 2023-08-28 01:51:25 +02:00
Ell 7e64b8a990 Added GetRandomEntry and GetRandomWeightedEntry to SingleRandom 2023-08-07 19:00:34 +02:00
Ell 2c7ffee427 Added Zero, One, Linear and Clamp to Easings 2023-08-03 11:29:51 +02:00
Ell 62a7a89834 additional text input fixes for emoji 2023-07-17 15:56:25 +02:00
Ell fda22de83d Fixed TextInput not working correctly when using surrogate pairs 2023-07-17 15:20:36 +02:00
Ell 50da081be9 Added WithRenderTargets, a multi-target version of WithRenderTarget 2023-07-11 12:11:12 +02:00
Ell e4e7191d8d Include control characters in TextInput FileNames and PathNames rules 2023-06-21 10:37:48 +02:00
Ell d81efe1d44 fixed multiline text fields not accepting newline characters (since aef6f7b) 2023-06-21 00:07:26 +02:00
Ell f1740b7b32 Added TextFormatter.StripAllFormatting 2023-05-19 19:30:45 +02:00
Ell a1064984ec Allow specifying start and end indices when drawing a TokenizedString or Paragraph 2023-05-18 21:41:36 +02:00
Ell e09484cbe7 Fixed GetRandomWeightedEntry distribution not being equal for equal weights 2023-04-26 21:49:43 +02:00
Ell c77ec3765c include correct readme file in packages 2023-04-16 13:37:43 +02:00
Ell 1e16c6fdc5 some docs website improvements with new docfx version 2023-04-15 15:11:50 +02:00
Ell 6607a5f48c net7.0 2023-03-29 23:31:30 +02:00
Ell 5086101bad Allow setting ExternalGestureHandling through the InputHandler constructor 2023-03-04 23:41:25 +01:00
Ell 8a4dc11072 Marked GetDownTime, GetUpTime and GetTimeSincePress in Keybind and Combination as obsolete 2023-03-04 23:05:17 +01:00
Ell 7a54e4aa2d added a default constructor to Combination 2023-03-03 14:24:35 +01:00
Ell a84fd764c5 some GenericInput and Keybind improvements 2023-03-03 14:02:05 +01:00
Ell 3968f7dfae Added a simple outline formatting code 2023-02-23 15:18:07 +01:00
Ell b69a2c4755 Allow changing the default values used by default TextFormatter codes 2023-02-22 18:48:12 +01:00
Ell c4836eedd6 Increased some recursion limits, and added useful Element ToString 2023-02-20 11:01:15 +01:00
Ell dbd7f66c89 slightly improved A* documentation 2023-02-18 12:32:32 +01:00
Ell 4029adb4bf Fixed TextInput drawing characters with the wrong width if a masking character is used 2023-02-17 18:33:56 +01:00
Ell a47d3f50cb Fixed TextInputs behaving incorrectly when switching between multiline and single-line modes 2023-02-17 13:16:49 +01:00
Ell f6beaff43a Fixed a multiline text field's cursor not returning to the default position when the last character is removed 2023-02-13 14:37:20 +01:00
Ell aef6f7bd58 Fixed control characters being included in TextInput and TextField 2023-02-13 14:27:39 +01:00
Ell eb8a8568e1 Some ui system improvements
- Allow initializing a ui system's text formatter without default codes and macros
- Fixed UiStyle.LinkColor not being applied to the ui system when changed
2023-01-08 11:21:20 +01:00
Ell a249331ce9 Allow initializing text formatters without default codes and macros 2023-01-07 22:32:38 +01:00
Ell 500736e20f Added subscript and superscript formatting codes 2023-01-07 22:02:22 +01:00