summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2022-04-22Multiple small TextEdit Bug FixesPaulb23
2022-04-22Implement Label3D node.bruvzg
2022-04-17Add a property hint for AspectRatioContainer's `ratio` propertyHugo Locurcio
2022-04-13Add `font_separator` and related properties to `PopupMenu`Michael Alexsander
2022-04-14Merge pull request #60221 from YeldhamDev/grid_toplevel_fixRémi Verschelde
2022-04-13Fix `GridContainer` not ignoring toplevel childrenMichael Alexsander
2022-04-13Fix and tweak labeled separator in `PopupMenu`Michael Alexsander
2022-04-13Fix select_all() crash in RichTextLabelConteZero
2022-04-13Fix sub-menu keyboard navigation.bruvzg
2022-04-12Merge pull request #60170 from ConteZero/context_menuRémi Verschelde
2022-04-12Add context menu to RichTextLabelConteZero
2022-04-11Merge pull request #60085 from YeldhamDev/relationships_are_hardRémi Verschelde
2022-04-11Merge pull request #59927 from Zylann/fix_graphnode_title_trimRémi Verschelde
2022-04-11Fix toggling GraphEdit's minimap with `minimap_enabled`Eric McGuirk
2022-04-11Merge pull request #60026 from ConteZero/shortcut_keys_enabledRémi Verschelde
2022-04-11Merge pull request #59980 from reduz/animation-librariesRémi Verschelde
2022-04-11Merge pull request #59440 from bruvzg/fd_ref_countedRémi Verschelde
2022-04-11Merge pull request #60124 from KoBeWi/sepyt_noitcennoc_dilavRémi Verschelde
2022-04-11Implement Animation Librariesreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-11Fix GraphEdit's valid connections being reversedkobewi
2022-04-10Add select_all() to RichTextLabelConteZero
2022-04-09Draw relationship lines for items offscreenMichael Alexsander
2022-04-08Fix shortcut_keys_enabled in TextEditConteZero
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-06[RTL] Improve table cell selection.bruvzg
2022-04-05Fix GraphNode not resizing with larger titleMarc Gilleron
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-04-05Consider chained operation when selecting text in TextEdit::undo()Haoyu Qiu
2022-04-04Merge pull request #58452 from marcgpuig/text-edit-backspace-fixRémi Verschelde
2022-04-04Zero initialize all pointer class and struct membersRémi Verschelde
2022-04-04Merge pull request #59874 from ConteZero/richtextlabel_deselectRémi Verschelde
2022-04-04Add deselect() to RichTextLabelConteZero
2022-04-04Merge pull request #59513 from BastiaanOlij/openxr_actionmap_editorRémi Verschelde
2022-04-04Add action map editor for OpenXRBastiaan Olij
2022-04-04Fixed ctrl + backspace on empty linesMarc Garcia Puig
2022-04-03Fix TextEdit v_scroll_speed invalid values breaks wheel scrollingjmb462
2022-04-01Distribute remaining pixel to expanding childs of GridContainerMarkus Sauermann
2022-04-01Fix how Root Control Node is determinedMarkus Sauermann
2022-04-01Fix that slow mouse wheel scroll has no zoom effect on 2D editorC.Even
2022-04-01Merge pull request #59764 from reduz/blender-import-autodetectRémi Verschelde
2022-04-01Add Blender install autodetection and configuration.reduz
2022-04-01Remove metadata `_edit_layout_mode` and `_edit_use_custom_anchors` if they ha...NeilKleistGao
2022-04-01Extract theme property names for localizationHaoyu Qiu
2022-03-31Small fixes for `TabContainer`Michael Alexsander
2022-03-31Fix typos with codespellRémi Verschelde
2022-03-31Merge pull request #59702 from Sauermann/fix-subviewport-container-event-tran...Rémi Verschelde
2022-03-30Fix Control::warp_mouse to respect canvas transformMarkus Sauermann
2022-03-30Fix event transform in SubViewportContainerMarkus Sauermann
2022-03-30Make vararg method bind no return and returnPierre-Thomas Meisels