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-30style cleanup: interfaceCampbell 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-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell 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-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-15support for quick jump to scroll area with middle mouse clicking on scroll ar...Campbell Barton
2012-01-08Fix for [#28978]Alexander Kuznetsov
2011-11-19replace fabs with fabsf where both input and output are floats.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-023D view, graph editor, etc. doneXiao Xiangquan
2011-06-15translate left panelXiao Xiangquan
2011-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12Bugfix #27181Ton Roosendaal
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
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-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-08Todo items:Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-29Bugfix #24971Ton Roosendaal
2010-11-10bugfix #24573Ton Roosendaal
2010-11-05'Continue' zoom method for 2d views wasn't continuously updating. added a tim...Campbell Barton
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-07remove calls to WM_event_add_mousemove r22031, from view2d operators since it...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-06-08Assorted View2D formatting tidyups...Joshua Leung
2010-05-08Allow clicking in the empty area of a scrollbar (in the 'groove' outside the ...Matt Ebb
2010-04-02Bugfix #21853: Border zoom in the 2D-Views zooms outJoshua Leung
2010-03-30Performance tweak - on region pan/scale, only redraw the region itself Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-03-10Fix [#21476] Mousewheel speed disrepancyMatt Ebb
2010-02-12correct fsf addressCampbell Barton