| Commit message (Expand) | Author | Age | Files | Lines |
* | [Label] Move shadow drawing into a separate draw step. | bruvzg | 2024-03-15 | 1 | -0/+7 |
* | Revert "Update Node::get_configuration_warnings signature" | Rémi Verschelde | 2024-02-17 | 1 | -1/+1 |
* | Update Node::get_configuration_warnings signature | RedMser | 2024-02-08 | 1 | -1/+1 |
* | Merge pull request #82894 from Quimisagi/label-align-values-discarded | Rémi Verschelde | 2024-01-04 | 1 | -0/+3 |
|\ |
|
| * | Add compability rename of (v)align properties of Label | David Crespo | 2023-10-31 | 1 | -0/+3 |
* | | [Label] Add get_character_bounds method to get bounding rectangles of the cha... | bruvzg | 2023-12-19 | 1 | -0/+2 |
* | | [Text Overrun] Add option to set custom ellipsis character, add support for s... | bruvzg | 2023-12-04 | 1 | -0/+4 |
|/ |
|
* | Register theme properties with ThemeDB | Yuri Sizov | 2023-09-11 | 1 | -2/+0 |
* | [Label] Add support for tab stops. | bruvzg | 2023-06-09 | 1 | -0/+4 |
* | Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad... | bruvzg | 2023-05-15 | 1 | -0/+4 |
* | Revert Label text reshaping fix #71553 and subsequent regression fixes | Rémi Verschelde | 2023-02-23 | 1 | -3/+2 |
* | Make label sizing algorithm more robust | Pedro J. Estébanez | 2023-02-15 | 1 | -2/+2 |
* | Enhance label sizing algorithm | Pedro J. Estébanez | 2023-02-06 | 1 | -2/+1 |
* | Prevent infinite cascade of re-layout after label text reshaping | Pedro J. Estébanez | 2023-01-17 | 1 | -0/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Add warning for missing characters in label font | RedMser | 2022-10-08 | 1 | -0/+1 |
* | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | 2022-09-01 | 1 | -1/+16 |
* | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky | 2022-08-26 | 1 | -6/+5 |
* | Code quality: Fix header guards consistency | Rémi Verschelde | 2022-07-25 | 1 | -1/+1 |
* | Add LabelSettings resource for quick Label theme property override. | bruvzg | 2022-07-12 | 1 | -0/+7 |
* | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -9/+0 |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -37/+9 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -3/+3 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -0/+1 |
* | 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 | -0/+13 |
|\ |
|
| * | Add different "visible characters" behavior modes. | bruvzg | 2021-12-06 | 1 | -0/+13 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -22/+6 |
|/ |
|
* | Improvements to Label's layout options | Hendrik Brucker | 2021-07-04 | 1 | -3/+24 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | [Complex Text Layouts] Refactor Label and LineEdit controls. | bruvzg | 2020-11-26 | 1 | -20/+34 |
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -2/+0 |
* | Add override keywords. | Marcel Admiraal | 2020-07-10 | 1 | -1/+1 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -2/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -25/+18 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -3/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -12/+16 |
* | -Translation text will change automatically for in-game buttons, labels, poup... | Juan Linietsky | 2017-01-09 | 1 | -0/+1 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | 2016-07-18 | 1 | -0/+1 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | added get_visible_characters() to Label | Zher Huei Lee | 2015-09-07 | 1 | -0/+1 |