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
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
2009-12-17Adding POINTER_GRAB flag to view 2d pan operator, to make it use continuous g...Martin Poirier
2009-11-20Bugfix #19923: UVImage editor gets stuck in move/zoom modeJoshua Leung
2009-11-19* Changed scroll bar scale handles back to scaling from either side, rather t...Matt Ebb
2009-11-18Partial fixes for #19881: Items existing on the same row as the window divide...Joshua Leung
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-24fix for middle mouse up events not working with modal keymaps (used for fly m...Campbell Barton
2009-09-182.5: Handlers are now evaluated in a different order, fixing someBrecht Van Lommel
2009-09-18Keymaps now have a poll() function, rather than adding/removingBrecht Van Lommel
2009-09-07Operator docstring patch from Ron Walker, added console operator docs too.Campbell Barton
2009-09-012.5Ton Roosendaal
2009-07-302.5: Buttons ViewBrecht Van Lommel
2009-07-262.5Ton Roosendaal