Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-08File Browser: scroll selected files into viewSybren A. Stüvel
2021-03-05Asset Browser Space API: add `activate_asset_by_id()` functionSybren A. Stüvel
2020-12-16Cleanup: sort struct blocksCampbell Barton
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-11-02Cleanup: remove unused FileList.prv_w/hCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-13Fix T74699: File browser closing while loading crash.Bastien Montagne
2020-03-03IDs: change FILTER_ID_* to 64 bit to make space for new ID typesBrecht Van Lommel
2019-09-04Fix selecting multiple files ignoring first fileJulian Eisel
2019-09-03UI: File Browser Design OverhaulJulian Eisel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2017-07-18Fix T52109: Folder search won't work when selecting animation output folder.Bastien Montagne
2016-08-29Cleanup/refactor spacefile's 'check dir' code.Bastien Montagne
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-18Replace 'BLO_is_a_library' by 'BLO_library_path_explode'.Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-01-03FileBrowser: add search field in header bar.Bastien Montagne
2015-01-01SpaceFile: Tweak thumbnail to avoid restarting the job needlessly.Bastien Montagne
2015-01-01SpaceFile: Refactor sorting and filtering of filelist.Bastien Montagne
2015-01-01SpaceFile: Filelist: reorder a bit things, also cleanup some unused and pure-...Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-11-29File Browser: autocomplete keeps focus in the file field when entering a folder.Brecht Van Lommel
2013-03-15Screen: add exit callback for area and region types, this gets called whenBrecht Van Lommel
2012-06-18style cleanupCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-29remove header text:Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-14== filebrowser ==Andrea Weikert
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2010-12-17Drag & drop feature:Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-05-14== filebrowser ==Andrea Weikert
2010-05-14Disable thumbnail generation when the thumbnail view is not enabled,Campbell Barton
2010-03-10filebrowser:Andrea Weikert