| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -4/+4 |
|\ |
|
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -4/+4 |
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -17/+17 |
|\| |
|
| * | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -17/+17 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #93602 from aaronp64/inspector_latency | Rémi Verschelde | 2024-08-22 | 1 | -6/+6 |
|\ |
|
| * | Improve Editor Inspector/Theme item lookup performance | aaronp64 | 2024-08-20 | 1 | -6/+6 |
* | | [BMFont] Fix importing fonts with `Match char height` enabled. | bruvzg | 2024-08-14 | 1 | -3/+6 |
* | | [Font] Add check for cyclic base font dependencies. | bruvzg | 2024-08-03 | 1 | -4/+23 |
* | | [Editor] Update font preview directly instead of invalidating property list. | bruvzg | 2024-07-05 | 1 | -1/+0 |
|/ |
|
* | [Import] Add "skip file" import option to skip (and exclude from export) impo... | bruvzg | 2024-03-12 | 1 | -0/+11 |
* | [Font] Add option to disable embedded bitmaps loading. | bruvzg | 2024-03-11 | 1 | -0/+42 |
* | Fix Label3D, TextMesh & Font not following project default theme in editor | Micky | 2024-03-09 | 1 | -1/+6 |
* | Merge pull request #88185 from bruvzg/font_draw_no_ellipsis | Rémi Verschelde | 2024-02-15 | 1 | -0/+6 |
|\ |
|
| * | [Font] Do not use trim with ellipsis in the basic Font string drawing functions. | bruvzg | 2024-02-11 | 1 | -0/+6 |
* | | [TextServer / Font] Do not duplicate images to prevent unnecessary embedding. | bruvzg | 2024-02-05 | 1 | -1/+1 |
|/ |
|
* | [TextServer / Font] Add support for customizable baseline offset. | bruvzg | 2024-01-28 | 1 | -8/+51 |
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -4/+4 |
* | Don't use TTR/RTR for ERR/WARN prints | Rémi Verschelde | 2023-11-12 | 1 | -25/+25 |
* | [Bitmap fonts] Add support for scaling. | bruvzg | 2023-10-13 | 1 | -0/+21 |
* | Merge pull request #82712 from bruvzg/font_collection_name_select | Rémi Verschelde | 2023-10-03 | 1 | -3/+8 |
|\ |
|
| * | [SystemFont] Check name when selecting the best matching face from a collection. | bruvzg | 2023-10-03 | 1 | -3/+8 |
* | | [TextServer] Store font extra spacing variations without making a full copy o... | bruvzg | 2023-09-28 | 1 | -28/+46 |
|/ |
|
* | Merge pull request #81406 from bruvzg/ts_dict_chk2 | Rémi Verschelde | 2023-09-08 | 1 | -6/+10 |
|\ |
|
| * | [TextServer] Pass Dictionary properties by value and check property values in... | bruvzg | 2023-09-07 | 1 | -6/+10 |
* | | Introduce the concept of global theme contexts | Yuri Sizov | 2023-09-06 | 1 | -72/+44 |
|/ |
|
* | [TextServer] Remove excessive Dictionary checks. | bruvzg | 2023-09-04 | 1 | -8/+4 |
* | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -8/+60 |
* | Move registration of `fallbacks` property in the base Font class | Faolan | 2023-08-07 | 1 | -3/+8 |
* | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -19/+18 |
* | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
* | Fix: Incorrect property names in FontFile::_get_property_list(). | Ben Rog-Wilhelm | 2023-07-01 | 1 | -3/+3 |
* | [TextServer] Add support for retrieving OpenType name strings. | bruvzg | 2023-05-22 | 1 | -0/+5 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -6/+6 |
* | Merge pull request #74149 from bruvzg/get_char | Yuri Sizov | 2023-03-16 | 1 | -0/+6 |
|\ |
|
| * | [Font] Implement `get_char_from_glyph_index` function. | bruvzg | 2023-03-01 | 1 | -0/+6 |
* | | [Bitmap font] Assume outline size is `1` if it's not set, but channel for out... | bruvzg | 2023-03-02 | 1 | -0/+6 |
|/ |
|
* | Avoid returning self from `_get_base_font_or_default()` | Patrick Dawson | 2023-02-05 | 1 | -8/+24 |
* | [SystemFont] Add missing MSDF properties. | bruvzg | 2023-01-26 | 1 | -0/+38 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | [Font] Use key structure instead of raw hash for LRU cache to avoid collisions. | bruvzg | 2022-12-24 | 1 | -63/+27 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -18/+143 |
* | Merge pull request #69008 from akien-mga/property-hint-array-type-resource-si... | Rémi Verschelde | 2022-11-25 | 1 | -3/+3 |
|\ |
|
| * | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources | Rémi Verschelde | 2022-11-24 | 1 | -3/+3 |
* | | Fix inspector not showing name for LabelSettings.font | Haoyu Qiu | 2022-11-25 | 1 | -3/+3 |
|/ |
|
* | [Bitmap font] Always set valid fixed size, even if it's not set in the `fnt` ... | bruvzg | 2022-11-14 | 1 | -1/+4 |
* | Add a special case for importing bitmap fonts designed for Godot 3. | bruvzg | 2022-11-13 | 1 | -1/+4 |
* | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio | 2022-11-03 | 1 | -4/+4 |
* | [Font] Add support for OEM encoded bitmap fonts. | bruvzg | 2022-10-16 | 1 | -38/+165 |