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