summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-75/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-34/+34
* Working multiple window support, including editorJuan Linietsky2020-03-261-23/+23
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Signals: Fix some regressions from #36426Rémi Verschelde2020-03-031-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-57/+32
* | Mention version compatibility when there are no results in the assetlibHugo Locurcio2020-02-231-1/+10
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-32/+32
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-19/+18
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Merge pull request #33815 from Calinou/assetlib-focus-search-shortcutRémi Verschelde2020-02-101-0/+19
|\
| * Make Ctrl+F focus the editor asset library's search fieldHugo Locurcio2019-11-221-0/+19