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 | 8 | -16/+16 |
| | |||||
* | Rebrand preambles to Redot | Spartan322 | 2024-10-13 | 8 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | (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 | -46/+86 |
| | |||||
* | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ↵ | bruvzg | 2024-06-12 | 4 | -15/+21 |
| | | | | 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 | -33/+34 |
| | |||||
* | SCons: Fix potential Windows ANSI exception | Thaddeus Crews | 2024-05-18 | 1 | -8/+15 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | [TextServer] Improve empty glyph handling to allow glyphs smaller than 2px ↵ | bruvzg | 2024-04-07 | 2 | -44/+53 |
| | | | | and avoid unnecessary texture updates. | ||||
* | Prefer family name in fonts' names table | Haoyu Qiu | 2024-04-06 | 1 | -3/+34 |
| | |||||
* | [TextServer] Expose ICU title case string conversion to scripting. | bruvzg | 2024-04-04 | 2 | -0/+5 |
| | |||||
* | [Font] Apply oversampling to the "embolden" strength. | bruvzg | 2024-03-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #89414 from bruvzg/update_icu_msdfgen | Rémi Verschelde | 2024-03-13 | 3 | -0/+9 |
|\ | | | | | | | Update ICU and msdfgen. | ||||
| * | Update ICU and msdfgen. | bruvzg | 2024-03-13 | 3 | -0/+9 |
| | | |||||
* | | [TextServer] Use GDVIRTUAL_REQUIRED_CALL for required extensions methods, ↵ | bruvzg | 2024-03-13 | 1 | -7/+5 |
| | | | | | | | | update extension docs. | ||||
* | | Merge pull request #89395 from bruvzg/rtl_ts_img_range | Rémi Verschelde | 2024-03-12 | 2 | -6/+36 |
|\ \ | |/ |/| | | | [RTL] Use "visible characters" property for inline object visibility | ||||
| * | [RTL] Use "visible characters" property for inline object visibility | bruvzg | 2024-03-12 | 2 | -6/+36 |
| | | |||||
* | | [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 | 1 | -46/+46 |
| | |||||
* | Enforce `\n` eol for Python writes | Thaddeus Crews | 2024-03-09 | 1 | -2/+2 |
| | | | | • 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 |
| | |||||
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -1/+1 |
| | |||||
* | [TextServer] Implement soft hyphen handling. | bruvzg | 2024-02-23 | 1 | -6/+13 |
| | |||||
* | Merge pull request #88344 from bruvzg/fb_ts_nbsp | Rémi Verschelde | 2024-02-15 | 1 | -1/+3 |
|\ | | | | | | | [Fallback TextServer] Add support for non breaking spaces. | ||||
| * | [Fallback TextServer] Add support for non breaking spaces. | bruvzg | 2024-02-14 | 1 | -1/+3 |
| | | |||||
* | | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding. | bruvzg | 2024-02-05 | 2 | -27/+31 |
|/ | |||||
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 2 | -3/+42 |
| | |||||
* | Merge pull request #86269 from aaronfranke/detect-module | Rémi Verschelde | 2024-01-09 | 7 | -9/+9 |
|\ | | | | | | | Allow detecting when building as an engine module | ||||
| * | Use GODOT_MODULE define in TextServer modules | Aaron Franke | 2024-01-06 | 7 | -9/+9 |
| | | |||||
* | | 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. | ||||
* | [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 | -162/+221 |
| | | | | 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 |
| | | |||||
* | | ThorVG: Update to v0.11.1 | Martin Capitanio | 2023-10-16 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/thorvg/thorvg/releases/tag/v0.11.1 Godot related: + [SwEngine] Enhanced the quality of the dash line corners. + [SVG] Fixed a regression bug related to maskContentUnit, userSpaceOnUse/objectBoundingBox. Fixes #82982 icons. Fixes #83198 svg ← png/jpg. | ||||
* | | [Bitmap fonts] Add support for scaling. | bruvzg | 2023-10-13 | 2 | -4/+114 |
| | | |||||
* | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-10-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #82475 from bruvzg/ts_spacing_var | Rémi Verschelde | 2023-10-03 | 2 | -115/+166 |
|\ \ | | | | | | | | | | [TextServer] Store font extra spacing variations without making a full copy of font. | ||||
| * | | [TextServer] Store font extra spacing variations without making a full copy ↵ | bruvzg | 2023-09-28 | 2 | -115/+166 |
| | | | | | | | | | | | | of font. | ||||
* | | | ThorVG: update to v0.11.0 release. | Martin Capitanio | 2023-09-29 | 2 | -35/+40 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/thorvg/thorvg/releases/tag/v0.11.0 + Infrastructure Repository folder structure was make it more intuitive and coherent. "thorvg/src/lib" -> "thorvg/src/common" (providing essential common functionalities used internally among the renderer and sub-modules) "thorvg/src/lib" -> "thorvg/src/renderer" (for vector drawing features) + SVG related Fix stroke regression https://github.com/thorvg/thorvg/issues/1670 Support stroke dash offset function https://github.com/thorvg/thorvg/issues/1591#issuecomment-1681319321 Support Focal property in Radial Gradient https://github.com/thorvg/thorvg/issues/1558 | ||||
* | | thorvg: Update to 0.10.7 | Rémi Verschelde | 2023-09-26 | 2 | -6/+14 |
| | | | | | | | | Fixes #81618. | ||||
* | | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-26 | 1 | -147/+147 |
| | | |||||
* | | [TextServer] Pass Dictionary properties by value and check property values ↵ | bruvzg | 2023-09-07 | 1 | -2/+4 |
|/ | | | | instead of references.. | ||||
* | [TextServer] Remove excessive Dictionary checks. | bruvzg | 2023-09-04 | 1 | -4/+2 |
| | |||||
* | [TS] Fix SVG emoji placement. | bruvzg | 2023-08-29 | 1 | -2/+2 |
| |