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
/
modules
/
text_server_fb
/
text_server_fb.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
Add a minimal template build to CI
Aaron Franke
2021-11-12
1
-0
/
+2
*
Modules: Make sure to include modules_enabled.gen.h where needed
Rémi Verschelde
2021-11-12
1
-0
/
+2
*
Merge pull request #46721 from bruvzg/custom_word_break_punct
Rémi Verschelde
2021-11-09
1
-9
/
+45
|
\
|
*
[Text Server] Add support for user defined punctuation list, used for word br...
bruvzg
2021-10-01
1
-9
/
+45
*
|
Merge pull request #54372 from bruvzg/text_edit_ui
Rémi Verschelde
2021-11-09
1
-0
/
+77
|
\
\
|
*
|
Add functions for getting name and font style from dynamic and bitmap fonts.
bruvzg
2021-10-31
1
-0
/
+77
*
|
|
Repaired mistyped of 'threshold' on several files.
M. Huri
2021-10-31
1
-4
/
+4
|
/
/
*
|
Ignore empty Font resources as theme override.
bruvzg
2021-10-25
1
-0
/
+1
*
|
[TextServer] Add texture index, offsets array size and Unicode char validation.
bruvzg
2021-10-15
1
-1
/
+10
*
|
Move static feature set and number system `StringName`s to the singleton.
bruvzg
2021-10-12
1
-33
/
+24
|
/
*
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-107
/
+138
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-89
/
+89
*
Rename RID's `getornull()` to `get_or_null()`
Hugo Locurcio
2021-09-29
1
-114
/
+114
*
[Fallback TextServer] Fix char to glyph conversion.
bruvzg
2021-09-29
1
-30
/
+9
*
Fix trim overrun width not being reset.
bruvzg
2021-09-27
1
-0
/
+1
*
TextServer: Fix build with freetype disabled
Rémi Verschelde
2021-09-15
1
-3
/
+4
*
[TextServer] Fix HarfBuzz handle init order. Fix MinGW build.
bruvzg
2021-09-01
1
-3
/
+3
*
Makes FontData importable resource.
bruvzg
2021-08-27
1
-330
/
+1850
*
Merge pull request #51178 from Geometror/layout-options-textline-textparagraph
Rémi Verschelde
2021-08-11
1
-83
/
+50
|
\
|
*
Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
Hendrik Brucker
2021-08-11
1
-83
/
+50
*
|
[Text Server] Improve object (image/table) inline alignment.
bruvzg
2021-08-08
1
-111
/
+147
|
/
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
Separate underscore from grapheme punctuation to enable doubleclick and caret...
Leonardo Christino
2021-07-13
1
-1
/
+8
*
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-0
/
+155
*
[CTL] Improve font fallback order selection.
bruvzg
2021-06-10
1
-7
/
+7
*
[Complex Text Layouts] Provide access to glyph contour points.
bruvzg
2021-03-31
1
-0
/
+7
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Merge pull request #46045 from bruvzg/text_server_bmp_create
Rémi Verschelde
2021-02-24
1
-0
/
+33
|
\
|
*
[Text Server] Restores bitmap font dynamic construction functions.
bruvzg
2021-02-15
1
-0
/
+33
*
|
Make FreeType optional for export templates.
bruvzg
2021-02-19
1
-6
/
+10
*
|
[TextServer] Restore character and space extra spacing support.
bruvzg
2021-02-15
1
-0
/
+33
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Fix missed renamings from empty() to is_empty()
Rémi Verschelde
2020-12-29
1
-2
/
+2
*
Add word breaks on punctuation characters.
bruvzg
2020-12-14
1
-0
/
+7
*
[Complex Text Layouts] Performance optimizations.
bruvzg
2020-12-07
1
-14
/
+28
*
[Complex Text Layouts] Align glyph offsets and advances to the pixel grid.
bruvzg
2020-12-06
1
-33
/
+33
*
[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...
bruvzg
2020-11-26
1
-0
/
+1362