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-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-11-26svn merge ^/trunk/blender -r42139:42172Campbell Barton
2011-11-26pass args as vectors to opengl functions where possible.Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40389:r40390Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-12remove redundant assignments & unused vars.Campbell Barton
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-23Bug #25354Ton Roosendaal
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-04-04Added a new 'straight line' gesture type that can be used in any operator.Matt Ebb
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-01Fix #20891: opengl animation render could mess up the view.Brecht Van Lommel
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-15fix for compiler error, probably unlikely but if 'v' is NULL it could crash.Campbell Barton
2010-01-10[#20581] Lasso tool ends unexpectedly Martin Poirier
2010-01-07Replaced lasso gesture filling code with scanfill, not 100% as nice, but simp...Matt Ebb
2010-01-06*Disabled filled lasso drawing on Windows for now, was causing some strange p...Matt Ebb
2010-01-06Small tweaks to gesture drawing to show the filled selectable area.Matt Ebb
2009-12-17Fix #19431: gestures would sometimes draw incorrect, now ensures theyBrecht Van Lommel
2009-11-05- converted circle select use a modal mapCampbell Barton
2009-07-192.5Ton Roosendaal
2009-02-072.5Ton Roosendaal
2009-01-232.5: WM CompositingBrecht Van Lommel
2009-01-062.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-12-272.5Ton Roosendaal
2008-12-212.5Ton Roosendaal
2008-12-192.5Ton Roosendaal
2008-12-182.5Brecht Van Lommel
2008-11-292.5: work on bringing back SpaceTime optionsTon Roosendaal
2008-11-24* make sure this compiles with msvc too.Nathan Letwory
2008-11-24Work on gesture, some more cleaning.Ton Roosendaal
2008-11-192.5: gesture code in WMTon Roosendaal
2008-06-112.5 BranchBrecht Van Lommel
2008-01-20More change to the gesture manager.Diego Borghetti
2008-01-19New "Gesture Manager" system.Diego Borghetti