blender/intern/ghost/intern
Nathan Letwory e594a8739b Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stokes (Moguri)
Note: AA is still disabled due to AA creating problems for selection tools. If you must, set AA to 2 or 4 in wm_window.c where the GHOST window is created (line 317).
2010-01-13 19:02:13 +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 OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +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 Apply patch [#20145] Ghost Win32 roundup patch: Minimum Window Size, Continuous Grab and Drag And Drop 2009-12-02 00:57:12 +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 MAC/Cocoa: 2009-11-15 08:34:31 +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_DropTargetWin32.cpp SVN maintenance. 2009-12-02 01:23:29 +00:00
GHOST_DropTargetWin32.h SVN maintenance. 2009-12-02 01:23:29 +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_EventDragnDrop.h Drag'n'drop : add freeing of dropped resources upon event object release 2009-11-17 08:27:11 +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 Apply patch [#20145] Ghost Win32 roundup patch: Minimum Window Size, Continuous Grab and Drag And Drop 2009-12-02 00:57:12 +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_EventTrackpad.h Multitouch trackpad 2 fingers gestures implementation 2010-01-11 11:14:36 +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 Drag'n'drop : moved "setAcceptDragOperation" functions at window level 2009-11-19 08:56:26 +00:00
GHOST_System.h Drag'n'drop : moved "setAcceptDragOperation" functions at window level 2009-11-19 08:56:26 +00:00
GHOST_SystemCarbon.cpp OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_SystemCarbon.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_SystemCocoa.h Cocoa : properly distinguish mouse from multitouch trackpad scroll events 2010-01-13 17:43:42 +00:00
GHOST_SystemCocoa.mm Cocoa : properly distinguish mouse from multitouch trackpad scroll events 2010-01-13 17:43:42 +00:00
GHOST_SystemWin32.cpp Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stokes (Moguri) 2010-01-13 19:02:13 +00:00
GHOST_SystemWin32.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_SystemX11.cpp OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_SystemX11.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +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 OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_Window.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_WindowCarbon.cpp OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_WindowCarbon.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_WindowCocoa.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
GHOST_WindowCocoa.mm Disable OpenGL anti-aliasing by default for now. 2010-01-06 15:34:49 +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 Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stokes (Moguri) 2010-01-13 19:02:13 +00:00
GHOST_WindowWin32.h Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stokes (Moguri) 2010-01-13 19:02:13 +00:00
GHOST_WindowX11.cpp Request different OpenGL oversampling levels before giving up. 2010-01-10 22:52:40 +00:00
GHOST_WindowX11.h OpenGL Anti-aliasing implementation for blender windows 2010-01-06 11:42:52 +00:00
Makefile OS X Makefiles: 2010-01-03 20:35:13 +00:00