Blender Git Commit Log
Git Commits -> Revision d27c9f9
Revision d27c9f9 by Ton Roosendaal (master) December 2, 2008, 18:49 (GMT) |
2.5 - after closing button (having used it), it sends empty mousemove for invoking new modal handler on same button. Don't know better solution for now, at least this way WM handles everything. :) - experiment: moved button handlers to area level, that way it respects handlers on higher hierarchical level, like moving area edges. Als interesting is that you can have a button active (texteditor) and use a similar button in other area. This can also be done on region level even. On todo: proper notifier events for redraw! Don't want all areas to draw on simple refreshes |
Commit Details:
Full Hash: d27c9f9d76752bffdcdf60812ee05f48482bccfc
SVN Revision: 17681
Parent Commit: 6a6b386
Lines Changed: +64, -27
6 Modified Paths:
/source/blender/editors/interface/interface_ops.c (+12, -11) (Diff)
/source/blender/editors/screen/screen_ops.c (+5, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+37, -14) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+7, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+5, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+37, -14) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+7, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -1) (Diff)