summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2019-12-06Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander
2019-12-01Fixed caret alignment with placeholder textPaulb23
2019-12-01Fixed LineEdit alignment when removing text or undo / redoPaulb23
2019-11-26Range: Remove min/max check added in #33908Rémi Verschelde
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-11-25Merge pull request #33869 from jbuck3/dialog-resize-bugRémi Verschelde
2019-11-24Fix WindowDialog moving when resized from the left/top edgeJames Buck
2019-11-24Fixed index out of size error in TextEdit when opening scriptsPouleyKetchoupp
2019-11-20Merge pull request #33583 from qarmin/fix_overflows_unitializedRémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
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