Blender Git Commit Log

Git Commits -> Revision 433f871

Revision 433f871 by Campbell Barton (master)
October 18, 2010, 00:25 (GMT)
bugfix [#24302] Ctrl+Click Extrude gets old mouse events
double click didnt check mouse distance moved so you could click twice in different areas of the screen very fast and generate a double click event which had old mouse coords copied into it but was sent to an operator set to run on single click (because the double click wasnt handled).

Also added MEM_name_ptr function (included in debug mode only), prints the name of allocated memory.
used for debugging where events came from.

Commit Details:

Full Hash: 433f871f0f6bc68fbb1fffbdac42ef1bb8b5d019
SVN Revision: 32544
Parent Commit: c7c128f
Lines Changed: +44, -19

6 Modified Paths:

/intern/guardedalloc/intern/mallocn.c (+14, -0) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+4, -0) (Diff)
/source/blender/editors/interface/interface_icons.c (+8, -9) (Diff)
/source/blender/editors/mesh/editmesh_add.c (+1, -5) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+17, -4) (Diff)
/source/blender/windowmanager/wm_event_system.h (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021