| Commit message (Expand) | Author | Age | Files | Lines |
* | [Text Server] Prevent composite glyphs which incorporate kashida from being u... | bruvzg | 2022-08-05 | 1 | -78/+120 |
* | [TextServer] Implement ICU/UAX 31 based `is_valid_identifier` function. | bruvzg | 2022-08-02 | 1 | -1/+22 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -3/+4 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+43 |
* | Remove unused legacy tests | Rémi Verschelde | 2022-04-07 | 8 | -1544/+0 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -23/+43 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -27/+3 |
* | Unify variable and array declarations in shaders | Yuri Roubinsky | 2022-01-18 | 1 | -3/+0 |
* | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -0/+206 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 9 | -18/+18 |
* | Refactor render_mode in shaders, forbid declaring duplicates | Yuri Roubinsky | 2021-12-21 | 1 | -2/+2 |
* | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky | 2021-12-08 | 1 | -1/+6 |
* | Allow using empty statements in the shader, added formatting warning | Yuri Roubinsky | 2021-12-01 | 1 | -0/+2 |
* | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 2 | -6/+6 |
* | Move and organize tests into subfolders | Aaron Franke | 2021-11-07 | 9 | -0/+1860 |