Age | Commit message (Expand) | Author |
2022-03-13 | Fix RichTextLabel shadow color when text has transparency | Haoyu Qiu |
2022-03-08 | Add support to align to left to bbcode | César Izurieta |
2022-03-04 | Add optional constructor arguments to more Control nodes | Hugo Locurcio |
2022-02-16 | Merge pull request #58055 from markdibarry/add_get_line_offset | Rémi Verschelde |
2022-02-16 | Merge pull request #58154 from markdibarry/fix_scroll_to_line | Rémi Verschelde |
2022-02-15 | Fix scroll_to_line ignoring line separation | markdibarry |
2022-02-15 | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde |
2022-02-14 | Merge pull request #57988 from markdibarry/add_get_last_visible_character_line | Rémi Verschelde |
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-12 | [RTL] Fix "img" tag not setting image size. | bruvzg |
2022-02-11 | [RTL / Label] Reorganize property order to ensure "visible_characters" / "per... | bruvzg |
2022-02-10 | Merge pull request #55207 from ConteZero/rich_text_label_drag | Rémi Verschelde |
2022-02-10 | Add drag to RichTextLabel | ConteZero |
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-02-02 | [TextServer] Add function to change font, font size, and OpenType features wi... | bruvzg |
2022-01-28 | Merge pull request #57344 from bruvzg/rtl_fix_tab_offset | Rémi Verschelde |
2022-01-28 | Fix RTL table offset, if indent is set. | bruvzg |
2022-01-28 | [RTL] Fix calculation of the last line height. | bruvzg |
2022-01-27 | [RTL] Fix min. height calculation when fit_content_height is enabled. | bruvzg |
2022-01-26 | Fix RichTextLabel [ol type=1] tag closing. | bruvzg |
2022-01-23 | [RTL] Fix missing line separation in the paragraph offset and click calculation. | bruvzg |
2022-01-19 | Merge pull request #53923 from KoBeWi/RichBugLabel | Rémi Verschelde |
2022-01-19 | Fix bottom line in editor log | kobewi |
2022-01-19 | Fix RichTextLabel tables shrinking expanded columns when there is not enough ... | Yuri Sizov |
2022-01-18 | Fix RichTextLabel not respecting line separation in several cases | Yuri Sizov |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-11 | Merge pull request #56586 from dalexeev/rtl-bracket-escapes | Rémi Verschelde |
2022-01-11 | Fix BBCode underline prevents strikethrough from rendering | Haoyu Qiu |
2022-01-07 | Merge pull request #54351 from LeaoLuciano/leak-remove-line-richtextlabel | Rémi Verschelde |
2022-01-07 | Add BBCode escape sequences | Danil Alexeev |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-03 | Merge pull request #55487 from YeldhamDev/scroll_bikeshedding | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
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-30 | Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()` | Michael Alexsander |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-11-11 | Fix RichTextLabel selection copy with table cells. | bruvzg |
2021-11-06 | Fix Label and RichTextLabale text shadows and shadow outlines. | bruvzg |
2021-10-28 | Fix memory leak in RichTextLabel.remove_line | LeaoLuciano |
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 | Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warning | Rémi Verschelde |