summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-03-20Prevent resizing minimap bigger than GraphEdit (Fix #47189)jmb462
2021-03-20Fix wrong width with PopupMenus on first opening in the editorMichael Alexsander
2021-03-19Use real_t in non-physics 2D nodesAaron Franke
2021-03-19Merge pull request #47156 from LightningAA/graph-edit-scroll-zoom-4.0Rémi Verschelde
2021-03-18Enable zooming graph_edit with scrollwheelLightning_A
2021-03-18Check for null pointer in get_column_width(0)Justin Ho
2021-03-17Merge pull request #46674 from cmd410/fix-tab-containerRémi Verschelde
2021-03-17Merge pull request #47050 from jmb462/fix-bbcode-tables-overlap-with-bottom-textRémi Verschelde
2021-03-16Merge pull request #39810 from christinoleo/masterRémi Verschelde
2021-03-16Fix BBCode tables overlap with bottom textjmb462
2021-03-15Merge pull request #46993 from gongpha/check-if-edit-called-via-editorRémi Verschelde
2021-03-15Check if _edit_set_position and _edit_set_rect was used outside an editorKongfa Waroros
2021-03-14Fix stale tab names in TabContainerYuri Sizov
2021-03-14Fix RTL BBCode range regression and selection issues.bruvzg
2021-03-13trims_whitespaces_when_creating_folder_windowsPop0p
2021-03-12fix translation not updating in ConfirmationDialog (and Window by inheritance)fabriceci
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-12Merge pull request #46913 from Faless/js/4.x_vkRémi Verschelde
2021-03-12Merge pull request #46699 from sps1112/fix-control.edit_set_state-crashRémi Verschelde
2021-03-11Add IME support checks in LineEdit/TextEdit.Fabio Alessandrelli
2021-03-09Add interpolation bar on each channel in ColorPickerKongfa Waroros
2021-03-08Make GraphNode handle children with EXPAND flagLeonardo Christino
2021-03-07fix Label visible_characters bad precisionjmb462
2021-03-07Merge pull request #46572 from jmb462/fix-selection-error-after-commenting-or...Rémi Verschelde
2021-03-07Merge pull request #46627 from jmb462/fix-incorrect-autoindentation-in-multil...Rémi Verschelde
2021-03-07Merge pull request #46643 from YeldhamDev/hide_all_the_thingsRémi Verschelde
2021-03-06Release mouse when SpinBox leaves scene treekobewi
2021-03-05Fix Control._edit_set_state crashsps1112
2021-03-04Fix TabContainer _get_tab_widthCrystal Melting Dot
2021-03-04Revert "Add size check in Control._edit_set_state to prevent crash"Rémi Verschelde
2021-03-04Merge pull request #46524 from kuruk-mm/lineedit_triple_clickRémi Verschelde
2021-03-04Merge pull request #46620 from sps1112/fix-control.edit_set_state-crashRémi Verschelde
2021-03-04Add size check in Control._edit_set_state to prevent crashsps1112
2021-03-03Hide more options of disabled propertiesMichael Alexsander
2021-03-03Deselect column only if belongs to deselected itemkobewi
2021-03-03fix incorrect iauto-indentation in mutliline bracket (fix #46384)jmb462
2021-03-01fix selection error after commenting or indenting textjmb462
2021-03-01Merge pull request #46563 from pycbouh/graph-edit-hide-minimap-properlyRémi Verschelde
2021-03-01Properly hide GraphEdit's minimapYuri Sizov
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-03-01LineEdit: Now double click to select a word, and triple click to select all t...Mateo Kuruk Miccino
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-22ImproveCompletionPanelPositionInShaderEditorfloppyhammer
2021-02-21Merge pull request #46230 from gongpha/keep-hue-valueRémi Verschelde