Rémi Verschelde
|
76d4d09bfa
Revert Label text reshaping fix #71553 and subsequent regression fixes
|
2 年之前 |
Rémi Verschelde
|
d66f6b3b04
Revert "Fix visible_lines calculation"
|
2 年之前 |
helviett
|
ceee405cec
Fix visible_lines calculation
|
2 年之前 |
Pedro J. Estébanez
|
73b6c0b972
Fix width determination of non-trimmed, non-wrapped labels
|
2 年之前 |
Pedro J. Estébanez
|
4f7f1ef60b
Make label sizing algorithm more robust
|
2 年之前 |
Pedro J. Estébanez
|
3ccabee9ae
Fix blank non-autowrapping labels
|
2 年之前 |
Rémi Verschelde
|
a90bbc3544
Merge pull request #72225 from MinusKube/shaped_text_invalidated_bug
|
2 年之前 |
Pedro J. Estébanez
|
5131b81a4d
Enhance label sizing algorithm
|
2 年之前 |
MinusKube
|
d59c221404
Mark dirty flags when shaped texts are invalidated
|
2 年之前 |
Pedro J. Estébanez
|
ed8c5cd52f
Prevent infinite cascade of re-layout after label text reshaping
|
2 年之前 |
Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
Rémi Verschelde
|
6f6482e82b
Merge pull request #67083 from RedMser/label-font-warning
|
3 年之前 |
Haoyu Qiu
|
2a921cc9f8
Fix Label text length mismatch after localization
|
3 年之前 |
RedMser
|
9579d49820
Add warning for missing characters in label font
|
3 年之前 |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 年之前 |
Rémi Verschelde
|
7e3afc3d09
Merge pull request #65213 from Mickeon/fix-label-visible-ratio
|
3 年之前 |
Micky
|
511134f55f
Fix Label & RichTextLabel's visible_ratio not working
|
3 年之前 |
Yuri Sizov
|
3b1aa240dc
Add a lifecycle method for manual theme item caching to Control
|
3 年之前 |
bruvzg
|
7aad14a4b6
[TextServer] Add support for trimming edge spaces on line break.
|
3 年之前 |
Micky
|
e31bb5ffeb
Rename `CanvasItem.update()` to `queue_redraw()`
|
3 年之前 |
VolTer
|
832950d1f2
Reorganized Label and RichTextLabel properties
|
3 年之前 |
Micky
|
64bd36ecee
Rename Label & RichTextLabel.`percent_visible` to `visible_ratio`
|
3 年之前 |
风青山
|
e561c68256
Add some codes, returnes directly if the value is not changed.
|
3 年之前 |
Micky
|
9a63792a08
Clamp Label's `percent_visible` properly between 0 and 1.0
|
3 年之前 |
Juan Linietsky
|
d4433ae6d3
Remove Signal connect binds
|
3 年之前 |
Rémi Verschelde
|
715f556cd4
Merge pull request #62139 from bruvzg/label_font_setttings
|
3 年之前 |
bruvzg
|
cbe3a2dcb7
Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API.
|
3 年之前 |
bruvzg
|
f63d54126d
Add LabelSettings resource for quick Label theme property override.
|
3 年之前 |
bruvzg
|
344ba0ffaf
Refactor Font configuration and import UI, and Font resources.
|
3 年之前 |