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
2022-09-21Refactor: Move file browser filelist.c to C++Julian Eisel
2022-05-18Cleanup: use "filepath" instead of "filename" for full paths, fileops.cCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-03-08Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-11macOS: add tilde-based path expanderAnkit Meel
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-08-21Use Zstandard compression for the sequencer cacheLukas Stockner
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-06-10Cleanup: quiet array-parameter warning from GCC11Campbell Barton
2021-05-19Fix T87621: Win32 Do Not Create Preview Thumbnails for Offline FilesHarley Acheson
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-10-09Cleanup: alias: use const, remove unused variable.Ankit Meel
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-13Cleanup: remove some incorrectly placed constsJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-26Fix T60682: adds macOS alias redirection for directoriesBrecht Van Lommel
2020-03-19VSE: Disk cacheRichard Antalik
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-06Cleanup: Fix forward declaration of headersDalai Felinto
2020-02-26BLI_fileops: add utility to read text with newlines set to nilCampbell Barton
2020-02-21UI: Windows File Attributes and Hidden ItemsHarley Acheson
2019-11-06Fix T70952: EXR files bigger than 2GB don't open on WindowsBrecht Van Lommel
2019-10-10File Browser: add back Delete, which now moves files to the trashRobert Guetzkow
2019-09-03UI: File Browser Design OverhaulJulian Eisel
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
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
2018-02-01Fix: msvc build error with bli_fileops.hRay Molenkamp
2017-05-27Remove MinGW supportAaron Carlisle
2015-12-21BLI_storage: Split text/binary version of mem-from-file funcsCampbell Barton
2015-12-14BLI_storage: util function BLI_file_read_as_memCampbell Barton
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-08-24BLI_fileops: Some fixes and cleanup.Bastien Montagne
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-07-21Remove nonnull attribute, NULL arg is valid here.Campbell Barton
2015-07-14BLI_fileops: Make BLI_dir_create_recursive() return success/error status.Bastien Montagne