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-27code cleanup for thumbnails:Campbell Barton
2013-07-23* Compile fix for r58542, on Windows "subdir" was unknown. Thomas Dinges
2013-07-23replace use of strcat() where the string offset is known.Campbell Barton
2013-06-25Fix #35824: finding missing files not working correct for filepaths with specialBrecht Van Lommel
2013-04-05correction to previous warning cleanup, also quiet shadow-warning for thumbna...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-11-05Fix #31310: Thumbnails not generating with non Latin charactersSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell 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-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-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2011-12-21Code refactoring: move MD5 out of imbuf into blenlib.Brecht Van Lommel
2011-12-04fix building on openbsd, also quiet some warnings.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...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-08-28== Sequencer ==Peter Schlaile
2011-05-02workaround [#27203] Crashes with some high-res image thumbnail generationCampbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-08for thumbnail generation only scale the byte buffer. (was scaling float & byte).Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-02-27doxygen: blender/imbuf tagged.Nathan Letwory
2011-02-26use const char for return values of getenv().Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-12Fix #23188: libpng error: Image width or height is zero in IHDR.Brecht Van Lommel
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-28fix for un-initialized memory use with thumb's & minor internal improvement f...Campbell Barton
2010-06-01passepartout overlay wasnt written into thumbnailsCampbell Barton
2010-05-30blend file thumbnailsCampbell Barton
2010-05-25blend file thumbnailingCampbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-03-10filebrowser:Andrea Weikert