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
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-23Color info in node editor backdrop now supports color management.Lukas Toenne
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-20Upgrade for pixel color info in image editor and compositor backdrop. Next to...Lukas Toenne
2011-04-04noticed image color info text was impossible to read at 25% alpha with some i...Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-26Sampling float colors in Image Editor only showed 3 digits precision.Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15fix for own error with image info display, also dont draw if the mouse is out...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-31Changed alpha blending mode for image editor and node previews. This was usin...Lukas Toenne
2011-01-17Bugfix #25657Ton Roosendaal
2011-01-17misc maintenance changesCampbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-15Bugfix #25235Ton Roosendaal
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-02use fixed width fonts for image stat display.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-04bugfix [#23173] Blender crashes on selecting display color corrected image in...Campbell Barton
2010-07-22== Sculpt/Paint Fixes ==Jason Wilkins
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-04Histogram and line sample can now be resized verticallyMatt Ebb
2010-04-01Attempted fixes for render crashes on windows, still can't redo them hereBrecht Van Lommel
2010-03-28Attempt to fix #21796: render crash on windows after slots commit.Brecht Van Lommel
2010-03-28Fix for a possible deadlock with render result drawing.Brecht Van Lommel
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-23Added a line sampler to the histogram panel in the image space. Robert Holcomb
2010-03-18Fix render info text not showing up in image editor while buildingBrecht Van Lommel
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-01-29* Partially converted constraint template to layout engineMatt Ebb
2010-01-28Fix [#20754] Histogram Not Updating, Showing Incorrect Levels, Colour Managem...Matt Ebb
2010-01-20Moved the image paint tool and the vertex/weight paint tool (blend mode?) Matt Ebb
2010-01-19* Make image Histogram only update when region is visibleMatt Ebb
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2010-01-09Color management fixesMatt Ebb
2009-10-21Region post redraw is now split up in a view space and pixel spaceBrecht Van Lommel
2009-09-30Render & Compositing Thread FixesBrecht Van Lommel
2009-09-17Warning fixes for blenkernel and editors.Brecht Van Lommel
2009-08-30Grease Pencil: Basic Support for Image Editor AgainJoshua Leung
2009-08-172.5 Texture paint:Nicholas Bishop