blender/intern/ghost/intern
Damien Plisson 2b1705afff Cocoa/Mac:
- fix bad window context initialization bug introduced in rev # 24081
2009-10-26 18:00:06 +00:00
..
GHOST_Buttons.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_Buttons.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_C-api.cpp wrap the mouse within the region while grabbing so on release the current view never changes and less likelyhood of loosing the cursor when running blender on 2+ screens. (assuming the 3d view isnt stretched over both) 2009-10-17 19:32:28 +00:00
GHOST_CallbackEventConsumer.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_CallbackEventConsumer.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_Debug.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManager.cpp SVN maintenance. 2009-09-30 17:13:57 +00:00
GHOST_DisplayManager.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerCarbon.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerCarbon.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerCocoa.h Cocoa port : first Cocoa version of GHOST_DisplayManagerCocoa 2009-10-02 07:20:33 +00:00
GHOST_DisplayManagerCocoa.mm Cocoa port : first Cocoa version of GHOST_DisplayManagerCocoa 2009-10-02 07:20:33 +00:00
GHOST_DisplayManagerWin32.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerWin32.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerX11.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_DisplayManagerX11.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_Event.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventButton.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventCursor.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventKey.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventManager.cpp fix for ghost memory leaks 2009-08-05 02:40:51 +00:00
GHOST_EventManager.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventNDOF.h first workable version on Os X 2007-06-12 20:01:28 +00:00
GHOST_EventPrinter.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventPrinter.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_EventWheel.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_ISystem.cpp Cocoa port start: 2009-09-30 08:47:39 +00:00
GHOST_ModifierKeys.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_ModifierKeys.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_NDOFManager.cpp protecting by #ifdef0 debug prints for ndof 2008-05-11 13:33:27 +00:00
GHOST_NDOFManager.h final (??) work on NDOF branch 2008-03-13 15:40:24 +00:00
GHOST_Rect.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_System.cpp Merge of itasc branch. Project files, scons and cmake should be working. Makefile updated but not tested. Comes with Eigen2 2.0.6 C++ matrix library. 2009-09-24 21:22:24 +00:00
GHOST_System.h Fix a bug in Ghost causing crash on Blender exit. 2009-08-11 11:44:45 +00:00
GHOST_SystemCarbon.cpp * fix compilation on osx 2009-09-16 22:27:27 +00:00
GHOST_SystemCarbon.h 2.50: 2009-06-08 20:08:19 +00:00
GHOST_SystemCocoa.h Cocoa : 2009-10-19 10:49:45 +00:00
GHOST_SystemCocoa.mm Cocoa / Mac: 2009-10-26 08:43:24 +00:00
GHOST_SystemWin32.cpp 5 button mouse support from b333rt in IRC with some edits for X11. 2009-09-21 05:56:43 +00:00
GHOST_SystemWin32.h 2.5: Text Editor back. 2009-02-28 23:33:35 +00:00
GHOST_SystemX11.cpp minor changes to x11 cursor grab wrapping 2009-10-18 09:55:39 +00:00
GHOST_SystemX11.h fix for ghost memory leaks 2009-08-05 02:40:51 +00:00
GHOST_TimerManager.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_TimerManager.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_TimerTask.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_Window.cpp wrap the mouse within the region while grabbing so on release the current view never changes and less likelyhood of loosing the cursor when running blender on 2+ screens. (assuming the 3d view isnt stretched over both) 2009-10-17 19:32:28 +00:00
GHOST_Window.h Cocoa : 2009-10-19 10:49:45 +00:00
GHOST_WindowCarbon.cpp - bpy.data.sounds was a collection of ID's rather then Sounds 2009-09-16 15:55:00 +00:00
GHOST_WindowCarbon.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_WindowCocoa.h Cocoa / Mac: 2009-10-21 15:39:32 +00:00
GHOST_WindowCocoa.mm Cocoa/Mac: 2009-10-26 18:00:06 +00:00
GHOST_WindowManager.cpp Cocoa port : 2009-10-05 12:55:16 +00:00
GHOST_WindowManager.h Cocoa port : 2009-10-05 12:55:16 +00:00
GHOST_WindowWin32.cpp 2.5 Ghost Compile Fix for windows. Patch by b333rt. Thanks! 2009-09-16 17:13:03 +00:00
GHOST_WindowWin32.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GHOST_WindowX11.cpp - improvements from Mathias Panzenböck (panzi) patch [#19695], which avoid conversion to/from strings with context property assignment. though didnt apply entire patch. 2009-10-21 07:56:08 +00:00
GHOST_WindowX11.h Adjustments to continuous grab 2009-10-17 14:08:01 +00:00
Makefile Makefile updates for Blender 2.5 (from GSR) 2009-03-19 01:50:45 +00:00