blender/intern/ghost/intern
2011-09-21 08:40:30 +00:00
..
GHOST_Buttons.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_Buttons.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_C-api.cpp migrated NDOF code from soc-2010-merwin, SpaceNavigator now works on Mac blender 2011-06-08 21:18:03 +00:00
GHOST_CallbackEventConsumer.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_CallbackEventConsumer.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_Debug.h - don't build ghost's event printer unless ghost debug is enabled. 2011-07-13 06:04:54 +00:00
GHOST_DisplayManager.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManager.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerCarbon.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerCarbon.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerCocoa.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerCocoa.mm Fix part of #26850: Cocoa OS X game player was not working, two issues: 2011-06-27 13:57:27 +00:00
GHOST_DisplayManagerNULL.h SVN maintenance. 2011-06-05 00:10:20 +00:00
GHOST_DisplayManagerSDL.cpp SVN maintenance. 2011-07-13 00:49:22 +00:00
GHOST_DisplayManagerSDL.h SVN maintenance. 2011-07-13 00:49:22 +00:00
GHOST_DisplayManagerWin32.cpp Made WinXP or later required, SpaceNav (almost) working on Windows 2011-06-10 01:34:53 +00:00
GHOST_DisplayManagerWin32.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerX11.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DisplayManagerX11.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_DropTargetWin32.cpp various fixes to enable MSVC build, removed crusty old Win32 ndof code 2011-07-06 18:50:59 +00:00
GHOST_DropTargetWin32.h Made WinXP or later required, SpaceNav (almost) working on Windows 2011-06-10 01:34:53 +00:00
GHOST_Event.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventButton.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventCursor.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventDragnDrop.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventKey.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventManager.cpp removed temporary debug logging 2011-06-15 02:40:25 +00:00
GHOST_EventManager.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventNDOF.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventPrinter.cpp - don't build ghost's event printer unless ghost debug is enabled. 2011-07-13 06:04:54 +00:00
GHOST_EventPrinter.h - don't build ghost's event printer unless ghost debug is enabled. 2011-07-13 06:04:54 +00:00
GHOST_EventString.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventTrackpad.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_EventWheel.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_ISystem.cpp - don't build ghost's event printer unless ghost debug is enabled. 2011-07-13 06:04:54 +00:00
GHOST_ISystemPaths.cpp making carbon to build again (note: NDOF is not working here) 2011-09-01 00:03:20 +00:00
GHOST_ModifierKeys.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_ModifierKeys.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_NDOFManager.cpp Typofix 2011-09-05 22:15:07 +00:00
GHOST_NDOFManager.h Turn off ndof button debug 2011-08-02 09:09:07 +00:00
GHOST_NDOFManagerCocoa.h Fix #28265: blender 2.59 not starting on OS X with old ndof driver. 2011-08-17 15:01:26 +00:00
GHOST_NDOFManagerCocoa.mm Fix #28265: blender 2.59 not starting on OS X with old ndof driver. 2011-08-17 15:01:26 +00:00
GHOST_NDOFManagerWin32.cpp stricter guards for disabling NDOF code (will test in 3.. 2.. 1..) 2011-08-04 03:14:00 +00:00
GHOST_NDOFManagerWin32.h stricter guards for disabling NDOF code (will test in 3.. 2.. 1..) 2011-08-04 03:14:00 +00:00
GHOST_NDOFManagerX11.cpp stricter WITH_INPUT_NDOF guards, general cleanup 2011-08-07 16:44:10 +00:00
GHOST_NDOFManagerX11.h stricter WITH_INPUT_NDOF guards, general cleanup 2011-08-07 16:44:10 +00:00
GHOST_Path-api.cpp typo fix: end of lines ;; --> ; 2011-08-31 01:07:55 +00:00
GHOST_Rect.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_System.cpp Properly disable NDOF code when WITH_INPUT_NDOF is not define. 2011-08-02 10:20:47 +00:00
GHOST_System.h Properly disable NDOF code when WITH_INPUT_NDOF is not define. 2011-08-02 10:20:47 +00:00
GHOST_SystemCarbon.cpp making carbon to build again (note: NDOF is not working here) 2011-09-01 00:03:20 +00:00
GHOST_SystemCarbon.h Also add build fix for OSX (not-tested, so OSXers, please do test). 2011-05-02 08:39:17 +00:00
GHOST_SystemCocoa.h svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-21 09:40:59 +00:00
GHOST_SystemCocoa.mm stricter WITH_INPUT_NDOF guards, general cleanup 2011-08-07 16:44:10 +00:00
GHOST_SystemNULL.h SVN maintenance. 2011-06-05 00:10:20 +00:00
GHOST_SystemPaths.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_SystemPathsCarbon.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_SystemPathsCarbon.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_SystemPathsCocoa.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_SystemPathsCocoa.mm SVN maintenance. 2011-01-05 19:19:49 +00:00
GHOST_SystemPathsWin32.cpp Simple ifndef guards, so we don't get redefines. 2011-07-21 20:54:47 +00:00
GHOST_SystemPathsWin32.h Made WinXP or later required, SpaceNav (almost) working on Windows 2011-06-10 01:34:53 +00:00
GHOST_SystemPathsX11.cpp simplify x11 path code, had unneeded NULL checks and std namespace 2011-08-07 17:38:36 +00:00
GHOST_SystemPathsX11.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_SystemSDL.cpp add numpad key input for ghost/sdl 2011-08-16 13:07:46 +00:00
GHOST_SystemSDL.h SVN maintenance. 2011-07-13 00:49:22 +00:00
GHOST_SystemWin32.cpp stricter guards for disabling NDOF code (will test in 3.. 2.. 1..) 2011-08-04 03:14:00 +00:00
GHOST_SystemWin32.h stricter NDOF guards for Windows (forgot in earlier commit) 2011-08-06 23:13:36 +00:00
GHOST_SystemX11.cpp remove support for irix 2011-09-21 08:40:30 +00:00
GHOST_SystemX11.h svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blender . 2011-07-21 09:40:59 +00:00
GHOST_TaskbarWin32.h Made WinXP or later required, SpaceNav (almost) working on Windows 2011-06-10 01:34:53 +00:00
GHOST_TimerManager.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_TimerManager.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_TimerTask.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_Window.cpp GHOST Cocoa: move y origin top/bottom conversions out of windowmanager module 2011-06-23 19:55:47 +00:00
GHOST_Window.h GHOST Cocoa: move y origin top/bottom conversions out of windowmanager module 2011-06-23 19:55:47 +00:00
GHOST_WindowCarbon.cpp GHOST Cocoa: move y origin top/bottom conversions out of windowmanager module 2011-06-23 19:55:47 +00:00
GHOST_WindowCarbon.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_WindowCocoa.h Fix part of #26850: Cocoa OS X game player was not working, two issues: 2011-06-27 13:57:27 +00:00
GHOST_WindowCocoa.mm Fix part of #26850: Cocoa OS X game player was not working, two issues: 2011-06-27 13:57:27 +00:00
GHOST_WindowManager.cpp doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_WindowManager.h doxygen: fixup and tag intern/ghost. 2011-02-25 11:28:33 +00:00
GHOST_WindowNULL.h fix for building headless 2011-07-01 15:15:22 +00:00
GHOST_WindowSDL.cpp SVN maintenance. 2011-07-13 00:49:22 +00:00
GHOST_WindowSDL.h SVN maintenance. 2011-07-13 00:49:22 +00:00
GHOST_WindowWin32.cpp When creating a multisample window for Win32, the first context created, which checks for multisample support, was never being deleted. 2011-08-30 17:30:35 +00:00
GHOST_WindowWin32.h Made WinXP or later required, SpaceNav (almost) working on Windows 2011-06-10 01:34:53 +00:00
GHOST_WindowX11.cpp GHOST Cocoa: move y origin top/bottom conversions out of windowmanager module 2011-06-23 19:55:47 +00:00
GHOST_WindowX11.h Disabling xinput wasn't done completely. 2011-05-28 15:34:02 +00:00