summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
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-02Fix documentation viewer to scroll to endWilliam Deurwaarder
2021-09-02Fix getting deliminator start over empty lines and blank start keysPaulb23
2021-09-02Make some enhancements to the POT generationMichael Alexsander
2021-09-01Add CodeEdit breakpoint unit testsPaulb23
2021-09-01Cache TreeItem minimum size for performance.Gilles Roudière
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-30Make Color Picker, Menu Button, Option Button consider camera position scale ...menip
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-28Allow nested complex ops in TextEditPaulb23
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-23Fix label outline overlaps.bruvzg
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-20Add missing SNAME macro optimization for StringName in some functionsjmb462
2021-08-19Merge pull request #51804 from ThreeRhinosInAnElephantCostume/fixundoredoRémi Verschelde