summaryrefslogtreecommitdiffstats
path: root/scene/gui/label.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...bruvzg2022-06-161-48/+31
* Implement Label3D node.bruvzg2022-04-221-4/+4
* Unify TextServer built-in module and GDExtension code.bruvzg2022-03-171-3/+3
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-211/+214
* [RTL / Label] Reorganize property order to ensure "visible_characters" / "per...bruvzg2022-02-111-5/+9
* [TextServer] Add function to change font, font size, and OpenType features wi...bruvzg2022-02-021-15/+25
* Improve locale detection.bruvzg2022-01-181-1/+1
* [TextServer] Implement locale and context sensitive case conversion functions.bruvzg2022-01-171-2/+3
* [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i...bruvzg2022-01-131-25/+23
* [TextServer] Improve ligature cursor handling.bruvzg2022-01-091-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde2021-12-231-9/+66
|\
| * Add different "visible characters" behavior modes.bruvzg2021-12-061-9/+66
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-40/+31
* | Rename minimum_size_changed() methodkobewi2021-12-061-5/+5
|/
* Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg2021-11-061-6/+4
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-37/+41
* Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men...bruvzg2021-09-211-2/+15
* Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m...bruvzg2021-09-201-56/+29
* Merge pull request #52012 from bruvzg/fix_label_outlineRémi Verschelde2021-09-131-7/+70
|\
| * Fix label outline overlaps.bruvzg2021-08-231-7/+70
* | Makes FontData importable resource.bruvzg2021-08-271-10/+13
|/
* Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-111-99/+127
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-2/+2
* Optimize StringName usagereduz2021-07-181-22/+22
* Improvements to Label's layout optionsHendrik Brucker2021-07-041-18/+109
* Update min size on Label::set_textHaoyu Qiu2021-06-211-0/+1
* Merge pull request #49011 from KoBeWi/totally_hRémi Verschelde2021-06-151-0/+1
|\
| * Fix valign with stylebox borderskobewi2021-05-231-0/+1
* | Tweak dozens of editor property hints for consistencyHugo Locurcio2021-05-251-1/+1
|/
* fix Label visible_characters bad precisionjmb4622021-03-071-1/+4
* Label::set_lines_skipped Fail if passed a negative valuekleonc2021-02-211-0/+1
* Keep Label's min height when emptyMichael Alexsander2021-02-121-6/+10
* Removed _change_notifyreduz2021-02-101-3/+1
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-2/+2
* Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-9/+9
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename Control margin to offsetMarcel Admiraal2020-12-231-2/+2
* [Complex Text Layouts] Performance optimizations.bruvzg2020-12-071-5/+9
* [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T...bruvzg2020-12-061-9/+12
* [Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg2020-11-261-346/+370
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-8/+10
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Merge pull request #40649 from themvl/masterRémi Verschelde2020-09-051-1/+17
|\
| * Fix bug where leading and trailing spaces werent taken into account with cent...mvl2020-08-311-1/+17
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-6/+6
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-58/+0