summaryrefslogtreecommitdiff
path: root/scene/gui/rich_text_label.cpp
AgeCommit message (Expand)Author
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-11Fix RichTextLabel selection copy with table cells.bruvzg
2021-11-06Fix Label and RichTextLabale text shadows and shadow outlines.bruvzg
2021-10-27Merge pull request #54166 from ConteZero/unique_selectionRémi Verschelde
2021-10-27Add option to make selection uniqueConteZero
2021-10-23Merge pull request #54045 from ConteZero/primary_clipboard_linux_fix_warningRémi Verschelde
2021-10-23Fix primary clipboard warningConteZero
2021-10-23Make RichTextLabel's parse_bbcode and append_text return voidHaoyu Qiu
2021-10-20Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde
2021-10-19Fix: typo in TextParagraph class and docsMurilo Gonçalves
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-25Construct values only when necessary.Anilforextra
2021-09-23Construct values only when necessary.Anilforextra
2021-09-21Add flag to connected grapheme. Apply RTL displacement FX only to the whole c...bruvzg
2021-09-20Fix `Label` and `RichTextLabel` `visible_characters` and `percent_visible` m...bruvzg
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002
2021-09-14Merge pull request #52353 from williamd67/documentation-view-scroll-to-endRémi Verschelde
2021-09-07Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menuMax Hilbrunner
2021-09-02Fix documentation viewer to scroll to endWilliam Deurwaarder
2021-08-28Add support for internal nodeskobewi
2021-08-27Makes FontData importable resource.bruvzg
2021-08-24RichTextLabel returns member (Array) for custom effects for EditorWilliam Deurwaarder
2021-08-24Make RichTextLabel honour default cursor shape propertyHaoyu Qiu
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-21Fix line_separation working incorrectly in find_click of RichTextLabelMenderes
2021-08-20Fix line_separation constant working incorrectly in RichTextLabelrequizm
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-08[Text Server] Improve object (image/table) inline alignment.bruvzg
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-06-25Fix RichTextLabel custom_effects export to be properly filtered in the EditorEric M
2021-06-20Rich Text Label now allows for foreground colors and background colorsgolfinq
2021-06-16Documentation search fixesGregory Basile
2021-05-26Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-13Attempt to fix rich text label effects processing even whenEoin O'Neill
2021-05-05Fixed issues with Editor Log after recent changesEric M
2021-05-04Merge pull request #47855 from aaronfranke/doubleclickRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-05-04Improve output log performance.Eric M
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-03-30RichTextLabel: On custom effect change, parse bbcode only if it's enabled and...bruvzg
2021-03-29Use extra font spacing in the RichTextLabel line height calculation, and styl...bruvzg
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-16Fix BBCode tables overlap with bottom textjmb462
2021-03-14Fix RTL BBCode range regression and selection issues.bruvzg