summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-09-08Merge pull request #52106 from Paulb23/text-edit-optimisationGilles Roudière
2021-09-07Merge pull request #52082 from williamd67/fix-custom-effects-dropdown-menuMax Hilbrunner
2021-09-07Merge pull request #52145 from LeaoLuciano/linkbutton-translation-4.0Max Hilbrunner
2021-09-07Merge pull request #52339 from jmb462/fix-fold-function-with-comment-failMax Hilbrunner
2021-09-07Merge pull request #52359 from williamd67/fix-autocomplete-mergeMax Hilbrunner
2021-09-07Merge pull request #52436 from daniel-mcclintock/fix-out-of-bounds-completion...Max Hilbrunner
2021-09-07Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40Gilles Roudière
2021-09-06Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedbackGilles Roudière
2021-09-06Fix crash during completion lookbackdaniel-mcclintock
2021-09-05Prevent editing properties managed by parent containerAwkor
2021-09-05Fix comment causes content of folded methods to not hidejmb462
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-09-04Add visual feedback when hovering or dragging the code minimap grabberHugo Locurcio
2021-09-03Fix incorrectly removing two characters by auto braceWilliam Deurwaarder
2021-09-01Merge pull request #38722 from KoBeWi/propositionGilles Roudière
2021-09-01Add offset for TextureProgress progress texturekobewi
2021-09-01TabContainer Fix drawing current tab when it's disabledkleonc
2021-08-29Merge pull request #30391 from KoBeWi/hiding_childrenJuan Linietsky
2021-08-29Bind TabContainer::get_tab_idx_at_point() to ClassDBnobuyuki_nyuu
2021-08-28Merge pull request #51906 from requizm/fix/49077Michael Alexsander
2021-08-28Optimise TextEdit get height and widthPaulb23
2021-08-28Add support for internal nodeskobewi
2021-08-27LinkButton's text now is automatically translatedLeaoLuciano
2021-08-27Merge pull request #52096 from kleonc/tree-item-drag-drop-drawingMax Hilbrunner
2021-08-27Do all audio mixing in the AudioServerEllen Poe
2021-08-27Makes FontData importable resource.bruvzg
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-25Tree Fix line rendering when drag and dropping TreeItemkleonc
2021-08-25Merge pull request #51821 from Calinou/builtin-shaders-add-commentsJFonS
2021-08-24RichTextLabel returns member (Array) for custom effects for EditorWilliam Deurwaarder
2021-08-24Make RichTextLabel honour default cursor shape propertyHaoyu Qiu
2021-08-23Merge pull request #51947 from AnilBK/redundant-assignmentsMichael Alexsander
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Fix GraphEdit connection colorsJummit
2021-08-22Merge pull request #51886 from Geometror/fix-layout-editor-file-dialogMichael Alexsander
2021-08-22Merge pull request #51700 from Geometror/fix-color-pickerK. S. Ernest (iFire) Lee
2021-08-22Merge pull request #51975 from Jummit/consistent-graphedit-connectionsK. S. Ernest (iFire) Lee
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-22Make GraphEdit connections consistent on zoomJummit
2021-08-22Merge pull request #51965 from theoway/fix_node_arranger_origin_bugK. S. Ernest (iFire) Lee
2021-08-22Fixes position offset of node groups set by arrange_nodes() in GraphEditUmang Kalra
2021-08-21Refactor GraphEdit connectionsJummit
2021-08-21Remove redundant assignments.Anilforextra
2021-08-21Fix ItemList layout (+EditorFileDialog)Hendrik Brucker
2021-08-21Fix line_separation working incorrectly in find_click of RichTextLabelMenderes
2021-08-20Merge pull request #51866 from requizm/fix/49455Hugo Locurcio
2021-08-20Fix tooltip message working incorrectly in PopupMenurequizm
2021-08-20Fix line_separation constant working incorrectly in RichTextLabelrequizm
2021-08-19Merge pull request #51804 from ThreeRhinosInAnElephantCostume/fixundoredoRémi Verschelde
2021-08-19fixed popup_menu buttons getting triggered by lmb press instead of release.ThreeRhinosInAnElephantCostume