Blender Git Loki
Git Commits -> Revision b00409e
Revision b00409e by Brecht Van Lommel (master) July 9, 2009, 16:05 (GMT) |
2.5: X11 * Pass on mouse location on window leave/enter too, fixing some issues with button highlights and tooltips. * When a modal operator runs, grab the mouse cursor so that for example transform still works when you move your mouse outside of the window, previously it would just stop then. This is automatic now for all modal ops, perhaps not always needed? * Fix for a trailing button highlight issue. |
Commit Details:
Full Hash: b00409e72d04fe9e710c25fb4f076d1e960328dc
SVN Revision: 21463
Parent Commit: 5e659c0
Lines Changed: +112, -4
12 Modified Paths:
/intern/ghost/GHOST_C-api.h (+11, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+8, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+8, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+16, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+9, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -2) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+8, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+8, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+8, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+16, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+9, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -2) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+8, -2) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)