| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fuzzy string matching to quick open search | Adam Johnston | 2024-10-28 | 1 | -201/+143 |
* | [Label] Move shadow drawing into a separate draw step. | bruvzg | 2024-03-15 | 1 | -79/+47 |
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -2/+2 |
* | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -2/+2 |
* | Merge pull request #82894 from Quimisagi/label-align-values-discarded | Rémi Verschelde | 2024-01-04 | 1 | -0/+13 |
|\ |
|
| * | Add compability rename of (v)align properties of Label | David Crespo | 2023-10-31 | 1 | -0/+13 |
* | | [Label] Add get_character_bounds method to get bounding rectangles of the cha... | bruvzg | 2023-12-19 | 1 | -0/+123 |
* | | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+28 |
* | | Warn about autowrapped labels in containers | Yuri Sizov | 2023-11-09 | 1 | -0/+15 |
|/ |
|
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -17/+14 |
* | [Text Server] Store extra spacing of individual font variations. | bruvzg | 2023-08-24 | 1 | -3/+0 |
* | Merge pull request #77280 from Rindbee/fix-unnecessary-break-in-Label | Rémi Verschelde | 2023-08-02 | 1 | -3/+0 |
|\ |
|
| * | Fix unnecessary break when calculating the height of visible lines | Rindbee | 2023-05-20 | 1 | -3/+0 |
* | | [Label] Remove extra line spacing from Label minimum size calculations. | bruvzg | 2023-07-26 | 1 | -0/+3 |
* | | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -3/+2 |
* | | [Label] Add support for tab stops. | bruvzg | 2023-06-09 | 1 | -9/+34 |
|/ |
|
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -6/+56 |
* | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde | 2023-02-23 | 1 | -129/+105 |
* | Revert "Fix visible_lines calculation" | Rémi Verschelde | 2023-02-22 | 1 | -1/+4 |
* | Fix visible_lines calculation | helviett | 2023-02-22 | 1 | -4/+1 |
* | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez | 2023-02-16 | 1 | -7/+9 |
* | Make label sizing algorithm more robust | Pedro J. Estébanez | 2023-02-15 | 1 | -125/+132 |
* | Fix blank non-autowrapping labels | Pedro J. Estébanez | 2023-02-13 | 1 | -0/+4 |
* | Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug | Rémi Verschelde | 2023-02-13 | 1 | -0/+12 |
|\ |
|
| * | Mark dirty flags when shaped texts are invalidated | MinusKube | 2023-01-28 | 1 | -0/+12 |
* | | Enhance label sizing algorithm | Pedro J. Estébanez | 2023-02-06 | 1 | -54/+58 |
|/ |
|
* | Prevent infinite cascade of re-layout after label text reshaping | Pedro J. Estébanez | 2023-01-17 | 1 | -1/+8 |
* | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky | 2023-01-09 | 1 | -1/+1 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Merge pull request #67083 from RedMser/label-font-warning | Rémi Verschelde | 2022-10-09 | 1 | -0/+32 |
|\ |
|
| * | Add warning for missing characters in label font | RedMser | 2022-10-08 | 1 | -0/+32 |
* | | Fix Label text length mismatch after localization | Haoyu Qiu | 2022-10-08 | 1 | -1/+1 |
|/ |
|
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -3/+3 |
* | Merge pull request #65213 from Mickeon/fix-label-visible-ratio | Rémi Verschelde | 2022-09-01 | 1 | -2/+2 |
|\ |
|
| * | Fix Label & RichTextLabel's visible_ratio not working | Micky | 2022-09-01 | 1 | -2/+2 |
* | | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -21/+37 |
|/ |
|
* | [TextServer] Add support for trimming edge spaces on line break. | bruvzg | 2022-09-01 | 1 | -1/+2 |
* | Rename `CanvasItem.update()` to `queue_redraw()` | Micky | 2022-08-29 | 1 | -20/+20 |
* | Reorganized Label and RichTextLabel properties | VolTer | 2022-08-28 | 1 | -1/+2 |
* | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky | 2022-08-26 | 1 | -21/+21 |
* | Add some codes, returnes directly if the value is not changed. | 风青山 | 2022-08-23 | 1 | -11/+44 |
* | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky | 2022-08-22 | 1 | -2/+6 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -1/+1 |
* | Merge pull request #62139 from bruvzg/label_font_setttings | Rémi Verschelde | 2022-07-19 | 1 | -18/+47 |
|\ |
|
| * | Add LabelSettings resource for quick Label theme property override. | bruvzg | 2022-07-12 | 1 | -18/+47 |
* | | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg | 2022-07-15 | 1 | -13/+13 |
|/ |
|
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -92/+16 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -48/+31 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -4/+4 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -3/+3 |