summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2021-01-28Unify URI encoding/decoding and add to C#Aaron Franke
2021-01-15Move the asset library API URLs to the Editor SettingsAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-14Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal
2020-12-09Asset Library: Scroll up the ScrollContainer after page loadMarcus Brummer
2020-11-23Implement new shortcuts system.Eric M
2020-09-29Automatically start searching in the asset library when entering textHugo Locurcio
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-03Signals: Fix some regressions from #36426Rémi Verschelde
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-23Mention version compatibility when there are no results in the assetlibHugo Locurcio
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #33815 from Calinou/assetlib-focus-search-shortcutRémi Verschelde
2020-02-06Merge pull request #35068 from akien-mga/containers-mouse-filter-passRémi Verschelde
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal