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
2016-06-27Docs: arg namesCampbell Barton
2016-05-03Cleanup: no need to cast for pointer comparisonCampbell Barton
2015-11-27Fix (unreported) broken BLI_join_dirfile() in some cases on Windows.Bastien Montagne
2015-10-18Fix T46531: Cannot use % in filenames.Bastien Montagne
2015-10-17Cleanup: warningsCampbell Barton
2015-10-17Cleanup: BLI_path commentsCampbell Barton
2015-10-17Cleanup: remove unused BLI_string_to_utf8Campbell Barton
2015-10-15Fix crash pressing +/- in file-selectorCampbell Barton
2015-10-15Fix T45900: Allow again white spaces in file names.Bastien Montagne
2015-10-08BLI_path api, minor changes to CWD handlingCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-09-09Fix T46056: User Preferences-> install from File freezes Blender.Bastien Montagne
2015-09-07Fix beautiful textbook case of string overflow in `BLI_testextensie_glob`...Bastien Montagne
2015-07-14BLI_path_utils: fix/enhance BLI_filename_make_safe(), add BLI_path_make_safe().Bastien Montagne
2015-06-30Cleanup: move BLI_char_switch into BLI_stringCampbell Barton
2015-06-06CleanupCampbell Barton
2015-06-04New "use placeholders" feature of the sequencer did not detect correctAntony Riakiotakis
2015-06-04Fix buffer overrun searching program path on win32Campbell Barton
2015-06-02Simplify Win32 extension checkCampbell Barton
2015-05-05Prefer name 'program' over 'binary'Campbell Barton
2015-05-05BLI_path: add PATH search utility functionsCampbell Barton
2015-04-08Fix T44235: UNC Path Fails in open.Bastien Montagne
2015-02-13Make modifier_unique_name return whether modifier was renamed or notSergey Sharybin
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: current/parent paths: add helpers in BLI_path_utils.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-16Fix compilation error with strict compiler rulesSergey Sharybin
2015-01-16Fix T43275: Crash on Render when using 'save buffer' and render layer name co...Bastien Montagne
2015-01-04Partial fix for T43113: Filebrowser: Empty folders do not contain go back arrow.Bastien Montagne
2014-12-28Fix buffer overrun calculating unique namesCampbell Barton
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-12-01Fix T42588: Absolute paths not cleaned on win32Campbell Barton
2014-11-30Cleanup: warnings & spaceCampbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-09-22Fix T41891: Alt+S can't save imageCampbell Barton
2014-08-01OSX/scons: Change Blender bundle datastructures + referennces to match the up...Jens Verwiebe
2014-07-30BLI_path_utils: rename BLI_clean -> BLI_path_native_slashCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-24Fix compilation on OSX after own rB414c70435dcd...Bastien Montagne
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-18Comment unused BLI_rebase_pathCampbell Barton
2014-05-18Fix BLI_cleanup_path: '.' at the start of a pathCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-07Code cleanup: spelling/indentationCampbell Barton
2014-05-03BLI_path_suffix() - new path util functon to add a suffix to a filepath (befo...Dalai Felinto
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton