Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973 | Spartan322 | 2024-11-27 | 4 | -195/+62 |
|\ | |||||
| * | Fix SVG font rendering. | Pāvels Nadtočajevs | 2024-11-21 | 4 | -191/+62 |
| | | |||||
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -30/+32 |
|\| | |||||
| * | [TextServer] Only load ellipsis glyph when it's used. | bruvzg | 2024-11-05 | 1 | -30/+32 |
| | | |||||
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c | Spartan322 | 2024-10-30 | 3 | -2/+11 |
|\| | |||||
| * | Update ICU to 76.1 | bruvzg | 2024-10-24 | 3 | -2/+11 |
| | | |||||
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 11 | -22/+22 |
| | | |||||
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 11 | -0/+22 |
|/ | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com> | ||||
* | Merge pull request #97677 from bruvzg/hb1001 | Rémi Verschelde | 2024-10-02 | 2 | -0/+2 |
|\ | | | | | | | Update HarfBuzz to 10.0.1 | ||||
| * | Update HarfBuzz to 10.0.1 | bruvzg | 2024-10-01 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #97693 from bruvzg/ts_fb_silent | Rémi Verschelde | 2024-10-01 | 2 | -5/+32 |
|\ \ | | | | | | | | | | [TextServer] Silently skip invalid system fallback fonts. | ||||
| * | | [TextServer] Silently skip invalid system fallback fonts. | bruvzg | 2024-10-01 | 2 | -5/+32 |
| |/ | |||||
* / | Fix ICU support data loading | Travis Wrightsman | 2024-09-30 | 1 | -1/+3 |
|/ | | | | | This fixes an error in loading the ICU support data on platforms that don't use either the builtin icu4c or the static ICU support data. | ||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 2 | -0/+3 |
| | |||||
* | Style: Apply new `clang-format` changes | Thaddeus Crews | 2024-09-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #70096 from rune-scape/stringname-dict | Rémi Verschelde | 2024-09-03 | 1 | -1/+1 |
|\ | | | | | | | StringName Dictionary keys | ||||
| * | StringName Dictionary keys | rune-scape | 2024-08-29 | 1 | -1/+1 |
| | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead | ||||
* | | TextServerAdvanced: improve performance by removing redundant lookups | rune-scape | 2024-08-28 | 2 | -322/+411 |
|/ | | | | | | + caching editor setting + using a faster hash method on the FontForSizeAdvanced cache + SafeFlag for ShapedTextDataAdvanced::valid | ||||
* | Merge pull request #95549 from timothyqiu/split-translation-server | Rémi Verschelde | 2024-08-16 | 1 | -1/+1 |
|\ | | | | | | | Split `TranslationServer` into its own file | ||||
| * | Split TranslationServer into its own file | Haoyu Qiu | 2024-08-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #95417 from bruvzg/win_dll_exports | Rémi Verschelde | 2024-08-16 | 2 | -1/+11 |
|\ \ | | | | | | | | | | Remove unnecessary DLL export attributes. | ||||
| * | | Remove unnecessary DLL export attributes. | bruvzg | 2024-08-12 | 2 | -1/+11 |
| |/ | |||||
* / | [Font Import] Detect pixel fonts and disable subpixel positioning. | bruvzg | 2024-07-23 | 2 | -0/+32 |
|/ | |||||
* | fix: change esthetic -> aesthetic | Eric allen | 2024-07-05 | 1 | -1/+1 |
| | |||||
* | [TextServer] Fix get_word_breaks and it uses. | bruvzg | 2024-06-21 | 1 | -61/+93 |
| | |||||
* | [TextServer] Save advances rounding remainders to prevent rounding error ↵ | bruvzg | 2024-06-18 | 1 | -8/+19 |
| | | | | accumulation. | ||||
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ↵ | bruvzg | 2024-06-12 | 3 | -16/+16 |
| | | | | new/changed low-level methods to GDExtension API. | ||||
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -34/+35 |
| | |||||
* | SCons: Fix potential Windows ANSI exception | Thaddeus Crews | 2024-05-18 | 1 | -8/+15 |
| | |||||
* | Update ICU to 75.1 | bruvzg | 2024-05-14 | 2 | -2/+2 |
| | |||||
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -20/+20 |
| | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | Merge pull request #81639 from MJacred/is_letter | Rémi Verschelde | 2024-05-03 | 2 | -0/+11 |
|\ | | | | | | | Add `is_valid_letter()` to `TextServer` | ||||
| * | Add is_valid_letter() to TextServer | MJacred | 2024-05-02 | 2 | -0/+11 |
| | | |||||
* | | SCons: Fixes for warn/error colorization | Thaddeus Crews | 2024-04-29 | 1 | -44/+46 |
| | | |||||
* | | SCons: Colorize warnings/errors during generation | Thaddeus Crews | 2024-04-28 | 2 | -60/+84 |
| | | |||||
* | | Merge pull request #90349 from bruvzg/empty_glyph_test | Rémi Verschelde | 2024-04-08 | 2 | -44/+54 |
|\ \ | | | | | | | | | | [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px and avoid unnecessary texture updates. | ||||
| * | | [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px ↵ | bruvzg | 2024-04-07 | 2 | -44/+54 |
| | | | | | | | | | | | | and avoid unnecessary texture updates. | ||||
* | | | Merge pull request #90247 from akien-mga/harfbuzz-8.4.0 | Rémi Verschelde | 2024-04-08 | 2 | -0/+2 |
|\ \ \ | |/ / |/| | | | | | harfbuzz: Update to 8.4.0 | ||||
| * | | harfbuzz: Update to 8.4.0 | Rémi Verschelde | 2024-04-05 | 2 | -0/+2 |
| | | | |||||
* | | | Prefer family name in fonts' names table | Haoyu Qiu | 2024-04-06 | 1 | -3/+19 |
| | | | |||||
* | | | [TextServer] Expose ICU title case string conversion to scripting. | bruvzg | 2024-04-04 | 2 | -0/+29 |
|/ / | |||||
* | | [Font] Apply oversampling to the "embolden" strength. | bruvzg | 2024-03-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #89422 from Repiteo/clang-tidy-NULL | Rémi Verschelde | 2024-03-13 | 1 | -3/+3 |
|\ \ | | | | | | | | | | clang-tidy: Enforce `modernize-use-nullptr` | ||||
| * | | clang-tidy: Enforce `modernize-use-nullptr` | Thaddeus Crews | 2024-03-12 | 1 | -3/+3 |
| | | | |||||
* | | | Merge pull request #89414 from bruvzg/update_icu_msdfgen | Rémi Verschelde | 2024-03-13 | 3 | -2/+9 |
|\ \ \ | |/ / |/| | | | | | Update ICU and msdfgen. | ||||
| * | | Update ICU and msdfgen. | bruvzg | 2024-03-13 | 3 | -2/+9 |
| | | | |||||
* | | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 2 | -6/+39 |
|\ \ \ | |/ / |/| | | | | | [RTL] Use "visible characters" property for inline object visibility | ||||
| * | | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 2 | -6/+39 |
| | | | |||||
* | | | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 2 | -3/+29 |
|/ / | |||||
* | | SCons: Ensure `with` statement where applicable | Thaddeus Crews | 2024-03-10 | 2 | -67/+66 |
| | |