summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2020-01-21Fix asset library video play overlay not being centered on the thumbnailEric Rybicki
2020-01-18AssetLibrary when the download size is unknown:dankan1890
2020-01-15Fixes AssetLib crash when JPG module is disabledHaoyu Qiu
2020-01-13Use MOUSE_FILTER_PASS for all containers (but PanelContainer)Rémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-16Center error icon vertically in AssetLibHaoyu Qiu
2019-12-13Make more editor strings translatableHaoyu Qiu
2019-11-22Make Ctrl+F focus the editor asset library's search fieldHugo Locurcio
2019-10-26Display a message if no results are found in the asset libraryHugo Locurcio
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-09-03Improve sorting options in the asset libraryHugo Locurcio
2019-09-02Refresh the asset library only once on startupHugo Locurcio
2019-08-30Increase line spacing in the editor help and asset library descriptionsHugo Locurcio
2019-08-29Minor cleanup of the AssetLib's asset dialogMichael Alexsander Silva Dias
2019-08-28AssetLib minor fixes and enhancementsMichael Alexsander Silva Dias
2019-08-27Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speedRémi Verschelde
2019-08-27Display a "broken file" icon for missing images in the asset libraryHugo Locurcio
2019-08-27Improve image loading performance in the asset libraryHugo Locurcio
2019-08-24Improve loading UX in the asset libraryHugo Locurcio
2019-08-15Automatically select the first image of the assets pageDavide Busterna
2019-08-13Use Lanczos filtering for variable-sized images such as project iconsHugo Locurcio
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
2019-07-18Improve preview and screenshot display in the asset libraryHugo Locurcio
2019-07-17Minor improvements to the AssetLibMichael Alexsander Silva Dias
2019-06-12Merge pull request #29599 from Calinou/assetlib-project-icon-loadingRémi Verschelde
2019-06-12Remove some references to unimplemented features in the assetlibHugo Locurcio