Blender Git Commit Log

Git Commits -> Revision 6283b0c

Revision 6283b0c by Brecht Van Lommel (master)
December 15, 2008, 19:19 (GMT)

UI: getting popup menus to work again, just the internal interface
and event handling code still, how it integrates with operators and
handlers is not worked out yet. For testing, Ctrl+Q quit now shows
a confirmation popup using the following call:

okee_operator(C, "WM_OT_exit_blender", "Quit Blender");

Commit Details:

Full Hash: 6283b0c8c5a93baafa040c612ed356472b633582
SVN Revision: 17880
Parent Commit: aad5e49
Lines Changed: +205, -248

8 Modified Paths:

/source/blender/editors/include/UI_interface.h (+16, -6) (Diff)
/source/blender/editors/interface/interface_handlers.c (+114, -75) (Diff)
/source/blender/editors/interface/interface_regions.c (+41, -157) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+6, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+20, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -2) (Diff)
/source/blender/windowmanager/wm_event_system.h (+1, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021