summaryrefslogtreecommitdiffstats
path: root/scene/resources/text_paragraph.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-0/+6
|\
| * Merge pull request #98036 from bruvzg/para_btn_spacingThaddeus Crews2024-11-101-0/+4
| |\ | | | | | | | | | [TextParagraph/Button] Add support for line spacing.
| | * [TextParagraph/Button] Add support for line spacing.bruvzg2024-10-101-0/+4
| | |
| * | replace computed height with cached item minimum sizeMaidOpi2024-11-071-0/+2
| | |
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\| |
| * | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
| |/ | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | 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>
* [TextServer / Font] Add support for customizable baseline offset.bruvzg2024-01-281-3/+0
|
* [Text Overrun] Add option to set custom ellipsis character, add support for ↵bruvzg2023-12-041-0/+4
| | | | system font fallback.
* Expose TextServer justification flags to Label, Label3D, TextMesh and RTL. ↵bruvzg2023-05-151-1/+1
| | | | Add flags to control last/single line justification.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.bruvzg2022-12-151-2/+2
|
* Use BitField hint for the TextServer enums. Add missing parts for BitField ↵bruvzg2022-07-151-3/+7
| | | | support to the GDextension API.
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-5/+3
|
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the ↵bruvzg2022-06-161-14/+3
| | | | TextServer.
* [RTL] Add support for shaping in background thread.bruvzg2022-05-191-1/+5
|
* [TextServer] Add function to change font, font size, and OpenType features ↵bruvzg2022-02-021-1/+1
| | | | without invalidating line break points, justification points, or recreating shaped text buffer.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-5/+5
|
* Merge pull request #46721 from bruvzg/custom_word_break_punctRémi Verschelde2021-11-091-0/+3
|\
| * [Text Server] Add support for user defined punctuation list, used for word ↵bruvzg2021-10-011-0/+3
| | | | | | | | breaking.
* | Fix: typo in TextParagraph class and docsMurilo Gonçalves2021-10-191-1/+1
|/
* Implement TextServer GDExtension interface, remove TextServer GDNative ↵bruvzg2021-10-011-6/+4
| | | | interface.
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-111-2/+24
|\ | | | | Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-2/+24
| |
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-2/+2
|/
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
|
* Use extra font spacing in the RichTextLabel line height calculation, and ↵bruvzg2021-03-291-0/+3
| | | | stylebox size in the minimum size calculation.
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+1
|
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* [Complex Text Layouts] Add drop-caps support to TextParagraph and RTL.bruvzg2020-12-131-2/+16
|
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, ↵bruvzg2020-12-061-0/+2
| | | | | | TextEdit, TextLine and TextParagraph. Fixes oversized editor control height (default editor spacing is negative) and control size changing when text is set.
* [Complex Text Layouts] Refactor Font class, default themes and controls to ↵bruvzg2020-11-261-0/+124
use Text Server interface. Implement interface mirroring. Add TextLine and TextParagraph classes. Handle UTF-16 input on macOS and Windows.