summaryrefslogtreecommitdiff
path: root/editor/plugins/asset_library_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2019-06-12Add spacing between the icon and details in the assetlib listHugo Locurcio
2019-06-08Display a "loading" placeholder while icons are loading in the assetlibHugo Locurcio
2019-06-05Fix memory leak after closing filesqarmin
2019-04-23Separated description from the preview content and centered the playbutton fo...gdupr
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-03-16Enabled logging of failed image download.Fabio Alessandrelli
2019-03-05AssetLib: convert video thumbnails to RGBAmerumelu
2019-02-16Fix uninitialized valueFabio Alessandrelli
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-15Hide header and footer in AssetLib when not necessaryErik
2018-08-20Fix occasional crash when downloading assets from the Asset LibraryHugo Locurcio
2018-08-14Merge pull request #20760 from Calinou/improve-assetlib-download-uxRémi Verschelde
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
2018-08-06Improve the asset library download UXHugo Locurcio
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-05-21Fix AssetLib image loadingKarolis K
2018-05-16AssetLib pagination modificationsKarolis K
2018-05-14Merge pull request #18797 from TailyFair/assetlib-video-overlayRémi Verschelde
2018-05-11Thumbnail overlay for videos in AssetLibKarolis K
2018-05-10Fix icon if remote icon load failsKarolis K
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-03-13Merge pull request #17013 from Noshyaar/themeRémi Verschelde
2018-02-28More threading in AssetLibFabio Alessandrelli