Blender Git Loki
Git Commits -> Revision 07aba4f
Revision 07aba4f by Damien Plisson (master) October 6, 2009, 16:56 (GMT) |
Cocoa port : First pure Cocoa version ! (Mostly for very early testers) Cocoa uses coordinates with y=0 at bottom : updated wm_window.c and wm_event_system.c for COCOA build to avoid double conversions in response to mouse move events and GHOST_getCursorPosition Known limitations: No fullscreen support Font issue in preference panel libSDL uses some Carbon functions |
Commit Details:
Full Hash: 07aba4f933279e5940b3bf96825773dfde196455
SVN Revision: 23665
Parent Commit: 8d54982
Lines Changed: +655, -337
6 Modified Paths:
/intern/ghost/intern/GHOST_SystemCocoa.h (+9, -11) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+205, -54) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+18, -37) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+410, -232) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+6, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+205, -54) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+18, -37) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+410, -232) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+7, -3) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+6, -0) (Diff)