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-05-04Cleanup: style & const'sCampbell Barton
2015-04-08Cleanup: confusing if statements & alignmentCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-04-02More Histogram fixes:Ton Roosendaal
2013-03-26Bug fix - own collection.Ton Roosendaal
2012-09-19fix buffer overrun in make_histogram_view_from_ibuf_byte(), use define for bu...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-27Style cleanup: spaces in sequencer scopesSergey Sharybin
2012-08-27Sequencer: fix crash of histogram view for float imagesSergey Sharybin
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-01style cleanup: guys - set your editors to tabs!Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-30style cleanup: sequencerCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-03-30quiet gcc's float/double warnings.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-01-122.5Ton Roosendaal