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-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-08style cleanup - spelling.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-01-22style chang, made mainly because I wanted to be able to add breakpoints to ME...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-11-20UI:Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-06-24merge from trunk #37722Xiao Xiangquan
2011-06-18use ascii drawing function where utf8 isnt needed.Campbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...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-01Icons in outliner were jittering a bit on sizing of the area.Ton Roosendaal
2011-01-26After test, offset is better to be 0.001f (test in windows nvidia)Ton Roosendaal
2011-01-26Bugfix #25756Ton Roosendaal
2011-01-09remove unused vars, comment some which look like they could be useful still. ...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
2011-01-03Bugfix, own collectionTon Roosendaal
2011-01-03Todo item:Ton Roosendaal
2011-01-02- correct typos in comments.Campbell Barton
2010-12-26Fix #25375: Vertical numbers in F-Curve Editor out-of-alignment with gridSergey Sharybin
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-072D text drawingCampbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-29Bugfix #24971Ton Roosendaal
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-25bugfix [#24377] Bad frames drawnCampbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-05-12fix for hanging while drawing fcurves, the function made some attempt to avoi...Campbell Barton
2010-05-05billboards were using un-initialized memory and avoid divide by zero in some ...Campbell Barton
2010-04-22BugFix:Diego Borghetti
2010-03-23more lint includesCampbell Barton
2010-02-16Fix user preferences window contents being shifted to the left.Brecht Van Lommel
2010-02-12correct fsf addressCampbell Barton