summaryrefslogtreecommitdiffstats
path: root/scene/gui/label.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-201/+143
|\
| * Add fuzzy string matching to quick open searchAdam Johnston2024-10-281-201/+143
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Label] Move shadow drawing into a separate draw step.bruvzg2024-03-151-79/+47
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Merge pull request #82894 from Quimisagi/label-align-values-discardedRémi Verschelde2024-01-041-0/+13
|\
| * Add compability rename of (v)align properties of LabelDavid Crespo2023-10-311-0/+13
* | [Label] Add get_character_bounds method to get bounding rectangles of the cha...bruvzg2023-12-191-0/+123
* | [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+28
* | Warn about autowrapped labels in containersYuri Sizov2023-11-091-0/+15
|/
* Register theme properties with ThemeDBYuri Sizov2023-09-111-17/+14
* [Text Server] Store extra spacing of individual font variations.bruvzg2023-08-241-3/+0
* Merge pull request #77280 from Rindbee/fix-unnecessary-break-in-LabelRémi Verschelde2023-08-021-3/+0
|\
| * Fix unnecessary break when calculating the height of visible linesRindbee2023-05-201-3/+0
* | [Label] Remove extra line spacing from Label minimum size calculations.bruvzg2023-07-261-0/+3
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-3/+2
* | [Label] Add support for tab stops.bruvzg2023-06-091-9/+34
|/
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-6/+56
* Revert Label text reshaping fix #71553 and subsequent regression fixesRémi Verschelde2023-02-231-129/+105
* Revert "Fix visible_lines calculation"Rémi Verschelde2023-02-221-1/+4
* Fix visible_lines calculationhelviett2023-02-221-4/+1
* Fix width determination of non-trimmed, non-wrapped labelsPedro J. Estébanez2023-02-161-7/+9
* Make label sizing algorithm more robustPedro J. Estébanez2023-02-151-125/+132
* Fix blank non-autowrapping labelsPedro J. Estébanez2023-02-131-0/+4
* Merge pull request #72225 from MinusKube/shaped_text_invalidated_bugRémi Verschelde2023-02-131-0/+12
|\
| * Mark dirty flags when shaped texts are invalidatedMinusKube2023-01-281-0/+12
* | Enhance label sizing algorithmPedro J. Estébanez2023-02-061-54/+58
|/
* Prevent infinite cascade of re-layout after label text reshapingPedro J. Estébanez2023-01-171-1/+8
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #67083 from RedMser/label-font-warningRémi Verschelde2022-10-091-0/+32
|\
| * Add warning for missing characters in label fontRedMser2022-10-081-0/+32
* | Fix Label text length mismatch after localizationHaoyu Qiu2022-10-081-1/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Merge pull request #65213 from Mickeon/fix-label-visible-ratioRémi Verschelde2022-09-011-2/+2
|\
| * Fix Label & RichTextLabel's visible_ratio not workingMicky2022-09-011-2/+2
* | Add a lifecycle method for manual theme item caching to ControlYuri Sizov2022-09-011-21/+37
|/
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-1/+2
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-20/+20
* Reorganized Label and RichTextLabel propertiesVolTer2022-08-281-1/+2
* Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`Micky2022-08-261-21/+21
* Add some codes, returnes directly if the value is not changed.风青山2022-08-231-11/+44
* Clamp Label's `percent_visible` properly between 0 and 1.0Micky2022-08-221-2/+6
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Merge pull request #62139 from bruvzg/label_font_setttingsRémi Verschelde2022-07-191-18/+47
|\
| * Add LabelSettings resource for quick Label theme property override.bruvzg2022-07-121-18/+47
* | Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-13/+13
|/
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-92/+16