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
2012-06-21color backdrop on hue balance was misleading (shifted to the right)Campbell Barton
2012-06-21hue correct node: draw hsv backdrop with full alpha.Campbell Barton
2012-06-21display a sample line in the hue correct, handy to sample the image to know w...Campbell Barton
2012-06-21sampling the node backdrop now draws a line in the curve (as it did in 2.4x).Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-10style cleanupCampbell Barton
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10mango requestCampbell Barton
2012-06-01Theme color for frame nodes. The alpha value from this theme color is also us...Lukas Toenne
2012-05-20code cleanup:Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-05-03Fix #31266: Track preview is shifted by half a pixelSergey Sharybin
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-30Fix #30020: Movie Clip Editor Crashed with panel size changedSergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel
2011-12-04Slight optimization of track preview widget (the same approach as in tomato b...Sergey Sharybin
2011-12-04Switch the tracker preview area to use bilinear filtering instead of nearestKeir Mierle
2011-11-242.6 Code removal:Thomas Dinges
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-26change define INTERNATIONAL --> WITH_INTERNATIONALCampbell Barton
2011-09-17image button was hard coded to draw the splash screen which it loaded from PN...Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-02Fix for grid lines drawing outside of histogram widget.Sergey Sharybin
2011-08-25picky style edits with screen/view/drawing, also remove own bad example doc.Campbell Barton
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-06-30Todo item:Ton Roosendaal