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
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
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-04-21Basic support for UNC paths on WindowsAndrea Weikert
2014-03-22Warning cleanup:Antony Riakiotakis
2014-01-30Code cleanup: remove BLI_has_parentCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-25fix for regression with own recent commitCampbell Barton
2013-11-25Fix T37591: 'Extensions' option ignored for movies.Campbell Barton
2013-11-24Code Cleanup: replace shorts with ints for path code.Campbell Barton
2013-09-23Fix related to #36319: restore SDL_VIDEODRIVER=dummy environment variable, itBrecht Van Lommel
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-07-25add api function BLI_path_append to add to a path (and ensure a seperator), r...Campbell Barton
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19code cleanup: simplify BLI_parent_dir using BLI_join_dirfileCampbell Barton
2013-06-28fix for out of bounds read in BLI_path_relCampbell Barton
2013-06-27- remove edge collapse loop operator (now replaced by dissolve).Campbell Barton
2013-03-29code cleanup: quiet warnings building with mingw.Campbell Barton
2013-03-26Fix regression introduced by svn rev55545Sergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-24code cleanup: move doxy docs from headers into source. also replace strncpy()...Campbell Barton
2013-03-10code cleanup: use '%.*d' with string formatting for variable length number.Campbell Barton
2013-03-10Improvements to addon-prefs key search suggested by Yang Niren.Campbell Barton
2013-03-10patch [#34103] path_util_split_name_num.patchCampbell Barton
2013-03-10patch [#34103] path_util_cleanup_path.patchCampbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] path_util_cleanups.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton