summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-06-09Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hoverRémi Verschelde
2021-06-07Merge pull request #49307 from pycbouh/tabs-update-on-theme-changesRémi Verschelde
2021-06-07Style: Cleanup uses of double spaces between wordsRémi Verschelde
2021-06-04Make sure Tabs reflect theme changesYuri Sizov
2021-06-03Use a more specific type for AcceptDialog register_text_enterAaron Franke
2021-06-03Merge pull request #46482 from KoBeWi/size_warning_the_sequelRémi Verschelde
2021-06-02Use bold fonts in editorreduz
2021-06-01Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde
2021-06-01Move and expose Code Hint in CodeEditPaulb23
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-06-01Add comment and string tracking to CodeEditPaulb23
2021-06-01Merge pull request #49241 from floppyhammer/fix-tree-item-draggingRémi Verschelde
2021-06-01fix-tree-item-draggingfloppyhammer
2021-06-01Fix TextEdit selection drawing behing minimapPaulb23
2021-06-01Merge pull request #48770 from LightningAA/scrollcontainer-ensure-item-visibl...Rémi Verschelde
2021-05-31ScrollContainer: Expose `_ensure_focused_visible` to the APILightning_A
2021-05-26Fixed implementation of RTL remove_line(), which fixed issues in EditorLog.Eric M
2021-05-26Fix disappearing relationship lines in Tree when item is out of viewYuri Sizov
2021-05-25Merge pull request #48546 from pycbouh/tree-highlight-selected-relationshipsRémi Verschelde
2021-05-25Merge pull request #48837 from Soupstraw/shader-piRémi Verschelde
2021-05-25Add highlight to the relationship lines of selected Tree itemsYuri Sizov
2021-05-25Merge pull request #48955 from Calinou/editor-tweak-property-hintsRémi Verschelde
2021-05-25Added constants PI, TAU and E to the shader languageJoosep Jääger
2021-05-25Tweak dozens of editor property hints for consistencyHugo Locurcio
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-22Add custom background line colour to TextEdit and remove marked linesPaulb23
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-18Merge pull request #47544 from pycbouh/control-expose-theme-typeRémi Verschelde
2021-05-18Merge pull request #46773 from trollodel/TreeItem+Rémi Verschelde
2021-05-18Merge pull request #48528 from sent44/texteditRémi Verschelde
2021-05-17Improve TreeItem API and allow to move nodestrollodel
2021-05-17Fix build after mismatch between #48168 and #48599Rémi Verschelde
2021-05-17Merge pull request #48599 from Calinou/textedit-alt-scroll-fasterRémi Verschelde
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-17Add theme_custom_type property to Control and WindowYuri Sizov
2021-05-17Merge pull request #48690 from KoBeWi/static_shader_pickerRémi Verschelde
2021-05-17Create ColorPicker shaders staticallykobewi
2021-05-16Merge pull request #48760 from timothyqiu/tree-crashRémi Verschelde
2021-05-16Merge pull request #48650 from AnilBK/graph-node-settersRémi Verschelde
2021-05-16Fix Tree::get_column_at_position crashHaoyu Qiu
2021-05-13Attempt to fix rich text label effects processing even whenEoin O'Neill
2021-05-13-Added missing setters to GraphNode.Anilforextra
2021-05-13Fix variable names for "usage" flags in `Control::_get_property_list()`Andrii Doroshenko (Xrayez)
2021-05-10Implement reverting to the old color when clicking it in ColorPickerHugo Locurcio
2021-05-10Scroll faster when holding Alt in TextEdit (and script editor)Hugo Locurcio
2021-05-09Merge pull request #48579 from Calinou/tree-fix-bg-focus-section-overlapRémi Verschelde
2021-05-09Merge pull request #48539 from KoBeWi/cant_edit_thisRémi Verschelde
2021-05-09Fix Tree's background focus outline displaying behind section headingsHugo Locurcio
2021-05-07Display arrow cursor if text is not editablekobewi
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A