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-05-27style cleanupCampbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-26code cleanup: dutch -> english (comments)Campbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-18style cleanup: function definitionsCampbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-05-14style cleanup: imbuf & iconsCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-11A couple more changes to the file and image nodes to improve access to layers...Lukas Toenne
2012-05-09style cleanup: pngCampbell Barton
2012-05-09patch [#31355] 16-bit pngs are only read with 8-bit precisionCampbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-08style cleanup: misc editor changes.Campbell Barton
2012-05-04Fix #31286: saving 16 bit BW tiff could crash due to invalid memory access. AlsoBrecht Van Lommel
2012-05-04Style cleanup: spaces around operatorsSergey Sharybin
2012-05-03Fix #31257: tiff reader not reading 16 bit grayscale images correctly.Brecht Van Lommel
2012-05-02Fixes opening video files on Windows. [#30752]Alexander Kuznetsov
2012-05-02style cleanup: whitespace, bracesCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-30code cleanup: header cleanupCampbell 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-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-04-24fix for possible error building with debianCampbell Barton
2012-04-24fix for invalid use of memset when loading tiff imagesCampbell Barton
2012-04-23code cleanup: remove unused definesCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-16fix for fail thumbs being used when the failed thumbnail image is older then ...Campbell Barton
2012-04-16Avoid invalid delete call when loading multilayer EXR files with that don't f...Lukas Toenne
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-12code cleanup: remove duplicate define on windows.Campbell Barton
2012-04-06code cleanup: header cleanup, remove commented workaround for mingw since its...Campbell Barton
2012-04-03Make sure Multilayer EXR from other apps are read in as multilayer.Nathan Letwory
2012-04-03Fixed mistake made in threaded EXR commit.Sergey Sharybin
2012-04-03r45338 added multithreaded OpenEXR loading. Path to pthread was missing.Nathan Letwory
2012-04-02Solve namespace conflicts for ole grumpy MinGW. It seems FLOAT is also define...Antony Riakiotakis
2012-04-02Multithreaded EXR files loadingSergey Sharybin
2012-04-02code cleanup:Campbell Barton
2012-03-31code cleanup: use uppercase defines and change drawFCurveFade into static fun...Campbell Barton