| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -17/+17 |
| * | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 1 | -11/+5 |
| * | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -174/+153 |
| * | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -1/+1 |
| * | Merge pull request #61934 from Geometror/hashfuncs | Rémi Verschelde | 2022-06-15 | 1 | -1/+1 |
| |\ |
|
| | * | Hash function improvements | Hendrik Brucker | 2022-06-15 | 1 | -1/+1 |
| * | | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.... | bruvzg | 2022-06-07 | 1 | -1/+73 |
| |/ |
|
| * | [RTL] Add support for shaping in background thread. | bruvzg | 2022-05-19 | 1 | -0/+5 |
| * | Implement TextMesh resource. | bruvzg | 2022-05-13 | 1 | -2/+11 |
| * | Use new HashMap implementation in the TextServer, and Font. | bruvzg | 2022-05-12 | 1 | -3/+3 |
| * | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -6/+4 |
| * | [TextServer] Fix incorrect oversampled font scaling. | bruvzg | 2022-05-10 | 1 | -0/+5 |
| * | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -2/+2 |
| * | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -1/+24 |
| * | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -10/+122 |
| * | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -17/+13 |
| * | Delay font texture update, until `draw` is called. Rasterize glyphs during sh... | bruvzg | 2022-04-05 | 1 | -45/+47 |
| * | Style: Apply clang-tidy to current code, add `readability-redundant-member-init` | Rémi Verschelde | 2022-04-04 | 1 | -4/+4 |
| * | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -415/+348 |
| * | Improve simulated bold fonts advance. | bruvzg | 2022-03-13 | 1 | -3/+8 |
| * | Add options to embolden and transform font outlines to simulate bold and ital... | bruvzg | 2022-03-11 | 1 | -8/+62 |
| * | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 1 | -16/+134 |
| * | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -24/+0 |
| * | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -125/+166 |
| * | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 1 | -1/+2 |
| * | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 1 | -0/+29 |
| * | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -24/+93 |
| * | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | 2022-01-10 | 1 | -0/+18 |
| |\ |
|
| | * | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -0/+18 |
| * | | Fix freezes when tab is zero or negative width. | bruvzg | 2022-01-10 | 1 | -0/+6 |
| |/ |
|
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| * | [Text Server] Fix re-shaping of substrings, improve oversampling scale. | bruvzg | 2021-12-15 | 1 | -16/+17 |
| * | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -56/+56 |
| * | 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 |