| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -211/+214 |
| * | [RTL / Label] Reorganize property order to ensure "visible_characters" / "per... | bruvzg | 2022-02-11 | 1 | -5/+9 |
| * | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -15/+25 |
| * | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -1/+1 |
| * | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 1 | -2/+3 |
| * | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -25/+23 |
| * | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -3/+3 |
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| * | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde | 2021-12-23 | 1 | -9/+66 |
| |\ |
|