Blender Git Loki
Git Commits -> Revision 69c6a33
Revision 69c6a33 by Campbell Barton (master) October 17, 2009, 19:32 (GMT) |
wrap the mouse within the region while grabbing so on release the current view never changes and less likelyhood of loosing the cursor when running blender on 2+ screens. (assuming the 3d view isnt stretched over both) |
Commit Details:
Full Hash: 69c6a33ba1a064aa13da3ef6a74b310620cfafd5
SVN Revision: 23908
Parent Commit: 484bf96
Lines Changed: +71, -20
14 Modified Paths:
/intern/ghost/GHOST_C-api.h (+4, -2) (Diff)
/intern/ghost/GHOST_IWindow.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+12, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+13, -1) (Diff)
/intern/ghost/intern/GHOST_Window.h (+11, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+1, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+2, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+4, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+14, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)
/intern/ghost/GHOST_IWindow.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+12, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+3, -1) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+13, -1) (Diff)
/intern/ghost/intern/GHOST_Window.h (+11, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+1, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+2, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+3, -2) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+4, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+14, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)