Spartan322
|
4f08ff1a11
|
Merge commit godotengine/godot@a3b42d85d2
|
2025-08-13 19:56:49 -04:00 |
|
Pāvels Nadtočajevs
|
6c34f48c90
|
Fix font fallback for lines with only non-visual/control characters.
|
2025-07-25 08:27:30 +03:00 |
|
Spartan322
|
9023767920
|
Merge commit godotengine/godot@1bbfe637c6
|
2025-06-10 22:00:50 -04:00 |
|
TelePete
|
a4ba3d5bed
|
Fix visible ratio when displaying all characters in Label
|
2025-06-09 23:38:38 +02:00 |
|
Spartan322
|
8122592328
|
Merge commit godotengine/godot@80a3d205f1
|
2025-05-01 01:30:09 -04:00 |
|
Thaddeus Crews
|
b1b873add3
|
Merge pull request #104731 from Delsin-Yu/stackable-text-effect
[GUI] Implement Stackable Text Outline on `Label`
|
2025-04-29 11:24:13 -05:00 |
|
DE YU
|
ac931c33c2
|
Implmement stackable text effects on label type through label settings
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
2025-04-26 20:50:20 +08:00 |
|
Spartan322
|
e2c671a4c3
|
Merge commit godotengine/godot@d00f25ecd9
|
2025-04-25 16:31:50 -04:00 |
|
Pāvels Nadtočajevs
|
5b49fd4207
|
Selectively apply FOCUS_ACCESSIBILITY to the Labels instead of setting it by default.
|
2025-04-23 12:47:31 +03:00 |
|
Spartan322
|
2b59059dde
|
Merge commit godotengine/godot@2d3bdcac35
|
2025-04-19 16:05:28 -04:00 |
|
Pāvels Nadtočajevs
|
b106dfd4f9
|
Base accessibility API.
|
2025-04-08 20:14:28 +03:00 |
|
Rémi Verschelde
|
22e41a2b5f
|
Merge pull request #103728 from bruvzg/lbl_min_sz_ex_sp
[Label] Fix min. size calculation counting extra spacing twice.
|
2025-03-19 12:26:51 +01:00 |
|
Thaddeus Crews
|
b7eda9dbc1
|
Merge pull request #104230 from bruvzg/start_clip
Add properties to configure space trimming on line break.
|
2025-03-18 14:42:44 -05:00 |
|
Thaddeus Crews
|
ea62170dac
|
Core: Add constexpr constructors/operators to math structs
• Begin integrating `constexpr` on math tests; use `static_assert` where appropriate
|
2025-03-17 12:15:31 -05:00 |
|
Pāvels Nadtočajevs
|
2bbf0f2317
|
Add properties to configure space trimming on line break.
|
2025-03-16 16:15:37 +02:00 |
|
Pāvels Nadtočajevs
|
acdaaf48f9
|
[Label] Fix min. size calculation counting extra spacing twice.
|
2025-03-07 00:02:42 +02:00 |
|
Thaddeus Crews
|
113fc5a647
|
Merge pull request #102648 from bruvzg/el_force
Expose `OVERRUN_ENFORCE_ELLIPSIS` flag to the controls.
|
2025-03-05 12:07:55 -06:00 |
|
Spartan322
|
a68eb8a076
|
Merge commit godotengine/godot@4c311cbee6
|
2025-03-04 03:35:45 -05:00 |
|
Pāvels Nadtočajevs
|
7397e33cc9
|
Fix text shadow outline draw batching.
|
2025-03-02 19:28:48 +02:00 |
|
Pāvels Nadtočajevs
|
8016c5399f
|
[Label] Fix rounding errors with fractional scale.
|
2025-02-23 17:59:14 +02:00 |
|
Pāvels Nadtočajevs
|
33eb7724a0
|
Fix label clipping when ascent/descent are fractional.
|
2025-02-22 22:51:23 +02:00 |
|
Pāvels Nadtočajevs
|
912b52a6a5
|
Expose OVERRUN_ENFORCE_ELLIPSIS flag to the controls.
|
2025-02-10 08:41:31 +02:00 |
|
Spartan322
|
35e289fa5e
|
Merge commit godotengine/godot@0b6a717ac1
|
2025-02-04 11:38:32 -05:00 |
|
Pāvels Nadtočajevs
|
d98528ca3c
|
Fix Label vertical line alignment.
|
2025-01-18 22:07:39 +02:00 |
|
Spartan322
|
889d027c1a
|
Merge commit godotengine/godot@d2ada64a03
|
2025-01-08 07:52:51 -05:00 |
|
bruvzg
|
cc1db569e1
|
[TextServer] Improve embedded objects handling performance.
|
2025-01-07 08:01:29 +02:00 |
|
Spartan322
|
1609981ccf
|
Merge commit godotengine/godot@75ce4266c4
|
2024-12-29 11:38:02 -05:00 |
|
Yufeng Ying
|
73d85f46c9
|
Remove unused headers in scene.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|
2024-12-24 00:40:09 +08:00 |
|
Spartan322
|
c3314b0ab0
|
Merge commit godotengine/godot@1f47e4c4e3
|
2024-12-04 20:11:58 -05:00 |
|
Rémi Verschelde
|
eefd32ba16
|
Merge pull request #99915 from bruvzg/lbl_width
[Label] Fix min. width
|
2024-12-02 15:52:15 +01:00 |
|
Rémi Verschelde
|
715a7bac00
|
Merge pull request #99906 from bruvzg/lbl_empty_lines
[Label] Fix empty paragraph height.
|
2024-12-02 15:52:11 +01:00 |
|
Pāvels Nadtočajevs
|
e8f3bebb5d
|
[Label] Fix min. width
|
2024-12-02 07:57:00 +02:00 |
|
rune-scape
|
d58b2e879f
|
Get rid of easily removable uses of const_cast
|
2024-12-01 17:50:13 -08:00 |
|
Pāvels Nadtočajevs
|
151dcf30ee
|
[Label] Fix empty paragraph height.
|
2024-12-01 21:53:07 +02:00 |
|
bruvzg
|
b329b4ab06
|
[Label] Handle text as multiple independent paragraphs.
|
2024-11-14 11:29:46 +02:00 |
|
Spartan322
|
62fbec9f6f
|
Merge commit godotengine/godot@0f5f3bc954
|
2024-11-11 09:08:01 -05:00 |
|
Adam Johnston
|
3ac043c508
|
Add fuzzy string matching to quick open search
Co-authored-by: sam <samsface@gmail.com>
|
2024-10-28 11:24:36 -07:00 |
|
Spartan322
|
6beb1eef9a
|
Fix copyright headers referring to Godot
|
2024-10-27 11:17:29 -04:00 |
|
Dubhghlas McLaughlin
|
e8542b06ac
|
Rebrand preambles to Redot
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
2024-10-11 02:26:51 -04:00 |
|
bruvzg
|
af9e8128f9
|
[Label] Move shadow drawing into a separate draw step.
|
2024-03-15 11:24:08 +02:00 |
|
Rémi Verschelde
|
21f0529aa9
|
Revert "Update Node::get_configuration_warnings signature"
This reverts commit d3852deaa4.
|
2024-02-17 19:03:21 +01:00 |
|
RedMser
|
d3852deaa4
|
Update Node::get_configuration_warnings signature
|
2024-02-08 23:05:20 +01:00 |
|
Rémi Verschelde
|
8c48e99c17
|
Merge pull request #82894 from Quimisagi/label-align-values-discarded
Add compatibility rename of `(v)align` properties of `Label`
|
2024-01-04 16:39:04 +01:00 |
|
bruvzg
|
e9c219cff2
|
[Label] Add get_character_bounds method to get bounding rectangles of the characters.
|
2023-12-19 13:53:21 +02:00 |
|
bruvzg
|
56579f397d
|
[Text Overrun] Add option to set custom ellipsis character, add support for system font fallback.
|
2023-12-04 08:21:42 +02:00 |
|
Yuri Sizov
|
58a3cfa192
|
Warn about autowrapped labels in containers
|
2023-11-09 16:33:46 +01:00 |
|
David Crespo
|
0be873bed2
|
Add compability rename of (v)align properties of Label
|
2023-10-31 14:39:57 -05:00 |
|
Yuri Sizov
|
2924bfd4d3
|
Register theme properties with ThemeDB
|
2023-09-11 13:45:23 +02:00 |
|
bruvzg
|
5453503697
|
[Text Server] Store extra spacing of individual font variations.
|
2023-08-24 11:58:12 +03:00 |
|
Rémi Verschelde
|
b156e24216
|
Merge pull request #77280 from Rindbee/fix-unnecessary-break-in-Label
Fix unnecessary break when calculating the height of visible lines
|
2023-08-02 12:15:24 +02:00 |
|