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-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-20misc editsCampbell Barton
2013-05-12correct assert for driver evaluation,Campbell Barton
2013-05-05Fix for non-terminated reading of JPEG metadataSv. Lockal
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2012-12-29style cleanupCampbell Barton
2012-11-13Correction to YCCK and CNYK jpeg images loading into blenderSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-13code cleanup: includes for imbuf, also remove double promotion.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-16style cleanup: imbufCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell 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
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-11-24- saving as a jpeg image would set the image as not having an alpha channel e...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-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-10Fix [#26827] Blender Crashes when it opens corrupt jpegAndrea Weikert
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
2011-02-23remove unused functions,Campbell Barton
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-28images bigger then 32k no longer crash blender, use unsigned int for image si...Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-07-27Fix #22875: image browser crashes on true colour jpg. The skip_input_dataBrecht Van Lommel
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-14spelling errors, no real changes to code.Campbell Barton
2010-01-09Color management fixesMatt Ebb
2009-12-01fix for [#19990] file browser crashAndrea Weikert