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
2015-03-19CleanupCampbell Barton
2015-03-14Cleanup: styleCampbell Barton
2015-03-12Fix loading of indexed .bmp filesCampbell Barton
2015-03-11Fix 8bit BMP palette readingCampbell Barton
2015-01-29Fix T43472: IMBuf: crash on loading top-to-bottom bitmaps.Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2013-09-08patch [#36633] Correct headers for renders saved as bitmap (.bmp) format.Campbell Barton
2013-08-13add support for loading 8bit BMP imagesCampbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-13patch [#34604] Add DPI read write for BMP and OpenEXR formatCampbell Barton
2013-03-05patch [#34103]Campbell Barton
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-08-31Possible fix for [#32462] blender cannot load bmp files (Windows OS).Thomas Dinges
2012-08-27File format fixesSergey Sharybin
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-21style cleanupCampbell 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-09style cleanup: comment blocksCampbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell 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-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.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
2010-01-09Color management fixesMatt Ebb
2008-09-11Fix for bug #17602: 32 bit bmp files were read with red and blue swapped.Brecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-01-29Bugfix #3797: 24-bit BMP images weren't read properly. Standard apparentlyKen Hughes
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-10This is for bug # 2068Kent Mein
2005-01-03This is a pretty lame commit but here it is:Kent Mein
2004-12-21Eeek! last minute error.Ton Roosendaal
2004-12-09This fixes bug #1990Kent Mein
2004-12-08removed a debug printf. (excuse to check cvs permissions)Rob Haarsma
2004-06-09This fix is thanks to: hangman4 (Thomas Power)Kent Mein
2004-06-09Fixed part of write a bmp file, its still truncating the image slightlyKent Mein
2004-01-10Added support for outputting bmp'sKent Mein