Blender Git Loki
Git Commits -> Revision 5ba5254
Revision 5ba5254 by Campbell Barton (master) March 21, 2018, 15:04 (GMT) |
UI: Optional prompt to quit for non win32 systems D566 by @januz Use Blender native dialog when OS dialog's aren't supported. |
Commit Details:
Full Hash: 5ba5254ec1ebba6c1e89b663592d716b92e13165
Parent Commit: 23ffd4e
Lines Changed: +195, -15
15 Modified Paths:
/intern/ghost/GHOST_C-api.h (+5, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+2, -4) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+8, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+10, -5) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+130, -6) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemNULL.h (+1, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemSDL.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_userpref.py (+2, -4) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+8, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+10, -5) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+130, -6) (Diff)
/source/blender/windowmanager/wm_window.h (+1, -0) (Diff)