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-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-08-23style cleanup: indentation, also quiet double promotion warnings for despeckl...Campbell Barton
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-08-08Fix logic error in mipmap filter and refactor scaling routine to lower self c...Sv. Lockal
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-07-17code cleanup: spellingCampbell 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-16style cleanup: imbufCampbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-25fix [#27478] Crash on image editor after loading exr imagesCampbell Barton
2011-04-24harmless changes to quiet clang static check warnings.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-08fix for own assert with image scaling, wasnt working with float images.Campbell Barton
2011-03-27imbuf, mathutils & readfile: floats were being implicitly promoted to doubles...Campbell Barton
2011-03-17bugfix [#26502] segmentationfault on pressing button to browse existing image...Campbell Barton
2011-03-17BLI_assert's for when scaledownx / scaledowny don't use the buffer correctly ...Campbell Barton
2011-03-17changed short's to int's image scale and flip functions (images can be bigger...Campbell 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-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-12-14Bugfix #22040Ton Roosendaal
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-28images bigger then 32k no longer crash blender, use unsigned int for image si...Campbell Barton
2010-09-02Spell fix, reported by troy_s in IRC. Thomas Dinges
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-05-18Bugfix #18733 & #18609 (revisited)Ton Roosendaal
2009-04-29bugfix #18609Ton Roosendaal
2009-04-06Bugfix #18266Ton Roosendaal
2008-08-17Win64: compiles fine with scons with gcc nowDaniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-04-09Bugfix: scaling images anti-aliased with either the width or heightBrecht Van Lommel
2008-02-08Just removed some unused vars cleaning up some little warnings.Kent Mein
2008-01-30== Sequencer / Imbuf ==Peter Schlaile
2007-01-22Paprmh's fix for the blur plugin.Kent Mein