index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
classes
/
TextServer.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Docs] Adds notes about glyph contour decomposition format.
bruvzg
2024-09-27
1
-0
/
+5
*
Fix typo in `string_get_character_breaks()` sample code
Haoyu Qiu
2024-09-18
1
-1
/
+1
*
[Font Import] Detect pixel fonts and disable subpixel positioning.
bruvzg
2024-07-23
1
-0
/
+7
*
[TextServer] Fix get_word_breaks and it uses.
bruvzg
2024-06-21
1
-2
/
+3
*
[TextServer] Add notes about high level text/font classes and getting active ...
bruvzg
2024-05-15
1
-0
/
+10
*
Merge pull request #81639 from MJacred/is_letter
Rémi Verschelde
2024-05-03
1
-0
/
+7
|
\
|
*
Add is_valid_letter() to TextServer
MJacred
2024-05-02
1
-0
/
+7
*
|
Improve TextEdit/LineEdit word selection.
bruvzg
2024-04-22
1
-0
/
+1
*
|
[TextServer] Expose ICU title case string conversion to scripting.
bruvzg
2024-04-04
1
-0
/
+10
*
|
[TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, upd...
bruvzg
2024-03-13
1
-6
/
+6
*
|
Merge pull request #89395 from bruvzg/rtl_ts_img_range
Rémi Verschelde
2024-03-12
1
-0
/
+16
|
\
\
|
*
|
[RTL] Use "visible characters" property for inline object visibility
bruvzg
2024-03-12
1
-0
/
+16
*
|
|
[Font] Add option to disable embedded bitmaps loading.
bruvzg
2024-03-11
1
-0
/
+15
|
/
/
*
/
[TextEdit] Add support for optional wrapped line indentation.
bruvzg
2024-02-26
1
-0
/
+3
|
/
*
[TextServer] Implement soft hyphen handling.
bruvzg
2024-02-23
1
-0
/
+3
*
[TextServer / Font] Add support for customizable baseline offset.
bruvzg
2024-01-28
1
-0
/
+15
*
Add missing descriptions to TextServer's constants
Micky
2024-01-06
1
-0
/
+3
*
[Text Overrun] Add option to set custom ellipsis character, add support for s...
bruvzg
2023-12-04
1
-0
/
+15
*
Fix typo in TextureServer.font_get_face_index description
Haoyu Qiu
2023-11-12
1
-2
/
+2
*
[Bitmap fonts] Add support for scaling.
bruvzg
2023-10-13
1
-0
/
+24
*
Merge pull request #82691 from YuriSizov/rst-validate-with-exceptions
Rémi Verschelde
2023-10-04
1
-4
/
+3
|
\
|
*
Validate `code` tags for class and member references
Yuri Sizov
2023-10-03
1
-4
/
+3
*
|
[TextServer] Store font extra spacing variations without making a full copy o...
bruvzg
2023-09-28
1
-0
/
+7
|
/
*
Merge pull request #80954 from bruvzg/sp_per_font
Rémi Verschelde
2023-08-28
1
-0
/
+17
|
\
|
*
[Text Server] Store extra spacing of individual font variations.
bruvzg
2023-08-24
1
-0
/
+17
*
|
Fix various typos in classref
Haoyu Qiu
2023-08-22
1
-2
/
+2
|
/
*
[TextServer] Fix system font fallback and caret/selection behavior for compos...
bruvzg
2023-08-15
1
-2
/
+45
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Display `BitField[Enum]` in docs to distinguish from `Enum`
Danil Alexeev
2023-06-15
1
-7
/
+7
*
Overhaul the top sections of the class reference (GUI classes)
VolTer
2023-05-28
1
-3
/
+3
*
[TextServer] Add support for retrieving OpenType name strings.
bruvzg
2023-05-22
1
-0
/
+7
*
Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...
bruvzg
2023-05-15
1
-1
/
+17
*
Fix various typos in the classref
Haoyu Qiu
2023-04-18
1
-1
/
+1
*
[TextServer] Use dedicated flag for object replacement characters.
bruvzg
2023-04-12
1
-0
/
+3
*
Fix typos and inconsistencies in classref
Haoyu Qiu
2023-03-27
1
-1
/
+1
*
Merge pull request #74149 from bruvzg/get_char
Yuri Sizov
2023-03-16
1
-1
/
+10
|
\
|
*
[Font] Implement `get_char_from_glyph_index` function.
bruvzg
2023-03-01
1
-1
/
+10
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
|
/
*
Various classref typo fixes
Haoyu Qiu
2023-02-20
1
-1
/
+1
*
Implement BiDi override mode for GDScript source.
bruvzg
2023-01-18
1
-4
/
+7
*
Update documentation for TextServer.format_number() when language parameter i...
Ken Paulson
2022-12-18
1
-0
/
+1
*
Fix String::word_wrap() for long words
Haoyu Qiu
2022-12-16
1
-2
/
+9
*
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-15
1
-0
/
+2
*
Use capitalized ID in the doc
Haoyu Qiu
2022-12-08
1
-1
/
+1
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-0
/
+48
*
Hide Antialiasing import option on DynamicFonts with MSDF enabled
Hugo Locurcio
2022-11-03
1
-9
/
+9
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-2
/
+2
*
Improve font glyph cache packing shelf best height fit heuristic.
bruvzg
2022-10-18
1
-2
/
+2
*
[GDExtension] Use function names with underscore for TextServer extension, ad...
bruvzg
2022-09-28
1
-0
/
+2
[next]