Thaddeus Crews
|
0d267e7b1e
Core: Add dedicated `BitField` template
|
9 月之前 |
kobewi
|
75881f8322
Use initializer list in Arrays
|
1 年之前 |
Pāvels Nadtočajevs
|
2bbf0f2317
Add properties to configure space trimming on line break.
|
2 月之前 |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
3 月之前 |
Thaddeus Crews
|
c937b6d180
Merge pull request #102419 from Ivorforce/std-size
|
2 月之前 |
Pāvels Nadtočajevs
|
c03aa4b563
[TextServer] Fix space trimming on line break.
|
3 月之前 |
Lukas Tenbrink
|
e34f1f504c
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
|
3 月之前 |
Pāvels Nadtočajevs
|
43bc44e3b0
[TextServer] Fix text buffer not processing strings added after `shape`.
|
4 月之前 |
Pāvels Nadtočajevs
|
7c182a1544
[TextServer] Fix space trimming around mandatory line breaks.
|
5 月之前 |
Pāvels Nadtočajevs
|
06cae04b87
Change default Arabic font to Vazirmatn.
|
5 月之前 |
Pāvels Nadtočajevs
|
0708048530
[TextServer] Fix some line breaking edge cases.
|
6 月之前 |
MJacred
|
717513a62d
Add is_valid_letter() to TextServer
|
1 年之前 |
Yuri Sizov
|
95b27fe8c7
Reorganize code related to editor theming
|
1 年之前 |
bruvzg
|
ab33613a13
Update and properly list versions of the built-in fonts.
|
1 年之前 |
bruvzg
|
07d859de25
[TextServer] Fix issues with character breaks, add more tests.
|
1 年之前 |
bruvzg
|
5d3fcc5766
[TextServer] Fix system font fallback and caret/selection behavior for composite characters.
|
1 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Haoyu Qiu
|
207e52c161
Fix String::word_wrap() for long words
|
2 年之前 |
bruvzg
|
ecec415988
Use system fonts as fallback and improve system font handling.
|
2 年之前 |
bruvzg
|
4b155b939b
[Text Server] Prevent composite glyphs which incorporate kashida from being used for justification. Update TextServer tests to clean up on fail.
|
2 年之前 |
bruvzg
|
5aa48b6ae5
[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.
|
3 年之前 |
Rémi Verschelde
|
90019676b0
Code quality: Fix header guards consistency
|
2 年之前 |
bruvzg
|
6ab672d1ef
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
|
3 年之前 |
bruvzg
|
f19cd44346
Unify TextServer built-in module and GDExtension code.
|
3 年之前 |
bruvzg
|
baec983d8a
[TextServer] Improvements for line breaking, "Fill" alignment, overrun, and interaction between these modes.
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
Aaron Franke
|
99a282f631
Move and organize tests into subfolders
|
3 年之前 |