Age | Commit message (Expand) | Author |
2023-01-16 | add RichTextLabel::push_font_size description | matt08-prog |
2022-12-21 | Renamed RTL remove_line() to remove_paragraph(). | Koyper |
2022-12-19 | Document MDSF font outlines may require `msdf_pixel_range` adjustments | Hugo Locurcio |
2022-12-15 | [RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables. | bruvzg |
2022-12-04 | [RTL] Fix search method not taking nested frame and line wraps into account. | bruvzg |
2022-10-31 | Merge pull request #63590 from golfinq/fbg-padding | Rémi Verschelde |
2022-10-26 | Remove override_selected_font_color property | kobewi |
2022-10-11 | Add Spritesheet support to RichTextLabel BBCode | Petra Baranski |
2022-08-26 | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky |
2022-08-24 | Improve `percent_visible` and `visible_characters` description | Micky |
2022-08-22 | Clamp Label's `percent_visible` properly between 0 and 1.0 | Micky |
2022-08-09 | [doc] Use "param" instead of "code" to refer to parameters #3 | Andy Maloney |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-07-31 | Add padding options in theme for fg/bgcolor tags | golfinq |
2022-07-26 | [RichTextLabel] Fix theme bold / italics / bold italics and mono font size no... | bruvzg |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg |
2022-06-16 | Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe... | bruvzg |
2022-05-23 | Fix typos with codespell | Rémi Verschelde |
2022-05-19 | [RTL] Add support for shaping in background thread. | bruvzg |
2022-04-25 | Merge pull request #60261 from fire-forge/theme-prop-renames | Rémi Verschelde |
2022-04-23 | Rename theme properties to include underscores | FireForge |
2022-04-22 | Implement Label3D node. | bruvzg |
2022-04-12 | Add context menu to RichTextLabel | ConteZero |
2022-04-10 | Add select_all() to RichTextLabel | ConteZero |
2022-04-04 | Add deselect() to RichTextLabel | ConteZero |
2022-03-18 | Merge pull request #58394 from bruvzg/rtl_hint | Rémi Verschelde |
2022-03-08 | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal |
2022-02-21 | Add RichTextLabel "hint" tag. | bruvzg |
2022-02-16 | Merge pull request #58055 from markdibarry/add_get_line_offset | Rémi Verschelde |
2022-02-15 | Merge pull request #35679 from Calinou/doc-add-xml-schema | Rémi Verschelde |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-13 | Add offset methods for lines and paragraphs in RichTextLabel | markdibarry |
2022-02-13 | Add get_character_line method for RichTextLabel | markdibarry |
2022-02-10 | Add get_content_width method | markdibarry |
2022-02-03 | Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ... | bruvzg |
2022-01-15 | Mention that modifying text erases BBCode stacks | kobewi |
2022-01-03 | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde |
2021-12-23 | Merge pull request #55636 from bruvzg/vis_char_modes | Rémi Verschelde |
2021-12-15 | Document that transparent StyleBoxes/textures should be used for UI focus | Hugo Locurcio |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-06 | Add different "visible characters" behavior modes. | bruvzg |
2021-12-03 | Make overridden properties link to parent definition | Yuri Sizov |
2021-12-01 | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov |
2021-11-30 | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()` | Michael Alexsander |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-06 | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg |
2021-10-27 | Merge pull request #54166 from ConteZero/unique_selection | Rémi Verschelde |
2021-10-27 | Add option to make selection unique | ConteZero |
2021-10-23 | Make RichTextLabel's parse_bbcode and append_text return void | Haoyu Qiu |
2021-10-10 | Add warnings to methods that give access to internal nodes | Yuri Sizov |