summaryrefslogtreecommitdiffstats
path: root/modules/text_server_adv/text_server_adv.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TextServer] Fix justification on punctuation characters.bruvzg2023-03-061-5/+18
* Merge pull request #73987 from bruvzg/ft_lockRémi Verschelde2023-03-031-35/+46
|\
| * [TextServer] Add mutex for FreeType face creation/deletion operations.bruvzg2023-02-261-35/+46
* | Merge pull request #73669 from bruvzg/icu_static_dataRémi Verschelde2023-03-021-1/+4
|\ \
| * | [TextServer] Ensure ICU data is initialised only one and cleaned only at exit.bruvzg2023-02-211-1/+4
| |/
* / Fix text server GDExtension build.bruvzg2023-02-261-3/+3
|/
* [TextServer] Preload USpoofChecker to speed up GDScript parsing.bruvzg2023-02-051-19/+31
* [RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `...bruvzg2023-01-301-1/+2
* Merge pull request #71931 from bruvzg/ts_sRémi Verschelde2023-01-231-8/+0
|\
| * [TextServer] Fix ICU data loading and exporting with `internationalization/lo...bruvzg2023-01-231-8/+0
* | [TextServer] Add fallback code in case of missing ICU data.bruvzg2023-01-231-1/+35
|/
* Fix BiDi override for the characters outside BMP (e.g., emojis).bruvzg2023-01-231-8/+9
* Merge pull request #71598 from bruvzg/gdscript_bidi_overrideRémi Verschelde2023-01-191-8/+36
|\
| * Implement BiDi override mode for GDScript source.bruvzg2023-01-181-8/+36
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-31/+5
|/
* Refactor ProjectSetting overridesJuan Linietsky2023-01-131-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [TextServer] Make `free` calls thread safe.bruvzg2023-01-021-2/+8
* Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-2/+2
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-23/+71
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+10
* check for empty string TextServer _string_to_upperevan-gordon2022-12-111-0/+6
* [TextServer] Do not clean up font texture cache when setting `allow_system_fa...bruvzg2022-12-101-4/+1
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-16/+258
* [TextServer] Fix line breaking for the special fonts that substitute a long s...bruvzg2022-11-211-1/+4
* Implement SVG in OT support.bruvzg2022-11-041-1/+13
* [TextServer] Fix hex code box positions in vertical text layout.bruvzg2022-11-011-0/+2
* [TextServer] Fix incorrect line breaks count for embedded objects (e.g. RTL t...bruvzg2022-10-311-1/+2
* Improve text line breaking performance for long lines.bruvzg2022-10-311-19/+51
* Merge pull request #67562 from bruvzg/improve_font_packingRémi Verschelde2022-10-311-75/+40
|\
| * Improve font glyph cache packing shelf best height fit heuristic.bruvzg2022-10-181-75/+40
* | Merge pull request #67409 from bruvzg/fix_oversampling_roundingRémi Verschelde2022-10-311-24/+29
|\ \
| * | [TextServer] Do not round glyph advances / coordinates if font oversampling o...bruvzg2022-10-171-24/+29
* | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-10/+10
| |/ |/|
* | Merge pull request #67521 from nikitalita/speed_up_texture_posRémi Verschelde2022-10-171-2/+2
|\ \
| * | Speed up `find_texture_pos_for_glyph()`nikitalita2022-10-161-2/+2
| |/
* / Fix memory leak when `_ensure_cache_for_size()` failsHaoyu Qiu2022-10-171-1/+6
|/
* Make some Image methods statickobewi2022-10-141-20/+6
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Merge pull request #66532 from bruvzg/mipmap_changeRémi Verschelde2022-09-281-0/+1
|\
| * [Text Server] Clear textures after "generate mipmaps" property change.bruvzg2022-09-281-0/+1
* | [GDExtension] Use function names with underscore for TextServer extension, ad...bruvzg2022-09-281-240/+254
|/
* [RTL] Fix font variations / OpenType features of theme default font not updat...bruvzg2022-09-261-12/+4
* [TextServer] Always prefer main font over fallbacks, regardless of script/lan...bruvzg2022-09-251-1/+4
* [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-2/+2
* Merge pull request #65914 from bruvzg/fix_trim_wo_spaceRémi Verschelde2022-09-211-22/+29
|\
| * Fix line trim/ellipsis when line do not have space or newline at the end.bruvzg2022-09-161-22/+29
* | Replace File/Directory with FileAccess/DirAccesskobewi2022-09-191-11/+6
* | Fix crash when executing `FontFile.get_face_count`Haoyu Qiu2022-09-181-2/+2
|/
* Merge pull request #65170 from KoBeWi/your_argument_is_TypedArrayRémi Verschelde2022-09-021-3/+3
|\