summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-27Fix GraphEdit connects when graph is zoomed/unzoomed Yuri Roubinsky
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-25Merge pull request #38918 from EricEzaM/fix-slider-focus-on-scroll-inputRémi Verschelde
2021-02-24Fixed 'nonexistent action' errors spammed at startup on OSXEric M
2021-02-22Add preview Sun and Environmentreduz
2021-02-22Merge pull request #45994 from Jummit/expose-edit-selectedRémi Verschelde
2021-02-22expose edit_selected in TreeJummit
2021-02-21Merge pull request #46230 from gongpha/keep-hue-valueRémi Verschelde
2021-02-21Label::set_lines_skipped Fail if passed a negative valuekleonc
2021-02-19Warn when setting Control size inside ready()Tomasz Chabora
2021-02-19Keep Hue value when Saturation or Value is zeroKongfa Waroros
2021-02-18Removed hardcoded shortcuts from /scene and converted to input actionsEric M
2021-02-18Reorganize Project Settingsreduz
2021-02-18Avoid signal methods in ColorPicker to access the tree when it isn't in the treeKongfa Waroros
2021-02-16Merge pull request #46081 from YeldhamDev/popupmenu_fixesRémi Verschelde
2021-02-16Merge pull request #46088 from groud/fix_line_editRémi Verschelde
2021-02-16Merge pull request #45899 from nekomatata/richtextlabel-get-selectionRémi Verschelde
2021-02-16Fix minimum_character_width in LineEditGilles Roudière
2021-02-16Fix various small issues with PopupMenuMichael Alexsander
2021-02-16Select TreeItem if none is selectedkobewi
2021-02-15Expose RichTextLabel selection to scriptPouleyKetchoupp
2021-02-15Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead.Eric M
2021-02-14RichTextLabel::add_image Fail if passed image has no areakleonc
2021-02-14Merge pull request #44747 from bruvzg/missing_outlinesRémi Verschelde
2021-02-14[CTL] Fix RichTextLabel cell horizontal padding.bruvzg
2021-02-14[CTL] Add missing font outline drawing routines and theme constants.bruvzg
2021-02-14Merge pull request #45942 from YeldhamDev/label_height_emptyRémi Verschelde
2021-02-13Merge pull request #45858 from nekomatata/text-edit-style-content-marginsRémi Verschelde
2021-02-13Merge pull request #45881 from nekomatata/textedit-wrap-autoscrollRémi Verschelde
2021-02-12Keep Label's min height when emptyMichael Alexsander
2021-02-12Fix TextEdit autoscroll with wrapped linesPouleyKetchoupp
2021-02-12TextEdit respects content margin from StyleBoxPouleyKetchoupp
2021-02-12Fix LineEdit minimum widthreduz
2021-02-12Use get_char_size(' ') to calculate space width.bruvzg
2021-02-11Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde
2021-02-10Removed _change_notifyreduz
2021-02-11Update GraphEdit when GraphNode's slot is updatedKongfa Waroros
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-02-09Merge pull request #45812 from RandomShaper/keep_selected_visibleRémi Verschelde
2021-02-08Merge pull request #45806 from KoBeWi/forest_of_deselectionRémi Verschelde
2021-02-08Update ColorPicker controls when entering treeKanabenki
2021-02-08Expose Tree::scroll_to_item()Pedro J. Estébanez
2021-02-07Set selected Tree item to null when deselectedkobewi
2021-02-07TextEdit: When left mouse is pressed to place the cursor, do not immediately ...Oliver Dick
2021-02-04doc: Don't bind argument names with p_ prefixRémi Verschelde
2021-02-01Merge pull request #45110 from fmazan/completion-panel-positioningRémi Verschelde
2021-02-01Merge pull request #45549 from flyingpimonster/graphnode-iconRémi Verschelde
2021-01-31Use integer coordinates for the font glyphs rendering.bruvzg
2021-01-28GraphNode: Add properties for custom iconsJames Westman