summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-4/+4
* Merge pull request #65023 from Faless/js/4.x_is_webRémi Verschelde2022-08-291-1/+1
|\
| * [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+3
|/
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-3/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-7/+7
* Merge pull request #59301 from fire-forge/layout-preset-full-rectRémi Verschelde2022-07-191-1/+1
|\
| * Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-1/+1
* | Use integer types in Image and ImageTexture methodsFireForge2022-07-181-1/+1
|/
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-5/+5
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-5/+5
* | Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* | Add static methods for creating Image and ImageTexturekobewi2022-07-081-9/+2
|/
* Make asset library's column count dynamicpython2732022-07-021-6/+15
* Stretch image on resize in asset description dialogKirill2022-07-011-0/+3
* [AssetLib] Fix crash in Web editor.Fabio Alessandrelli2022-06-301-0/+11
* Use consistent casing in editor filter/search barsFireForge2022-05-281-2/+2
* Tweaks to improve the Project Manager display at small sizesAaron Franke2022-05-191-0/+7
* Handle AssetLib repository config errorHaoyu Qiu2022-05-041-14/+44
* Rename theme properties to include underscoresFireForge2022-04-231-4/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-18/+7
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* Add TTR context for pagination button textsHaoyu Qiu2022-03-241-4/+4
* Remove extra borders from the AssetLib pluginMichael Alexsander2022-03-151-1/+1
* Allow negative indexes in ItemList and PopupMenukobewi2022-03-121-1/+1
* Remove duplicate editor settings definitionskobewi2022-03-061-2/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-5/+12
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+1
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* 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