summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-10-23Merge pull request #54120 from zaevi/fix_null-ref_crashesRémi Verschelde
2021-10-23Merge pull request #54145 from zedutch/Fix-tree-notification-crashRémi Verschelde
2021-10-23Fix primary clipboard warningConteZero
2021-10-23 Fixed crash in `ScrollContainer` _notificationAnton Christoffersson
2021-10-23Fix possible crash when calling Tree.notification from _readyRobin Arys
2021-10-23Make RichTextLabel's parse_bbcode and append_text return voidHaoyu Qiu
2021-10-23Fix unexpected crashes in `notification`Zae
2021-10-22Merge pull request #54088 from madmiraal/remove-unimplemented-methodsRémi Verschelde
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-21Merge pull request #54035 from Calinou/ctl-context-dialog-use-title-caseRémi Verschelde
2021-10-21Use TitleCase for CTL dialog menu optionsHugo Locurcio
2021-10-20Fix Tabs crash where it still tries to detect the clicked tab even if there a...Robin Arys
2021-10-20Merge pull request #53702 from ConteZero/primary_clipboard_linuxRémi Verschelde
2021-10-20Merge pull request #53926 from YeldhamDev/i_am_tabbar_nowRémi Verschelde
2021-10-19Fix: typo in TextParagraph class and docsMurilo Gonçalves
2021-10-19Rename `Tabs` to `TabBar`Michael Alexsander
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-18Added primary clipboard for LinuxConteZero
2021-10-18Fix crash when executing CodeEdit._main_gutter_draw_callbackHaoyu Qiu
2021-10-16Fix null crash with TextEditRicardo Subtil
2021-10-15Remove WebM support (and deps libvpx and opus)Rémi Verschelde
2021-10-14Fix bilinear TextureProgressBar with nine patch enabledfloppyhammer
2021-10-11Fix inline IME input not working in the empty LineEdit with the placeholder.bruvzg
2021-10-09Fix Range property dependencieskobewi
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-07Fix invisible tabs not being ignored in `Tabs`Michael Alexsander
2021-10-07Replace references to VisualServer in code comments with RenderingServerHugo Locurcio
2021-10-06Merge pull request #53476 from Paulb23/breakpoint-move-up-fixRémi Verschelde
2021-10-06Fix breakpointed_lines out of sync when removing lines abovePaulb23
2021-10-06Merge pull request #53460 from timothyqiu/tooltip-request-funcRémi Verschelde
2021-10-06Fix crash when tooltip_request_func object is freedHaoyu Qiu
2021-10-06Merge pull request #53446 from nekomatata/container-pre-sort-childrenRémi Verschelde
2021-10-05Add pre-sort signal and notification in ContainerPouleyKetchoupp
2021-10-06Fix the "END" key behaving like "PAGE_DOWN" in code completion.Eric M
2021-10-04Merge pull request #53330 from jmb462/fix-bad-caret-position-after-ctrl-xRémi Verschelde
2021-10-04Merge pull request #53303 from akien-mga/53295-gdscript-completion-quote-styleRémi Verschelde
2021-10-04Fix caret position and viewport centering after deleting line (Ctrl-X)jmb462
2021-10-04Merge pull request #53392 from YeldhamDev/tabs_offset_fixRémi Verschelde
2021-10-04GDScript completion: Handle quote style ad-hoc to remove editor dependencyRémi Verschelde
2021-10-04Fix `Tabs` offset overreaching when scrolling fastMichael Alexsander
2021-10-04Remove EDSCALE dependency from /scene/guiYuri Sizov
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-10-01Fix deleting selection at the first line do not work with backspaceJean-Michel Bernard
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-10-01Allow non-control Nodes to handle drag forwarding (e.g. Windows)Eric M
2021-10-01Merge pull request #53277 from YeldhamDev/tabs_renamingRémi Verschelde
2021-09-30Rename some elements of `Tabs`Michael Alexsander
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Merge pull request #53112 from EricEzaM/better-breakpoint-gutterRémi Verschelde
2021-09-30Improved breakpoint gutter for CodeEdit.Eric M