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
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-27code cleanup: quiet msvc warningsCampbell Barton
2012-04-24First MinGW-w64 support for cmake has been added. To test I recommend this bu...Antony Riakiotakis
2012-04-21style cleanupCampbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-12code cleanup: utfconv library had some quite confusing formatting, also clear...Campbell Barton
2012-04-12code cleanup: remove unused var for windows and style edit (remove spaces bet...Campbell Barton
2012-04-07Temporary gzopen fix for for WindowsAlexander Kuznetsov
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20compile fix: linux BLI_gzopen declare was conflicting.Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20Fix #30590: Crash in multires when undoing extrude [File incl.]Sergey Sharybin
2012-03-14Switch *nix fileops from calling external commands via system() to posix api ...Sergey Sharybin
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-09-20Fix for BLI_ungzip_to_mem: it'll return NULL now if file is not found.Sergey Sharybin
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-23change compression level for gzip saving to 1, approx twice as fast when savi...Campbell Barton
2011-06-02Almost complete the i18n system, including:Xiao Xiangquan
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-12fix for more warnings.Campbell Barton
2011-01-08Removed some overly agressive (and IMO pointless) "UNUSED(arg)"Joshua Leung
2010-12-16SVN maintenance.Guillermo S. Romero
2010-11-24fix for crash introduced r33257, also tag some vars as unused.Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-15* Use same BLI_exist() on all platforms.Nathan Letwory
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-29Fix for lack of basic error checking in writing compressed .blend filesBrecht Van Lommel
2009-12-26fixes for errors/warnings found with cppcheckCampbell Barton
2009-09-10UI:Brecht Van Lommel
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-07-282.5 file browserAndrea Weikert
2009-07-262.5 file browserAndrea Weikert
2009-07-19- Support for importing python packages. (directories of python scripts conta...Campbell Barton
2009-07-132.5: bugfix for BLI_is_writable, made render with Save BuffersBrecht Van Lommel
2009-05-17Don't create or truncate file when checking for writeable.Martin Poirier