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-12-08Math lib: optimize hsv/rgb conversionCampbell Barton
2013-12-07Compiler warnings: quiet warnings for gcc4.7xCampbell Barton
2013-12-06Appease grumpy ole gcc 4.7 of MinGW64 (possibly gcc 4.6 of MinGW32 too?)Antony Riakiotakis
2013-12-05Code Cleanup: use strict flags for math lib, add inline declarationsCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-05-30UI: support 3 digit hex colors like HTML, e.g. #123 becomes #112233.Brecht Van Lommel
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-03-26style cleanup:Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13move one line color conversion functions to be inline.Campbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-26add vector versions of hsv_to_rgb, rgb_to_hsv & rgb_to_hsv_compatCampbell Barton
2012-03-25style cleanup: issues missed last commitCampbell Barton
2012-03-25style cleanup: conform to style guide - mostly operator whitespace changesCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-19Fix issue in recent color commits, was still doing a multiplication by 255 tooBrecht Van Lommel
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-08Color:Brecht Van Lommel
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-27math lib and UV project: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-08remove unused code & variables.Campbell Barton
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-14hex color input wasnt clamped.Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-09-22bugfix [#23948] Alpha from images inside compositor is goneCampbell Barton
2010-09-15Apply patch [#23755] Sequencer: small code cleanup using existing color math ...Nathan Letwory
2010-08-26fix for dark images from the sequencer when color management is disabled.Campbell Barton
2010-07-18Fix for uninitialized results from hsv_to_rgb, when hue is out of range 0..1.Brecht Van Lommel
2010-04-06Patch [#21750] Add luma waveform and vectorscope to image viewMatt Ebb
2010-03-31Patch from Xavier Thomas: Matt Ebb
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton