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-09-27File/Asset Browser: Don't deselect other items when draggingJulian Eisel
2021-08-12Cleanup: spelling in commentsCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-10File/Asset Browser: Select/Activate File on Right Click for Context MenuJulian Eisel
2021-08-10Fix crash: mouse is over file space during startup.Jeroen Bakker
2021-08-02Asset Browser: Proper context menu for assetsJulian Eisel
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-30Fix incorrect poll function used for file path droppingJulian Eisel
2021-07-30Cleanup: Refactor logic of file deletion poll callbackJulian Eisel
2021-07-30Preferences: Move "Register File Association" to preferences levelJulian Eisel
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-07Assets: Keep assets active after renaming, ensure they are scrolled into viewJulian Eisel
2021-07-07Cleanup: Move file deselection function to more appropriate fileJulian Eisel
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Assets: Disable file renaming operator for Asset BrowsersJulian Eisel
2021-07-05Cleanup: Move common File Browser renaming code into functionsJulian Eisel
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Fix race condition when loading multiple File/Asset Browsers at onceJulian Eisel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14Fix Build WarningHarley Acheson
2021-06-14UI: Windows Blend File AssociationHarley Acheson
2021-06-03Fix invalid return values from file_executeCampbell Barton
2021-05-27Cleanup: specify array sizes, remove warnings in commentsCampbell Barton
2021-05-05Fix T82002: ENTER does nothing when mouse cursor is over save dialog text fieldSeverin
2021-03-18Cleanup: spellingCampbell Barton
2021-03-12Cleanup: incorrect doxy section titleCampbell Barton
2021-03-08File Browser: scroll selected files into viewSybren A. Stüvel
2021-02-16Cleanup: spellingCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-18UI: Don't use abbreviations in label textYevgeny Makarov
2020-12-17Fix T83888: Ctrl F in Asset Browser crashes blenderPhilipp Oeser
2020-12-15Asset System: New Asset Browser editorJulian Eisel
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-11-03Fix C operators can't set default display or sort type for File BrowserJulian Eisel
2020-10-23Cleanup: make formatAaron Carlisle
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-13Cleanup: unused variableCampbell Barton
2020-09-12Fix T70255: Setting file browser bookmark from Python crashesCampbell Barton
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-23Fix T79989: File browser `Return` doesn't open a directoryCampbell Barton
2020-08-07Fix fast clicks on File Browser sort columns not changing sortingJulian Eisel
2020-08-07Fix T79616: Sort by column in filebrowser is brokenJulian Eisel
2020-07-03Cleanup: Editors, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-09Fix T77504: Operator search gives wrong resultsCampbell Barton
2020-05-26UI: Windows Shell Links & Improved Mac AliasesHarley Acheson