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-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
2011-06-06use the same stippled drawing for colorband background as alpha color swatche...Campbell Barton
2011-06-05compile without splash and icons when WITH_HEADLESS is set.Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-23- fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: ...Campbell Barton
2011-01-09several cosmetic changes to the node-editorM.G. Kishalmi
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-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-17minor warnings removed.Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-28minor changes to the python api.Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-25curve widget bounds were not properly clipped causing drawing artifacts in ot...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-13fix for remaining glitch in square color picker, the backdrop could change co...Campbell Barton
2010-09-15Apply patch [#23779] Small cleanup with gl_roundbox*Nathan Letwory
2010-08-11Fix silly bug with color ramp ui where there was an extra pixel Matt Ebb
2010-08-08remove unused includesCampbell Barton
2010-05-10Fix for histogram Luma mode not working when waveform is in RGB mode.Xavier Thomas
2010-05-10Tweaks to image editor scopes, while testing a bugMatt Ebb
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-05-07Warning cleanupMatt Ebb
2010-05-06keyframe transform, both through dopesheet/action editor and graph editor, wo...Joseph Eagar
2010-04-09Patch from Xavier Thomas: Use vertex arrays for drawing image editor vector s...Matt Ebb
2010-04-06Patch [#21750] Add luma waveform and vectorscope to image viewMatt Ebb
2010-04-04Histogram and line sample can now be resized verticallyMatt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-31Various tweaks to View2D code for handling of scrollbar interactions in relat...Joshua Leung
2010-01-28Fix [#20754] Histogram Not Updating, Showing Incorrect Levels, Colour Managem...Matt Ebb
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-21New Compositor node: Hue ControlMatt Ebb
2010-01-19Finished some work from the weekend to keep local tree clean..Matt Ebb
2009-12-26- closing the user prefs accessed the temp screen after removing it.Campbell Barton
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-25Assorted fixes - compile + drivers:Joshua Leung