summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2019-12-13doc: Sync classref with current sourceRémi Verschelde
2019-12-13Merge pull request #34235 from timothyqiu/menu-scrollRémi Verschelde
2019-12-12Make Button and co. take internal margins into account when clipping textMichael Alexsander
2019-12-12Fixes crash after remove_line in RichTextLabelHaoyu Qiu
2019-12-12CharFXTransform: Drop unnecessary get_value_or()Rémi Verschelde
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-10Fixes long popup menu scroll behaviorHaoyu Qiu
2019-12-10Update minimum size of SpinBox on theme changeTomasz Chabora
2019-12-09Merge pull request #34203 from bruvzg/ime_placeholderRémi Verschelde
2019-12-09Fixed strange behaviour of scroll in the ItemList.allkhor
2019-12-08Hide LineEdit placeholder if IME composition string is not empty.bruvzg
2019-12-06Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander
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