summaryrefslogtreecommitdiff
path: root/tests/servers
AgeCommit message (Expand)Author
2022-08-05[Text Server] Prevent composite glyphs which incorporate kashida from being u...bruvzg
2022-08-02[TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function.bruvzg
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-04-28Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg
2022-04-07Remove unused legacy testsRémi Verschelde
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-18Unify variable and array declarations in shadersYuri Roubinsky
2022-01-13[TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-21Refactor render_mode in shaders, forbid declaring duplicatesYuri Roubinsky
2021-12-08Make `compile` shader function to use struct instead long parameter listYuri Roubinsky
2021-12-01Allow using empty statements in the shader, added formatting warningYuri Roubinsky
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-07Move and organize tests into subfoldersAaron Franke