summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2022-01-16Fix theming update in several editor classesYuri Roubinsky
2022-01-07Rename TextureRect.expand to ignore_texture_sizekobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-16Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli
2021-12-11Allow selection in asset descriptionjabcross
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-09Add proxy support for the editorHaoyu Qiu
2021-12-07ScrollContainer's scrollbar visibility is now enumkobewi
2021-11-12Use "enum class" for input enumsAaron Franke
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-16Remove bbcode_text from RichTextLabelHaSa1002
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-23Clarify the purpose of the default asset library URLs in the editorHugo Locurcio
2021-07-18Optimize StringName usagereduz
2021-07-12Automatically display the installer after downloading an assetHugo Locurcio
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-05-31Implement shader cachingreduz
2021-04-27Improve the editor themeHugo Locurcio
2021-04-05Merge pull request #47636 from qarmin/inputRémi Verschelde
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-05Automatically focus the Search field when displaying asset libraryHugo Locurcio
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-13Fix Asset Library URL not updating after been changed in editor settingsjmb462
2021-03-08Merge pull request #46771 from socket220/masterRémi Verschelde
2021-03-07mod: pop-up usability enhancement for support buttongatalskii
2021-03-07Make the pagination buttons wider in the asset library browserHugo Locurcio
2021-02-17Only display the assetlib Retry button if the download failedHugo Locurcio