summaryrefslogtreecommitdiffstats
path: root/scene/resources/text_paragraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-8/+37
|\
| * Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-101-8/+33
| |\
| | * [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-8/+33
| * | replace computed height with cached item minimum sizeMaidOpi2024-11-071-0/+4
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Account for dropcap when calculating paragraph size, fix duplicate last char ...bruvzg2024-08-291-10/+37
* [Text Overrun] Add option to set custom ellipsis character, add support for s...bruvzg2023-12-041-0/+25
* [TextServer] Fix line breaks for dropcap and resizing embedded objects.bruvzg2023-10-311-6/+5
* Do not apply extra spacing twice.bruvzg2023-10-091-9/+0
* Fix issues found by a static analyzerbitsawer2023-05-301-10/+2
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. Ad...bruvzg2023-05-151-3/+35
* [RTL] Fix fill align and trim with enabled dropcap.bruvzg2023-03-301-10/+10
* Mark dirty flags when shaped texts are invalidatedMinusKube2023-01-281-0/+12
* Use range iterators in LocalVector loopskobewi2023-01-211-19/+19
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-6/+6
* Fix `TextLine` and `TextParagraph` `get_*_object_rect` methods not accounting...bruvzg2022-10-261-6/+80
* [TextServer] Add support for trimming edge spaces on line break.bruvzg2022-09-011-1/+1
* Fix various typos not caught by codespellluz paz2022-07-211-2/+2
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-151-25/+43
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-54/+45
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-15/+9
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-25/+113
* Fix center aligned text clipping.bruvzg2022-04-041-8/+24
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-6/+6
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-3/+3
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-10/+10
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-26/+26
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+14
|\
| * [Text Server] Add support for user defined punctuation list, used for word br...bruvzg2021-10-011-0/+14
* | Fix: typo in TextParagraph class and docsMurilo Gonçalves2021-10-191-2/+2
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-20/+12
* Makes FontData importable resource.bruvzg2021-08-271-4/+4
* Fix ItemList layout (+EditorFileDialog)Hendrik Brucker2021-08-211-8/+9
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-102/+212
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-102/+212
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-4/+4
|/
* Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-2/+4
* Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg2021-03-291-0/+11
* Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal...bruvzg2021-02-151-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-1/+1
* Merge pull request #43691 from bruvzg/ctl_dropcapRémi Verschelde2020-12-291-15/+206
|\
| * [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg2020-12-131-15/+206
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
|/
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-21/+36
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-0/+517