summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
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
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-18Auto-indent after opening bracket and parenthesis in the script editorPouleyKetchoupp
2019-10-16Add push_* methods for fonts in rich_text_labelFlorian Bergmann
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
2019-10-16Allow Label autowrap to cut words when they exceed line widthPouleyKetchoupp
2019-10-15Merge pull request #32820 from qarmin/small_fixes_static_analyzerRémi Verschelde
2019-10-14Fix color of FileDialog iconsYuri Roubinsky
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-13Fix undo / redo scrollbar calulationsPaulb23
2019-10-13Place caret at 0,0 when setting text not at the endPaulb23
2019-10-11Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbarRémi Verschelde
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-08Merge pull request #32411 from YeldhamDev/fix_grid_overflowRémi Verschelde
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
2019-10-08PopupMenu: Fix missing text/xl_text when using add_shortcutRémi Verschelde
2019-10-08PopupMenu: Reorder add_* methods in more natural orderRémi Verschelde
2019-10-07Fixed inserting text at caret not updating scrollbar sizePaulb23
2019-10-07Fixed drawing the caret at eol when at eol is not visiblePaulb23
2019-10-07Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde
2019-10-06Added missing bind_method to TreeItem::get_custom_color().dankan1890
2019-10-06Merge pull request #32569 from qarmin/fix_control_crashRémi Verschelde
2019-10-05Fix crash in Control functionsqarmin
2019-10-05Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp