summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-22/+22
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-22/+22
* Update AssetLib network settings when Editor Settings changeHaoyu Qiu2022-01-211-0/+1
* Fix Asset Library UX when an asset is being downloadedYuri Sizov2022-01-191-2/+13
* Make assets in progress open the next step instead of erringYuri Sizov2022-01-191-29/+45
* Fix assetlib crashYuri Roubinsky2022-01-161-6/+8
* Fix theming update in several editor classesYuri Roubinsky2022-01-161-14/+12
* Rename TextureRect.expand to ignore_texture_sizekobewi2022-01-071-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55747 from timothyqiu/editor-proxyFabio Alessandrelli2021-12-161-3/+12
|\
| * Add proxy support for the editorHaoyu Qiu2021-12-091-3/+12
* | Allow selection in asset descriptionjabcross2021-12-111-0/+1
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-7/+7
* | align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
|/
* ScrollContainer's scrollbar visibility is now enumkobewi2021-12-071-6/+3
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-7/+7
* Remove bbcode_text from RichTextLabelHaSa10022021-09-161-1/+1
* Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-3/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-1/+1
* Clarify the purpose of the default asset library URLs in the editorHugo Locurcio2021-07-231-2/+1
* Optimize StringName usagereduz2021-07-181-22/+22
* Automatically display the installer after downloading an assetHugo Locurcio2021-07-121-0/+5
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-5/+3
* Implement shader cachingreduz2021-05-311-4/+4
* Improve the editor themeHugo Locurcio2021-04-271-1/+0
* Merge pull request #47636 from qarmin/inputRémi Verschelde2021-04-051-0/+2
|\
| * Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
* | Automatically focus the Search field when displaying asset libraryHugo Locurcio2021-04-051-2/+14
|/
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Fix Asset Library URL not updating after been changed in editor settingsjmb4622021-03-131-12/+19
* Merge pull request #46771 from socket220/masterRémi Verschelde2021-03-081-0/+1
|\
| * mod: pop-up usability enhancement for support buttongatalskii2021-03-071-0/+1
* | Make the pagination buttons wider in the asset library browserHugo Locurcio2021-03-071-2/+4
|/
* Only display the assetlib Retry button if the download failedHugo Locurcio2021-02-171-1/+8
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
* Move the asset library API URLs to the Editor SettingsAaron Franke2021-01-151-4/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-3/+3
* Rename Control margin to offsetMarcel Admiraal2020-12-231-9/+9
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-2/+2
* Asset Library: Scroll up the ScrollContainer after page loadMarcus Brummer2020-12-091-0/+4
* Implement new shortcuts system.Eric M2020-11-231-3/+3
* Automatically start searching in the asset library when entering textHugo Locurcio2020-09-291-5/+14
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4