b4f45ba6b5
small keybind improvements
...
- Added a constructor that accepts a set of combinations
- Made the Combinations collection a public property
2024-07-16 12:10:41 +02:00
6f51b3542b
Revert "Added a public Combinations collection and associated constructor to Keybind"
...
This reverts commit b2dd81e95b
.
2024-07-16 12:06:47 +02:00
b2dd81e95b
Added a public Combinations collection and associated constructor to Keybind
2024-07-16 11:18:56 +02:00
fa60b5e8b1
fixed error in 2df216c
2024-07-14 20:04:18 +02:00
2df216c15d
various sprite animation improvements
...
- Added indexers and Count to SpriteAnimation and SpriteAnimationGroup
- Marked SpriteAnimation.ByName obsolete in favor of the new indexer
2024-07-14 19:52:32 +02:00
24277ba494
Allow AutoTiling overlayTextures to return null texture regions
2024-06-27 22:24:11 +02:00
85d20b6433
Added a RectangleF.FromCorners overload that accepts points
2024-04-13 21:14:34 +02:00
7bf418f8b2
Allow NumberExtensions.GetPoints to include bottom and right coordinates
2024-04-13 21:12:49 +02:00
dd9230abf0
defaults for string GetArea methods
2024-04-10 23:52:35 +02:00
fc2d705526
allow GetTokenUnderPos to work with rotation, origin and effects
2024-04-10 23:42:16 +02:00
fdb0571860
xml docs and cleanup
2024-04-10 20:45:16 +02:00
76eb5d0679
use faster draw methods for formatting codes
2024-04-10 20:33:53 +02:00
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
e00769a4ed
moved out string transforms into CalculateStringTransform in preparation for #18
2024-04-10 18:47:10 +02:00
556be37523
updated changelog links
2024-04-05 15:20:46 +02:00
23103613cd
Allow formatting codes applied later to override settings of earlier ones
2024-03-17 21:54:06 +01:00
0c5369e687
Fixed bold and italic formatting code closing tags working on each other
2024-03-17 21:43:53 +01:00
62ef75441a
Added ToHexStringRgba and ToHexStringRgb to ColorExtensions
...
Closes #19
2024-03-15 20:04:57 +01:00
ed5c4b44d4
fixed empty nine patch regions stalling when using tile mode
...
closes #17
2024-01-30 20:34:36 +01:00
1436cdb987
Also use IsAotCompatible for FNA projects
2023-12-20 20:54:23 +01:00
236ecfa116
Use IsAotCompatible instead of IsTrimmable to enable more warnings
2023-12-20 20:49:52 +01:00
e191d4919b
Fixed InputHandler touch states being initialized incorrectly when touch handling is disabled
...
Closes #10
2023-12-04 10:20:29 +01:00
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
a892d2424e
fix new trimmable warnings
2023-11-22 12:17:21 +01:00
b8f46ff5d2
updated to .net 8 and reorganized third party deps
2023-11-22 10:39:13 +01:00
476e1dd2a6
Improved text formatter tokenization performance
2023-10-14 18:58:32 +02:00
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
b49ac1d053
Added the ability to draw single corners of AutoTiling's extended auto tiles
2023-08-28 01:51:25 +02:00
7e64b8a990
Added GetRandomEntry and GetRandomWeightedEntry to SingleRandom
2023-08-07 19:00:34 +02:00
2c7ffee427
Added Zero, One, Linear and Clamp to Easings
2023-08-03 11:29:51 +02:00
62a7a89834
additional text input fixes for emoji
2023-07-17 15:56:25 +02:00
fda22de83d
Fixed TextInput not working correctly when using surrogate pairs
2023-07-17 15:20:36 +02:00
50da081be9
Added WithRenderTargets, a multi-target version of WithRenderTarget
2023-07-11 12:11:12 +02:00
e4e7191d8d
Include control characters in TextInput FileNames and PathNames rules
2023-06-21 10:37:48 +02:00
d81efe1d44
fixed multiline text fields not accepting newline characters (since aef6f7b
)
2023-06-21 00:07:26 +02:00
f1740b7b32
Added TextFormatter.StripAllFormatting
2023-05-19 19:30:45 +02:00
a1064984ec
Allow specifying start and end indices when drawing a TokenizedString or Paragraph
2023-05-18 21:41:36 +02:00
e09484cbe7
Fixed GetRandomWeightedEntry distribution not being equal for equal weights
2023-04-26 21:49:43 +02:00
c77ec3765c
include correct readme file in packages
2023-04-16 13:37:43 +02:00
1e16c6fdc5
some docs website improvements with new docfx version
2023-04-15 15:11:50 +02:00
6607a5f48c
net7.0
2023-03-29 23:31:30 +02:00
5086101bad
Allow setting ExternalGestureHandling through the InputHandler constructor
2023-03-04 23:41:25 +01:00
8a4dc11072
Marked GetDownTime, GetUpTime and GetTimeSincePress in Keybind and Combination as obsolete
2023-03-04 23:05:17 +01:00
7a54e4aa2d
added a default constructor to Combination
2023-03-03 14:24:35 +01:00
a84fd764c5
some GenericInput and Keybind improvements
2023-03-03 14:02:05 +01:00
3968f7dfae
Added a simple outline formatting code
2023-02-23 15:18:07 +01:00
b69a2c4755
Allow changing the default values used by default TextFormatter codes
2023-02-22 18:48:12 +01:00
c4836eedd6
Increased some recursion limits, and added useful Element ToString
2023-02-20 11:01:15 +01:00
dbd7f66c89
slightly improved A* documentation
2023-02-18 12:32:32 +01:00
4029adb4bf
Fixed TextInput drawing characters with the wrong width if a masking character is used
2023-02-17 18:33:56 +01:00