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-12-16Docs: add doc-strings for BLI_path functionsCampbell Barton
2021-12-16Fix compile error on Windows.Thomas Dinges
2021-12-16WM: various changes to file writing behaviorCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-11-01BLI_path_util: assert to ensure BLI_join_dirfile is used correctlyCampbell Barton
2021-10-04Cleanup: use system includesCampbell Barton
2021-09-29Cleanup: spelling in commentsCampbell Barton
2021-09-28Path util: BLI_path_contains() case-insensitive on WindowsSybren A. Stüvel
2021-09-27BLI Path: add function `BLI_path_contains()`Sybren A. Stüvel
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-13Cleanup: Use correct _WIN32/64 defines for MSVCJesse Yurkovich
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-10Cleanup: BLI_path_slash_native: use separator defines instead of literal values.Bastien Montagne
2021-04-01Cleanup: spellingCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-14Cleanup: path_util.c commentsCampbell Barton
2020-12-11Fix: Fix potential memory leak in BLI_getenvRay Molenkamp
2020-12-11Fix: BLI_getenv returns ascii not UTF8 on windowsRay Molenkamp
2020-12-08Fix unexpected "/" path after normalizing empty directory pathJulian Eisel
2020-10-26Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-11Cleanup: make formatJacques Lucke
2020-09-10Cleanup: Fix bad spelling in previous commit.Ray Molenkamp
2020-09-10Cleanup: Update doc string for BLI_getenvRay Molenkamp
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-10Cleanup: spellingCampbell Barton
2020-04-08Cleanup: rename to BLI_path_cwd to BLI_path_abs_from_cwdCampbell Barton
2020-04-08Cleanup: missed renaming BLI_cleanup_unc_16 in recent refactorCampbell Barton
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Fix build error on windowsGermano Cavalcante
2020-03-06Cleanup: use ELEM macro for path slash checksCampbell Barton
2020-03-06Cleanup: avoid use of BLI_cleanup_dirCampbell Barton
2020-03-06Cleanup: remove BLI_cleanup_fileCampbell Barton
2020-02-18Fix making paths relative on windowsCampbell Barton
2020-02-15Cleanup: make BLI_make_exist local to the file selectorCampbell Barton
2019-12-25Cleanup: Remove BLI_stringenc_pathLukas Stockner
2019-12-18Image Editor: Load UDIMs even if secondary tile is selectedLukas Stockner
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-07-07Cleanup: spellingCampbell Barton
2019-05-25blenlib: Fix build warning with MSVCRay Molenkamp