Blender Git Loki
Git Commits -> Revision d197ec7
Revision d197ec7 by Nathan Letwory (master) May 2, 2011, 08:07 (GMT) |
Fix [#26981] Command window is not opening in 2.57.0 Reported by Thomas Engel Fix [#26938] Blender Zoom not working after startup (Windows) Reported by Ilija Boshkov by applying patch [#26881] Fix for console disappearing in debug mode [Windows] Submitted by Alexander Kuznetsov (AlexK) The patch moves console toggling code into GHOST and improves on the toggling behaviour. The patch changes handling of WM_SYSCOMMAND so that alt-key toggling isn't a problem anymore. |
Commit Details:
Full Hash: d197ec74e31c0a90b440246e5c48dd0644055740
SVN Revision: 36426
Parent Commit: 1745113
Lines Changed: +93, -52
9 Modified Paths:
/intern/ghost/GHOST_C-api.h (+12, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+10, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+45, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+14, -1) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+0, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+0, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+4, -13) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -27) (Diff)
/intern/ghost/GHOST_ISystem.h (+10, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+45, -2) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+14, -1) (Diff)
/source/blender/blenlib/BLI_winstuff.h (+0, -1) (Diff)
/source/blender/blenlib/intern/winstuff.c (+0, -8) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+4, -13) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+2, -27) (Diff)