Blender Git Commit Log
Git Commits -> Revision 570c187
Revision 570c187 by Damien Plisson (master) September 30, 2009, 08:47 (GMT) |
Cocoa port start: GHOST*Cocoa.mm & .h files creation First Cocoa version of GHOST_SystemCocoa.mm CMake files update to allow optional (WITH_COCOA option) Cocoa version build - disabled by default SCons files are not updated to allow Cocoa build (the ghost .mm files) |
Commit Details:
Full Hash: 570c187ba1289c2515ee9db499ecf8c18f0d0b72
SVN Revision: 23566
Parent Commit: 2a21c1a
Lines Changed: +2940, -4
6 Added Paths:
/intern/ghost/intern/GHOST_DisplayManagerCocoa.h (+113, -0) (View)
/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm (+180, -0) (View)
/intern/ghost/intern/GHOST_SystemCocoa.h (+274, -0) (View)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1282, -0) (View)
/intern/ghost/intern/GHOST_WindowCocoa.h (+308, -0) (View)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+747, -0) (View)
/intern/ghost/intern/GHOST_DisplayManagerCocoa.mm (+180, -0) (View)
/intern/ghost/intern/GHOST_SystemCocoa.h (+274, -0) (View)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+1282, -0) (View)
/intern/ghost/intern/GHOST_WindowCocoa.h (+308, -0) (View)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+747, -0) (View)