| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 3 | -8/+8 |
| * | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 2 | -22/+22 |
| * | 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 | 2 | -195/+172 |
| * | 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 | 2 | -2/+2 |
| |\ |
|
| | * | Hash function improvements | Hendrik Brucker | 2022-06-15 | 2 | -2/+2 |
| * | | [TextServer] Adds support for TrueType / OpenType collection files (*.TTC, *.... | bruvzg | 2022-06-07 | 2 | -1/+79 |
| |/ |
|
| * | [GDExtension] Expose Variant, NodePath and StringName hash functions. | bruvzg | 2022-06-06 | 1 | -1/+1 |
| * | [RTL] Add support for shaping in background thread. | bruvzg | 2022-05-19 | 1 | -0/+5 |
| * | Update HarfBuzz, ICU and FreeType. | bruvzg | 2022-05-17 | 1 | -1/+9 |
| * | Implement TextMesh resource. | bruvzg | 2022-05-13 | 1 | -2/+11 |
| * | Use new HashMap implementation in the TextServer, and Font. | bruvzg | 2022-05-12 | 2 | -11/+11 |
| * | 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 |
| * | Refactor module initialization | reduz | 2022-05-04 | 2 | -11/+20 |
| * | 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 | 2 | -1/+26 |
| * | Implement Label3D node. | bruvzg | 2022-04-22 | 2 | -10/+128 |
| * | 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 | 2 | -47/+54 |
| * | Style: Apply clang-tidy to current code, add `readability-redundant-member-init` | Rémi Verschelde | 2022-04-04 | 1 | -4/+4 |
| * | Fix TextServer build with `builtin_icu=no`. | bruvzg | 2022-03-28 | 1 | -13/+5 |
| * | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 8 | -585/+986 |
| * | 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 | 2 | -9/+71 |
| * | Merge pull request #57877 from bruvzg/subpixel_gl_pos | Rémi Verschelde | 2022-02-15 | 2 | -16/+138 |
| |\ |
|
| | * | Add sub-pixel glyph positioning support. | bruvzg | 2022-02-12 | 2 | -16/+138 |
| * | | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| |/ |
|
| * | 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 | 2 | -129/+195 |
| * | 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 | 2 | -0/+32 |
| * | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 2 | -24/+94 |
| * | Merge pull request #55225 from bruvzg/fix_ligature_cursor_and_ot_features | Rémi Verschelde | 2022-01-10 | 2 | -0/+22 |
| |\ |
|
| | * | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 2 | -0/+22 |
| * | | 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 | 4 | -8/+8 |
| * | [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 | 2 | -58/+58 |
| * | 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 | 2 | -1/+3 |
| * | Merge pull request #46721 from bruvzg/custom_word_break_punct | Rémi Verschelde | 2021-11-09 | 2 | -9/+48 |
| |\ |
|
| | * | [Text Server] Add support for user defined punctuation list, used for word br... | bruvzg | 2021-10-01 | 2 | -9/+48 |
| * | | Merge pull request #54372 from bruvzg/text_edit_ui | Rémi Verschelde | 2021-11-09 | 2 | -0/+90 |
| |\ \ |
|
| | * | | Add functions for getting name and font style from dynamic and bitmap fonts. | bruvzg | 2021-10-31 | 2 | -0/+90 |
| * | | | 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 |