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
2013-07-23use binary prefix for file sizes (old todo).Campbell Barton
2013-07-19code cleanup: use __linux__ define over linuxCampbell Barton
2013-04-25style cleanupCampbell Barton
2013-04-25minor fixesCampbell Barton
2013-04-17Fix thumbnails not appearing on MinGW64, was actually a mistake onAntony Riakiotakis
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-12code cleanup: warnings and style.Campbell Barton
2013-04-11Fix #34929: windows would show a "No disk in drive" error popup when one of t...Brecht Van Lommel
2013-03-14BLI_linklist_free() was incorrectly taking MEM_freeN() as an argument, eviden...Campbell Barton
2013-03-09remove unneeded string formatting for bli_adddirstrings(), noted by Lawrence ...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05fix for building with msvcCampbell Barton
2013-03-05code cleanup: remove unused argument from bli_builddirCampbell Barton
2013-03-05fix for building with mingw in since recent changes.Campbell Barton
2013-03-05code cleanup: remove unused member of direntry struct, also add include for b...Campbell Barton
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] storage_bli_dir_contents.patchCampbell Barton
2013-03-05patch [#34103] storage_bli_file_size.patchCampbell Barton
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-07-02code cleanup: minor editsCampbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-05-02Fixes opening video files on Windows. [#30752]Alexander Kuznetsov
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-16fix for fail thumbs being used when the failed thumbnail image is older then ...Campbell 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-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-12-26patch from debian from Kevin 'kiniou' RoyCampbell Barton
2011-12-12fix [#29537] file/save crashes when target path isnt foundCampbell Barton
2011-11-26replace FILE_MAXDIR + FILE_MAXFILE with FILE_MAXCampbell 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-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-27fix for building on windows, clear some warnings tooCampbell Barton
2011-09-25Fix some MSVC 2010 warnings (including one apparent bug in intern/elbeem/inte...Andrew Wiggin
2011-09-21remove support for irixCampbell Barton