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-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.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-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-08Made Nurb->type only store the type rather then mixing the type with flags.Campbell Barton
2009-06-13merged from trunk 20741:20848 Campbell Barton
2009-06-13coverity issue CID: 523Kent Mein
2009-05-06Big, big commit!!Diego Borghetti
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-03-31[#18439] Controlling the bevel shape for a text object with a curve no longer...Campbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-09-19Patch #8213 by Shunichi FujiTon Roosendaal
2008-07-29Bugfix for #17396. Adding a text object would segfault when using freetypeKen Hughes
2008-05-26when cyclic is enabled the knots would always be generated with uniform nurbs...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01removed some more header files, made the game engine compile with removed hea...Campbell Barton
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-12-24Part 4 of the event refactor branch: all changes in existing files,Ton Roosendaal
2006-02-18The regular warning fix update; includes two variables that were usedTon Roosendaal
2005-09-19Coding style from spaces to tabs in files related to Unicode Font Object.Mika Saari
2005-09-15Getting blender to compile for IRIX, in particular:Chris Want
2005-09-14On behalf of Mika Saari, the famous Unicode Font support!Alexander Ewering
2005-03-14ome more warnings cleaningJean-Luc Peurière
2004-01-25Applied checks for more secure 3D font handling.Rob Haarsma
2004-01-16Corrected the line distance behaviour for Text objects.Rob Haarsma
2004-01-15Changed the Font editing panel so it displays the Postscript name of the font.Rob Haarsma
2003-07-09- increased the character loading/conversion routine that it includes theTon Roosendaal
2003-05-26modified to load fonts correctly.Rob Haarsma
2003-05-08fix loading of truetype fonts on linuxStefan Gartner
2003-05-04reverted to previous version, changes weren't meant for a commit.Rob Haarsma