summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-3/+3
* Parse fragment from URLHaoyu Qiu2024-09-271-1/+2
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-1/+2
* Extract editor main screenkit2024-09-091-1/+2
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-4/+4
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-7/+7
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
|/
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-18/+18
* Use Core/Scene stringnames consistentlykobewi2024-05-131-2/+2
* Merge pull request #89987 from Calinou/editor-asset-library-rename-official-s...Rémi Verschelde2024-04-041-4/+4
|\
| * Rename Official support level to Featured in the editor asset libraryHugo Locurcio2024-03-281-4/+4
* | Merge pull request #89978 from zaevi/editor/disable_asset_title_autotrRémi Verschelde2024-04-041-0/+1
|\ \
| * | Editor: Disable auto-translation of titles in AssetLib.Zae2024-03-281-0/+1
| |/
* | Merge pull request #88761 from eugene87222/fix-asset-lib-layoutRémi Verschelde2024-04-041-8/+17
|\ \ | |/ |/|
| * Fix broken layout of asset library pageEugene Yang2024-04-041-8/+17
* | Fix AssetLibrary not going online when clicking buttonkobewi2024-03-051-1/+1
|/
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-0/+5
* Asset Library author link, description popup size and UX detailsChristian Kaiser2024-02-141-18/+57
* Merge pull request #87628 from YuriSizov/assets-bigger-better-errorsRémi Verschelde2024-02-091-70/+110
|\
| * Improve error reporting in the asset library and in related typesYuri Sizov2024-01-261-70/+110
* | Use indeterminate progressbars for downloads (export templates & assets)Christian Kaiser2024-02-081-4/+8
* | Replace empty list dialog with an integrated panelYuri Sizov2024-01-301-10/+10
* | Add a network mode setting to bring the editor offlineYuri Sizov2024-01-301-26/+63
|/
* Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+0
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Merge pull request #80555 from GrammAcc/fix-80507Rémi Verschelde2023-10-021-2/+20
|\
| * AssetLib: Fix long plugin names breaking the UIGrammAcc2023-09-301-2/+20
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Improve handling of archives when installing assetsYuri Sizov2023-09-081-3/+3
* | Add EditorStringNames singletonkobewi2023-09-031-10/+11
|/
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-16/+2
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
* Merge pull request #74114 from dalexeev/editor-help-enable-context-menuYuri Sizov2023-03-161-0/+1
|\
| * Enable `RichTextLabel` context menu if selection is enabledDanil Alexeev2023-03-061-0/+1
* | clear filter input in Project Settings when opening Layersyedpodtrzitko2023-03-101-1/+1
|/
* Clean-up, harmonize, and improve StyleBox APIYuri Sizov2023-01-191-2/+2
* Provide more information about the 'Support' filter when no result was foundMarius Hanl2023-01-171-5/+24
* Add expand modes to TextureRectkobewi2023-01-121-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for svg images in the asset lib.HolonProduction2022-12-201-0/+22
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Rename TextureButton set_*_texture methods to set_texture_*Aaron Franke2022-11-191-3/+3
* Rename queue_delete => queue_freeMarc Gilleron2022-10-241-3/+3