summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-09-10Fix Ctrl/Cmd+F always processed by the asset library, instead of script edito...bruvzg
2022-09-08Merge pull request #65241 from bruvzg/no_keymap_ambiguityRémi Verschelde
2022-09-08Merge pull request #60108 from KoBeWi/arise_to_topRémi Verschelde
2022-09-08Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_moreRémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-09-07Add set_default_margin_all/individual to StyleBoxFireForge
2022-09-07Merge pull request #65447 from Faless/net/4.x_ssl_to_tlsRémi Verschelde
2022-09-07Merge pull request #65449 from YuriSizov/editor-main-control-screen-container...Rémi Verschelde
2022-09-07[Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli
2022-09-07Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov
2022-09-06Rename raise() to move_to_front()kobewi
2022-09-06Improve naming of theme properties throughout GUI codeYuri Sizov
2022-09-05Disable logic that triggers automatic focus gain as the Godot Editor is loadedFredia Huya-Kouadio
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Merge pull request #65023 from Faless/js/4.x_is_webRémi Verschelde
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-19Merge pull request #59301 from fire-forge/layout-preset-full-rectRémi Verschelde
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-13Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde
2022-07-09Seperate filter and description in FileDialog.add_filter()FireForge
2022-07-09Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-02Make asset library's column count dynamicpython273
2022-07-01Stretch image on resize in asset description dialogKirill
2022-06-30[AssetLib] Fix crash in Web editor.Fabio Alessandrelli
2022-05-28Use consistent casing in editor filter/search barsFireForge
2022-05-19Tweaks to improve the Project Manager display at small sizesAaron Franke
2022-05-04Handle AssetLib repository config errorHaoyu Qiu
2022-04-23Rename theme properties to include underscoresFireForge
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-24Add TTR context for pagination button textsHaoyu Qiu
2022-03-15Remove extra borders from the AssetLib pluginMichael Alexsander
2022-03-12Allow negative indexes in ItemList and PopupMenukobewi
2022-03-06Remove duplicate editor settings definitionskobewi
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-14Remove most EditorNode constructor parameters and fieldstrollodel
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-08Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde
2022-02-06Add missing SNAME macro optimization to all theme methods calljmb462
2022-01-21Update AssetLib network settings when Editor Settings changeHaoyu Qiu
2022-01-19Fix Asset Library UX when an asset is being downloadedYuri Sizov
2022-01-19Make assets in progress open the next step instead of erringYuri Sizov
2022-01-16Fix assetlib crashYuri Roubinsky