|
023233a062
|
Fixed some TokenizedString tokens starting with a line break not being split correctly
|
2022-09-02 14:07:23 +02:00 |
|
|
0fe4c940d7
|
Fixed TokenizedString handling trailing spaces incorrectly in the last line of non-left aligned text
|
2022-09-02 13:58:12 +02:00 |
|
|
32dad847a0
|
adAdded TokenizedString.Realign
|
2022-09-02 13:42:21 +02:00 |
|
|
6f05263980
|
ensure that SimpleEndCode doesn't end formatting codes with shorter names
|
2022-06-26 17:18:38 +02:00 |
|
|
6e2c2b3730
|
Improved the way terminating formatting codes work by introducing SimpleEndCode
|
2022-06-26 15:08:11 +02:00 |
|
|
61055148ef
|
some fixes and doc changes to make MLEM.FNA more in line with MLEM
|
2022-06-24 21:33:24 +02:00 |
|
|
5d7d238630
|
added MLEM.FNA
|
2022-06-24 14:01:26 +02:00 |
|
|
aabb1ed5df
|
added .editorconfig
|
2022-06-17 18:23:47 +02:00 |
|
|
59af00c89a
|
Code cleanup, and marked AStar.InfiniteCost as obsolete
|
2022-06-15 11:38:11 +02:00 |
|
|
d5ec0b8001
|
Allow setting a default color for clickable links in UiStyle
|
2022-03-07 12:00:33 +01:00 |
|
|
c360c90f28
|
Fixed Code.Draw receiving the index in the current line rather than the current token
Closes #3
|
2022-02-14 00:24:31 +01:00 |
|
|
856d69b7db
|
Fixed a formatting Code only knowing about the last Token that it is applied in
Closes #3
|
2022-02-13 22:43:51 +01:00 |
|
|
f7cf9460d6
|
Renamed GenericFont.OneEmSpace to Emsp (and marked OneEmSpace as obsolete)
|
2022-01-24 11:16:23 +01:00 |
|
|
29bbd61f8b
|
reformat and cleanup
|
2021-12-28 14:56:11 +01:00 |
|
|
f5adf50823
|
Added StringBuilder overloads to GenericFont
|
2021-12-22 13:00:41 +01:00 |
|
|
252d06888f
|
consistently use the default font's line height
|
2021-11-28 11:30:57 +01:00 |
|
|
a11a63c067
|
some GenericFont code style improvements
|
2021-11-28 00:28:17 +01:00 |
|
|
f445aba45c
|
improved Token memory allocations
|
2021-11-27 23:35:37 +01:00 |
|
|
53b93a34f8
|
Made TextFormatter string size based on the currently active font and added a formatting code to allow for inline font changes
|
2021-11-27 22:45:37 +01:00 |
|
|
84a6e5a29a
|
Fixed some end-of-line inconsistencies when using the Right text alignment
|
2021-11-22 18:52:52 +01:00 |
|
|
c9c9e566b1
|
Throw an exception when text formatter macros resolve recursively too many times
|
2021-11-22 17:50:17 +01:00 |
|
|
11dd939009
|
Added a multiline editing mode to TextField
|
2021-10-12 02:16:09 +02:00 |
|
|
fd5b83eaa0
|
added a strikethrough formatting code
|
2021-10-10 20:30:40 +02:00 |
|
|
9743c05e1a
|
Cache TokenizedString inner offsets for non-Left text alignments
|
2021-10-04 23:57:58 +02:00 |
|
|
abac738123
|
Removed LINQ Any and All usage in various methods to improve memory usage
|
2021-07-18 22:18:46 +02:00 |
|
|
705758090b
|
fixed image tokens drawing themselves too many times for split strings
|
2021-06-25 16:40:09 +02:00 |
|
|
14940d39c5
|
added text alignment options to tokenized strings and paragraphs
|
2021-06-25 15:23:30 +02:00 |
|
|
d146e80cf6
|
updated some outdated dependencies
|
2021-05-29 18:06:20 +02:00 |
|
|
3da97fcc83
|
fixed UnderlineCode being a font code, making it end in the wrong places
|
2021-05-24 17:12:02 +02:00 |
|
|
ef45c324f9
|
fixed a crash with truncated string tokenization
|
2021-05-20 19:59:37 +02:00 |
|
|
d385581c25
|
added formatted string truncation to tokenized strings and ui paragraphs
|
2021-05-18 16:47:38 +02:00 |
|
|
e916ddb7a8
|
allow for underline and shadow codes to be mixed with font codes
|
2021-05-18 16:19:40 +02:00 |
|
|
f3b3feec9b
|
updated non-netstandard projects to net5.0
|
2021-04-22 02:21:36 +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 |
|
|
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 |
|
|
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 |
|
|
0411add4d1
|
added a newline macro to the default text formatter
|
2021-03-09 17:45:49 +01:00 |
|
|
267cbc8d9c
|
allow image codes to copy the text's color
|
2020-12-29 12:41:29 +01:00 |
|
|
106102adf6
|
clean up unused using statements
|
2020-12-14 21:51:27 +01:00 |
|
|
bb596c91ff
|
cleaned up color extensions and move some methods to colorhelper instead
|
2020-11-04 23:44:41 +01:00 |
|
|
8b29903444
|
Replace ImageCode and TextField character ToString usage with ToCachedString for memory performace
|
2020-09-28 20:43:37 +02:00 |
|
Ellpeck
|
a17301504d
|
added macros to text formatting
|
2020-07-01 14:30:47 +02:00 |
|
Ellpeck
|
d891e19d2a
|
reduce string allocations when rendering text
|
2020-06-21 23:23:52 +02:00 |
|
Ellpeck
|
64b9246aa5
|
clean up GenericFont changes
|
2020-06-20 12:12:34 +02:00 |
|
Ellpeck
|
73f2e1c565
|
use measurechar where applicable
|
2020-06-20 01:20:39 +02:00 |
|
Ellpeck
|
90e0ff55d1
|
use a custom character for image codes rather than trying to calculate spaces
|
2020-06-20 01:18:27 +02:00 |
|
Ellpeck
|
deec553b22
|
code cleanup
|
2020-06-18 17:24:35 +02:00 |
|