Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebrand android editor to allow play store signing | Trashguy | 2024-11-13 | 1 | -1/+1 |
| | | | | Co-authored-by: Spartan322 <Megacake1234@gmail.com> | ||||
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 11 | -22/+22 |
| | |||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 11 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit e8542b06acca3c1bdeee4b528411771f0819f084) 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> | ||||
* | 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 |
| | | |||||
* | | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 2 | -3/+3 |
| | | | | | | | | • Ensure utf-8 encoding if previously unspecified | ||||
* | | [TextServer] Fix fallback line breaking code adding two breaks for CR-LF. | bruvzg | 2024-03-05 | 1 | -1/+4 |
| | | |||||
* | | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -0/+8 |
|/ | |||||
* | [TextServer] Implement soft hyphen handling. | bruvzg | 2024-02-23 | 1 | -8/+17 |
| | |||||
* | Merge pull request #88091 from bruvzg/extra_fallback | Rémi Verschelde | 2024-02-15 | 2 | -28/+70 |
|\ | | | | | | | [TextServer] Add extra fallback step, to lookup for individual characters. | ||||
| * | [TextServer] Add extra fallback step, to lookup for individual characters. | bruvzg | 2024-02-09 | 2 | -28/+70 |
| | | |||||
* | | Merge pull request #87971 from bruvzg/font_no_image_dup | Rémi Verschelde | 2024-02-15 | 2 | -27/+31 |
|\ \ | |/ |/| | | | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding. | ||||
| * | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding. | bruvzg | 2024-02-05 | 2 | -27/+31 |
| | | |||||
* | | [TextServer] Fix bitmap font kerning override. | bruvzg | 2024-02-08 | 1 | -1/+1 |
|/ | |||||
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 2 | -2/+50 |
| | |||||
* | Merge pull request #86269 from aaronfranke/detect-module | Rémi Verschelde | 2024-01-09 | 8 | -11/+11 |
|\ | | | | | | | Allow detecting when building as an engine module | ||||
| * | Use GODOT_MODULE define in TextServer modules | Aaron Franke | 2024-01-06 | 8 | -11/+11 |
| | | |||||
* | | ThorVG: update from v0.11.6 to v0.12.0 | Martin Capitanio | 2024-01-08 | 1 | -0/+2 |
|/ | | | | | | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.12.0 Godot-related SVG bug fixes: + [SwEngine] Fixed a linear filling scaling issue. thorvg/thorvg#1834 + [SwEngine] Path data not invalid even though it doesn't start with MoveTo. thorvg/thorvg#1848 Fixes #86128 Gradient issue. | ||||
* | Merge pull request #84289 from bruvzg/icu741 | Rémi Verschelde | 2024-01-03 | 2 | -2/+6 |
|\ | | | | | | | ICU4C: Update to version 74.1 | ||||
| * | ICU4C: Update to version 74.1 | bruvzg | 2023-11-01 | 2 | -2/+6 |
| | | |||||
* | | [TextServer] Do not draw non-visual characters. | bruvzg | 2023-12-12 | 1 | -0/+12 |
| | | |||||
* | | [Text Overrun] Add option to set custom ellipsis character, add support for ↵ | bruvzg | 2023-12-04 | 2 | -163/+220 |
| | | | | | | | | system font fallback. | ||||
* | | Fix various typos with codespell | Rémi Verschelde | 2023-11-11 | 1 | -2/+2 |
| | | | | | | | | Using 2.2.7.dev51+geb4a58fe. | ||||
* | | Merge pull request #81438 from 0xafbf/patch-2 | Rémi Verschelde | 2023-11-10 | 1 | -4/+4 |
|\ \ | | | | | | | | | | Fix subpixel layouts in text rendering | ||||
| * | | Fix subpixel layouts in text rendering | Andrés Botero | 2023-09-07 | 1 | -4/+4 |
| | | |