summaryrefslogtreecommitdiffstats
path: root/tests/servers/test_text_server.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add is_valid_letter() to TextServerMJacred2024-05-021-0/+91
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Update and properly list versions of the built-in fonts.bruvzg2023-09-051-3/+3
* [TextServer] Fix issues with character breaks, add more tests.bruvzg2023-08-191-0/+80
* [TextServer] Fix system font fallback and caret/selection behavior for compos...bruvzg2023-08-151-0/+48
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-16/+32
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+2
* [Text Server] Prevent composite glyphs which incorporate kashida from being u...bruvzg2022-08-051-78/+120
* [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg2022-08-021-1/+22
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+4
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+43
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-23/+43
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-0/+206
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move and organize tests into subfoldersAaron Franke2021-11-071-0/+296