| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | [TextServer] Silently skip invalid system fallback fonts. | bruvzg | 2024-10-01 | 1 | -1/+2 |
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
* | TextServerAdvanced: improve performance by removing redundant lookups | rune-scape | 2024-08-28 | 1 | -4/+9 |
* | [Font Import] Detect pixel fonts and disable subpixel positioning. | bruvzg | 2024-07-23 | 1 | -0/+1 |
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne... | bruvzg | 2024-06-12 | 1 | -6/+6 |
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -20/+20 |
* | Merge pull request #81639 from MJacred/is_letter | Rémi Verschelde | 2024-05-03 | 1 | -0/+1 |
|\ |
|
| * | Add is_valid_letter() to TextServer | MJacred | 2024-05-02 | 1 | -0/+1 |
* | | [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px an... | bruvzg | 2024-04-07 | 1 | -2/+2 |
* | | [TextServer] Expose ICU title case string conversion to scripting. | bruvzg | 2024-04-04 | 1 | -0/+1 |
* | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 1 | -1/+4 |
|\ \ |
|
| * | | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 1 | -1/+4 |
| |/ |
|
* / | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 1 | -2/+8 |
|/ |
|
* | Merge pull request #88091 from bruvzg/extra_fallback | Rémi Verschelde | 2024-02-15 | 1 | -1/+1 |
|\ |
|
| * | [TextServer] Add extra fallback step, to lookup for individual characters. | bruvzg | 2024-02-09 | 1 | -1/+1 |
* | | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding. | bruvzg | 2024-02-05 | 1 | -2/+1 |
|/ |
|
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 1 | -2/+9 |
* | Use GODOT_MODULE define in TextServer modules | Aaron Franke | 2024-01-06 | 1 | -1/+1 |
* | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+5 |
* | [TextServer] Fix glyph comparator ambiguous output, causing "bad comparison f... | bruvzg | 2023-10-31 | 1 | -5/+1 |
* | [TextServerAdvanced] Keep dynamically loaded ICU data in memory. | bruvzg | 2023-10-23 | 1 | -0/+1 |
* | [Bitmap fonts] Add support for scaling. | bruvzg | 2023-10-13 | 1 | -0/+4 |
* | [TextServer] Store font extra spacing variations without making a full copy o... | bruvzg | 2023-09-28 | 1 | -0/+16 |
* | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -1/+15 |
* | [TextServer] Fix system font fallback and caret/selection behavior for compos... | bruvzg | 2023-08-15 | 1 | -0/+6 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -1/+1 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -4/+3 |
* | [TextServer] Add support for retrieving OpenType name strings. | bruvzg | 2023-05-22 | 1 | -0/+1 |
* | Improve line BiDi handling, prevent crash on recursive log updates. | bruvzg | 2023-04-12 | 1 | -0/+1 |
* | [TextServer] Improve BiDi error handling. | bruvzg | 2023-04-11 | 1 | -1/+3 |
* | Merge pull request #74149 from bruvzg/get_char | Yuri Sizov | 2023-03-16 | 1 | -0/+2 |
|\ |
|
| * | [Font] Implement `get_char_from_glyph_index` function. | bruvzg | 2023-03-01 | 1 | -0/+2 |
* | | Merge pull request #73987 from bruvzg/ft_lock | Rémi Verschelde | 2023-03-03 | 1 | -0/+2 |
|\ \ |
|
| * | | [TextServer] Add mutex for FreeType face creation/deletion operations. | bruvzg | 2023-02-26 | 1 | -0/+2 |
* | | | Merge pull request #73669 from bruvzg/icu_static_data | Rémi Verschelde | 2023-03-02 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | [TextServer] Ensure ICU data is initialised only one and cleaned only at exit. | bruvzg | 2023-02-21 | 1 | -1/+1 |
| |/ |
|
* / | Fix text server GDExtension build. | bruvzg | 2023-02-26 | 1 | -4/+4 |
|/ |
|
* | [TextServer] Preload USpoofChecker to speed up GDScript parsing. | bruvzg | 2023-02-05 | 1 | -0/+3 |
* | Merge pull request #71598 from bruvzg/gdscript_bidi_override | Rémi Verschelde | 2023-01-19 | 1 | -1/+1 |
|\ |
|
| * | Implement BiDi override mode for GDScript source. | bruvzg | 2023-01-18 | 1 | -1/+1 |
* | | [GDExtension] Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -2/+1 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix String::word_wrap() for long words | Haoyu Qiu | 2022-12-16 | 1 | -1/+1 |
* | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg | 2022-12-15 | 1 | -2/+3 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -1/+141 |
* | Implement SVG in OT support. | bruvzg | 2022-11-04 | 1 | -1/+2 |
* | Improve text line breaking performance for long lines. | bruvzg | 2022-10-31 | 1 | -0/+1 |
* | Improve font glyph cache packing shelf best height fit heuristic. | bruvzg | 2022-10-18 | 1 | -10/+76 |
* | [GDExtension] Use function names with underscore for TextServer extension, ad... | bruvzg | 2022-09-28 | 1 | -172/+176 |