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-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-10-07Fix #36980: Color space issue when displaying pixel color in a renderSergey Sharybin
2013-10-07Remove unused and meaningless line.Sergey Sharybin
2013-05-27fix [#35518] UV Mapping crashes the Blender with specific image fileCampbell Barton
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-02More usage of GLSL for color managed image drawingSergey Sharybin
2013-03-18Fix #34672: Image sampling line didn't use color management for byte buffersSergey Sharybin
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-02-13Fix color sampling info at the bottom of the image editor not respecting DPI.Brecht Van Lommel
2013-02-02style cleanupCampbell Barton
2013-01-29Alpha display changes:Sergey Sharybin
2013-01-24Tiles highlight shall work fine with border render nowSergey Sharybin
2013-01-15Spelling correctionsSergey Sharybin
2013-01-08Alpha-over images on a black background when in RGB display modeSergey Sharybin
2013-01-05Fix #33761: Infinite loop in space_image if tile size > image sizeSergey Sharybin
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-12-28Small fix: increased precision print of color sampling float images with 1 di...Ton Roosendaal
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-26style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-25image space now has a mode for view/paint/mask editing.Campbell Barton
2012-07-15Fixed deadlock caused by thread locks added in 48893Sergey Sharybin
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-06-11Code cleanup - Removing/commenting out various bits of legacy cruft related toJoshua Leung
2012-06-10mango requestCampbell Barton
2012-06-07Remove unused ibuf argument from draw_gpencil_2dimageSergey Sharybin
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-28Camera tracking: if there's no image for current frame display default gridSergey Sharybin
2012-03-28style cleanupCampbell Barton
2012-03-28Small cleanup for r45238, remove empty/unused function.Nicholas Bishop
2012-03-28Cycles: viewport rendered draw mode now shows background images, also changed...Brecht Van Lommel
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17minor improvement to image info color sample drawing, draw a grey outline.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-20quiet warnings for using uninialized color var in ED_image_draw_info().Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-11-30Deduplicate code used for drawing text information at the top of space region.Sergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton