blender/intern/guardedalloc
Campbell Barton 433f871f0f 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.
2010-10-18 00:25:32 +00:00
..
cpp c++ -> C++ 2010-10-08 20:40:42 +00:00
intern bugfix [#24302] Ctrl+Click Extrude gets old mouse events 2010-10-18 00:25:32 +00:00
make Merge of itasc branch. Project files, scons and cmake should be working. Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library. 2009-09-24 21:22:24 +00:00
test remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
BLO_sys_types.h correct fsf address 2010-02-12 13:34:04 +00:00
CMakeLists.txt warning fixes and minor cmake changes. 2010-09-18 03:55:56 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00
MEM_guardedalloc.h bugfix [#24302] Ctrl+Click Extrude gets old mouse events 2010-10-18 00:25:32 +00:00
mmap_win.h correct fsf address 2010-02-12 13:34:04 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00