summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2019-11-19GradientEdit: Fix index crasheslupoDharkael
2019-11-15Make holding Ctrl toggle snapping in GraphEditHugo Locurcio
2019-11-12Fixed crash when pressing down key on empty TreePouleyKetchoupp
2019-11-10Merge pull request #33516 from qarmin/small_fixesRémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-11-09Fixed crash when using icon override in buttonPouleyKetchoupp
2019-11-09Fixed crash when using icon override in buttonPouleyKetchoupp
2019-11-09Fixed not being able to scroll ending wrapped linePaulb23
2019-11-08Merge pull request #33052 from KoBeWi/naughty_slidersRémi Verschelde
2019-11-07Fix analog input in slidersTomasz Chabora
2019-11-06Fixes ItemList max column updatecodecustard
2019-11-04Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp
2019-11-03Merge pull request #33286 from groud/fix_tree_edit_rectRémi Verschelde
2019-11-03Fixes the edit rect in TreeItemsGilles Roudiere
2019-11-02Make the editor dimming even more smarterMichael Alexsander
2019-11-02Update connection info on script validation rather then saved copyPaulb23
2019-11-01Merge pull request #33233 from hilfazer/dollar-quoted-autocompleteRémi Verschelde
2019-11-01$ autocompletion keeps quotationhilfazer
2019-11-01Merge pull request #33202 from nekomatata/text-edit-search-usabilityRémi Verschelde
2019-10-31Make the editor dimming smarterMichael Alexsander
2019-10-31Improved TextEdit search usability & documentationPouleyKetchoupp
2019-10-29Merge pull request #33091 from MCrafterzz/fix10567Rémi Verschelde
2019-10-29Improved UX of selecting directories in (Editor)FileDialog by hiding unused g...MCrafterzz
2019-10-28Merge pull request #33120 from YeldhamDev/popup_dialog_panel_styleRémi Verschelde
2019-10-28Merge pull request #33119 from creikey/fix-quote-malfunctionRémi Verschelde
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-10-27Remove duplicate quote in displayed quote typeCameron Reikes
2019-10-27Merge pull request #33066 from Tabas32/fix_indentationRémi Verschelde
2019-10-27Improve performance of connection info in the script editorPaulb23
2019-10-27Merge pull request #33032 from Calinou/filedialog-scroll-to-topRémi Verschelde
2019-10-26Fix text minimap crash when last line is foldedPaulb23
2019-10-25Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde
2019-10-25Just initialization, needed by compilerMarian
2019-10-25Fixed indenting issue with comment at end of lineMarian
2019-10-24Don't terminate search if begin_key doesn't fitZatherz
2019-10-24Fix rendering tooltipvolzhs
2019-10-24Scroll back to the top after opening a directory in FileDialogHugo Locurcio
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-10-23Merge pull request #32972 from codecustard/fix_spinbox_not_releasingfocusRémi Verschelde
2019-10-22Shadows Now Properly Translate by RichTextEffect offset.Eoin O'Neill
2019-10-22Merge pull request #32796 from Paulb23/set_text_caretRémi Verschelde
2019-10-22Merge pull request #32940 from nekomatata/text-edit-clear-colorsRémi Verschelde
2019-10-22Merge pull request #32965 from volzhs/richtextlabel-scroll-activeRémi Verschelde
2019-10-22Fixed crashes when renaming a state in AnimationNodeStateMachineEditorPouleyKetchoupp
2019-10-22Merge pull request #32902 from nekomatata/auto-indent-bracket-fixRémi Verschelde
2019-10-22Merge pull request #32864 from nekomatata/rich-text-image-sizeRémi Verschelde
2019-10-22Merge pull request #32833 from nekomatata/label-autowrap-fixRémi Verschelde
2019-10-21Fixes spinbox not releasing focus on value changeEmmanuel Barroga
2019-10-22Fix scrolling RichTextLabel with scroll_active=falsevolzhs
2019-10-20TextEdit syntax highlighting fixesPouleyKetchoupp