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-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
2010-02-12Bugfixes:Joshua Leung
2010-02-12Quicky View2D commit:Joshua Leung
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-31Various tweaks to View2D code for handling of scrollbar interactions in relat...Joshua Leung
2010-01-29Fix [#20874] zoom to mouse only in 3d viewMatt Ebb
2010-01-11Multitouch trackpad 2 fingers gestures implementationDamien Plisson
2010-01-062 small view navigation features stolen from other apps :)Matt Ebb
2009-12-22zoom to mouse for 2D viewCampbell Barton
2009-12-17Copy To SelectedBrecht Van Lommel