Age | Commit message (Expand) | Author |
2023-02-23 | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde |
2023-02-22 | Revert "Fix visible_lines calculation" | Rémi Verschelde |
2023-02-22 | Fix visible_lines calculation | helviett |
2023-02-16 | Fix width determination of non-trimmed, non-wrapped labels | Pedro J. Estébanez |
2023-02-15 | Make label sizing algorithm more robust | Pedro J. Estébanez |
2023-02-13 | Fix blank non-autowrapping labels | Pedro J. Estébanez |
2023-02-13 | Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug | Rémi Verschelde |
2023-02-06 | Enhance label sizing algorithm | Pedro J. Estébanez |
2023-01-28 | Mark dirty flags when shaped texts are invalidated | MinusKube |
2023-01-17 | Prevent infinite cascade of re-layout after label text reshaping | Pedro J. Estébanez |
2023-01-09 | Removed unused property hints and `Object::get_translatable_strings()` | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-10-09 | Merge pull request #67083 from RedMser/label-font-warning | Rémi Verschelde |
2022-10-08 | Fix Label text length mismatch after localization | Haoyu Qiu |
2022-10-08 | Add warning for missing characters in label font | RedMser |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-09-01 | Merge pull request #65213 from Mickeon/fix-label-visible-ratio | Rémi Verschelde |
2022-09-01 | Fix Label & RichTextLabel's visible_ratio not working | Micky |
2022-09-01 | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov |
2022-09-01 | [TextServer] Add support for trimming edge spaces on line break. | bruvzg |
2022-08-29 | Rename `CanvasItem.update()` to `queue_redraw()` | Micky |
2022-08-28 | Reorganized Label and RichTextLabel properties | VolTer |
2022-08-26 | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky |
2022-08-23 | Add some codes, returnes directly if the value is not changed. | 风青山 |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-19 | Merge pull request #62139 from bruvzg/label_font_setttings | Rémi Verschelde |
2022-07-15 | Use BitField hint for the TextServer enums. Add missing parts for BitField su... | bruvzg |
2022-07-12 | Add LabelSettings resource for quick Label theme property override. | bruvzg |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-11 | [RTL / Label] Reorganize property order to ensure "visible_characters" / "per... | bruvzg |
2022-02-02 | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-17 | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg |
2022-01-13 | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-23 | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-06 | Rename minimum_size_changed() method | kobewi |
2021-12-06 | Add different "visible characters" behavior modes. | bruvzg |
2021-11-06 | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-21 | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men... | bruvzg |
2021-09-20 | Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m... | bruvzg |