summaryrefslogtreecommitdiff
path: root/scene/gui
AgeCommit message (Expand)Author
2021-06-17Merge pull request #49258 from megalobyte/editor-fixRémi Verschelde
2021-06-16Merge pull request #49238 from Paulb23/code_edit_code_foldingRémi Verschelde
2021-06-16Documentation search fixesGregory Basile
2021-06-16Fix typo in CodeEdit methodsHaoyu Qiu
2021-06-16Make zoom limits and step adjustable in GraphEditYuri Sizov
2021-06-15Merge pull request #49011 from KoBeWi/totally_hRémi Verschelde
2021-06-15Merge pull request #49437 from Calinou/graphedit-allow-higher-lower-zoom-valuesRémi Verschelde
2021-06-15Merge pull request #49508 from kleonc/texture_button-updating-min_sizeRémi Verschelde
2021-06-15Merge pull request #49582 from timothyqiu/codeedit-update-cacheRémi Verschelde
2021-06-14Merge pull request #49572 from azagaya/fix_grabber_areaRémi Verschelde
2021-06-14Update cache after clearing delimiters in CodeEditHaoyu Qiu
2021-06-13Fix vertical slider grabber_area height calculationazagaya
2021-06-13Merge pull request #49526 from Chaosus/fix_textureregion_errorsRémi Verschelde
2021-06-12Fixed a bunch of connection errors in TextureEditorPluginYuri Roubinsky
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-11TextureButton Update min size on any texture changekleonc
2021-06-10Move default values from definition to declaration in GraphEditMarcel Admiraal
2021-06-09Fix Control::get_screen_position() not considering viewport scalemenip
2021-06-09Merge pull request #49155 from winterpixelgames/button-pressed-during-button-...Rémi Verschelde
2021-06-09Merge pull request #47280 from winterpixelgames/focus_doesnt_change_hoverRémi Verschelde
2021-06-08Allow higher and lower maximum zoom values in GraphEditHugo Locurcio
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-01Move code folding into CodeEdit and hide line hiding APIPaulb23
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-27Emit button_up signal after setting pressed to false.Jason Knight
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-23Fix valign with stylebox borderskobewi
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio