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-06-17style cleanup:Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-06update python keywords (remove exec, print, add nonlocal)Campbell Barton
2012-03-31style cleanup: text editorCampbell Barton
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-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-11-30Update space text's viewlines even if no text selected. It's needed forSergey Sharybin
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-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-02Partial fix for #28441: Tab width in texteditor ignored if used tabs as spacesSergey Sharybin
2011-06-10Bugfix: Text Editor operators crash when invoked from Python/ConsoleJoshua Leung
2011-05-08comment some unused code.Campbell Barton
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...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-18Another small text space usability: option to show right margin (aka print ma...Sergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-08minor edits, no functional changes.Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
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-06remove assignments which are unused.Campbell Barton
2011-01-03Todo item:Ton Roosendaal
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-10Change the BLF_aspect function to handle 3d text.Diego Borghetti
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-26change monospace font to be an extern, not good final design but better then ...Campbell Barton
2010-11-14fix for own error in recent commit. add a back NULL terminator to the string ...Campbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-13Text spaceSergey Sharybin
2010-09-27 fix for floating point exception.Campbell Barton
2010-08-17syntax highlighting for decorators, correct doc exampleCampbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-12text editor bugfix, selecting & moving the cursor on lines >256 chars long (w...Campbell Barton
2010-08-12text editor, only draw line highlight when its in the view.Campbell Barton