| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg | 2022-06-16 | 1 | -48/+31 |
* | Implement Label3D node. | bruvzg | 2022-04-22 | 1 | -4/+4 |
* | Unify TextServer built-in module and GDExtension code. | bruvzg | 2022-03-17 | 1 | -3/+3 |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -211/+214 |
* | [RTL / Label] Reorganize property order to ensure "visible_characters" / "per... | bruvzg | 2022-02-11 | 1 | -5/+9 |
* | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg | 2022-02-02 | 1 | -15/+25 |
* | Improve locale detection. | bruvzg | 2022-01-18 | 1 | -1/+1 |
* | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 1 | -2/+3 |
* | [TextServer] Improvements for line breaking, "Fill" alignment, overrun, and i... | bruvzg | 2022-01-13 | 1 | -25/+23 |
* | [TextServer] Improve ligature cursor handling. | bruvzg | 2022-01-09 | 1 | -3/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde | 2021-12-23 | 1 | -9/+66 |
|\ |
|
| * | Add different "visible characters" behavior modes. | bruvzg | 2021-12-06 | 1 | -9/+66 |
* | | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -40/+31 |
* | | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 1 | -5/+5 |
|/ |
|
* | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg | 2021-11-06 | 1 | -6/+4 |
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg | 2021-10-01 | 1 | -37/+41 |
* | Fix RTL layout Label text, VBox child, 3D node editor controls, and popup men... | bruvzg | 2021-09-21 | 1 | -2/+15 |
* | Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m... | bruvzg | 2021-09-20 | 1 | -56/+29 |
* | Merge pull request #52012 from bruvzg/fix_label_outline | Rémi Verschelde | 2021-09-13 | 1 | -7/+70 |
|\ |
|
| * | Fix label outline overlaps. | bruvzg | 2021-08-23 | 1 | -7/+70 |
* | | Makes FontData importable resource. | bruvzg | 2021-08-27 | 1 | -10/+13 |
|/ |
|
* | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | 2021-08-11 | 1 | -99/+127 |
* | Add `auto_translate` toggle for automatic translation | Michael Alexsander | 2021-07-29 | 1 | -2/+2 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -22/+22 |
* | Improvements to Label's layout options | Hendrik Brucker | 2021-07-04 | 1 | -18/+109 |
* | Update min size on Label::set_text | Haoyu Qiu | 2021-06-21 | 1 | -0/+1 |
* | Merge pull request #49011 from KoBeWi/totally_h | Rémi Verschelde | 2021-06-15 | 1 | -0/+1 |
|\ |
|
| * | Fix valign with stylebox borders | kobewi | 2021-05-23 | 1 | -0/+1 |
* | | Tweak dozens of editor property hints for consistency | Hugo Locurcio | 2021-05-25 | 1 | -1/+1 |
|/ |
|
* | fix Label visible_characters bad precision | jmb462 | 2021-03-07 | 1 | -1/+4 |
* | Label::set_lines_skipped Fail if passed a negative value | kleonc | 2021-02-21 | 1 | -0/+1 |
* | Keep Label's min height when empty | Michael Alexsander | 2021-02-12 | 1 | -6/+10 |
* | Removed _change_notify | reduz | 2021-02-10 | 1 | -3/+1 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -2/+2 |
* | Change themes *_color_* to *_*_color | Marcel Admiraal | 2021-01-24 | 1 | -9/+9 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -2/+2 |
* | [Complex Text Layouts] Performance optimizations. | bruvzg | 2020-12-07 | 1 | -5/+9 |
* | [Complex Text Layouts] Adds missing Font::SPACING_* to the Label, LineEdit, T... | bruvzg | 2020-12-06 | 1 | -9/+12 |
* | [Complex Text Layouts] Refactor Label and LineEdit controls. | bruvzg | 2020-11-26 | 1 | -346/+370 |
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us... | bruvzg | 2020-11-26 | 1 | -8/+10 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -3/+3 |
* | Merge pull request #40649 from themvl/master | Rémi Verschelde | 2020-09-05 | 1 | -1/+17 |
|\ |
|
| * | Fix bug where leading and trailing spaces werent taken into account with cent... | mvl | 2020-08-31 | 1 | -1/+17 |
* | | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -6/+6 |
|/ |
|
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -21/+40 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -58/+0 |