blender/intern/ghost/intern
Mike Erwin a19229b80c ndof: detect new 3Dx devices on Linux
Was filtering for Logitech's USB vendor ID. 3Dconnexion now uses their
own vendor ID for new products. Mac & Windows don't look for specific
vendors so they should be fine.

Also added a note to eventually make USE_FINISH_GLITCH_WORKAROUND
available on all platforms.
2015-02-08 15:01:18 -05:00
..
GHOST_Buttons.cpp style cleanup: ghost 2012-05-19 09:57:55 +00:00
GHOST_Buttons.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_C-api.cpp Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00
GHOST_CallbackEventConsumer.cpp code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_CallbackEventConsumer.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_Context.cpp fixed printf format warning that occurred with 64-bit targets 2014-10-10 23:21:44 -05:00
GHOST_Context.h Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_ContextCGL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_ContextCGL.mm Fix OpenGL Context freeing 2015-01-13 01:44:40 +11:00
GHOST_ContextEGL.cpp Checked each of my (jwilkins) XXX notes. 2014-10-22 20:03:25 -05:00
GHOST_ContextEGL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_ContextGLX.cpp Fix X11/GLX failing with multi-sample 2014-11-14 13:43:22 +01:00
GHOST_ContextGLX.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_ContextNone.cpp Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_ContextNone.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_ContextSDL.cpp Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_ContextSDL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_ContextWGL.cpp in GHOST_ContextWGL.cpp, in functions that use goto, converted declarations to C89 style to prevent jumping over constructors 2014-10-13 19:20:01 -05:00
GHOST_ContextWGL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_Debug.h minor changes to ghost 2013-01-16 01:10:06 +00:00
GHOST_DisplayManager.cpp Code cleanup: ghost style 2014-07-24 21:40:01 +10:00
GHOST_DisplayManager.h Spelling 2014-08-13 09:34:37 +10:00
GHOST_DisplayManagerCocoa.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_DisplayManagerCocoa.mm fix [#37059] OSX Debug - assert when using external screen with MacBookPro 2013-10-12 20:01:17 +00:00
GHOST_DisplayManagerNULL.h style cleanup 2012-06-04 20:11:09 +00:00
GHOST_DisplayManagerSDL.cpp Code cleanup: ghost style 2014-07-24 21:40:01 +10:00
GHOST_DisplayManagerSDL.h style cleanup: ghost headers 2012-05-19 09:23:08 +00:00
GHOST_DisplayManagerWin32.cpp Style cleanup GHOST/Win32 2014-07-27 13:40:39 +10:00
GHOST_DisplayManagerWin32.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_DisplayManagerX11.cpp Cleanup: remove _DEBUG define usage 2014-08-27 18:59:32 +10:00
GHOST_DisplayManagerX11.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DropTargetWin32.cpp Spelling 2014-08-12 10:31:07 +10:00
GHOST_DropTargetWin32.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_DropTargetX11.cpp code cleanup: use bool for widget struct, also edit odd strncpy use. 2013-07-19 10:39:44 +00:00
GHOST_DropTargetX11.h Cleanup 2014-08-17 12:18:40 +10:00
GHOST_Event.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_EventButton.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_EventCursor.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_EventDragnDrop.h style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
GHOST_EventKey.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_EventManager.cpp Fixed crash on Visual Studio 2013-09-03 15:30:07 +00:00
GHOST_EventManager.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_EventNDOF.h style cleanup: ghost headers 2012-05-19 09:23:08 +00:00
GHOST_EventPrinter.cpp style cleanup: ghost 2012-05-19 09:57:55 +00:00
GHOST_EventPrinter.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_EventString.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_EventTrackpad.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_EventWheel.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_ImeWin32.cpp Forgot to add new files in recent IME commit 2014-12-07 18:23:02 +01:00
GHOST_ImeWin32.h Cleanup: spelling 2014-12-08 09:46:21 +01:00
GHOST_ISystem.cpp Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_ISystemPaths.cpp OSX: removing useless cocoa conditionals as it's solely api now 2013-11-05 14:35:09 +00:00
GHOST_ModifierKeys.cpp code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_ModifierKeys.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_NDOFManager3Dconnexion.c Cleanup 2014-08-21 09:23:07 +10:00
GHOST_NDOFManager3Dconnexion.h OSX: Compilefix for ndof symbols get magled when used extern C, now use discrete c files embedded, patch by Jake Kauth 2013-09-13 15:18:17 +00:00
GHOST_NDOFManager.cpp Cleanup: style from my previous commit 2014-12-06 03:48:41 -05:00
GHOST_NDOFManager.h Cleanup: style from my previous commit 2014-12-06 03:48:41 -05:00
GHOST_NDOFManagerCocoa.h OSX: Compilefix for ndof symbols get magled when used extern C, now use discrete c files embedded, patch by Jake Kauth 2013-09-13 15:18:17 +00:00
GHOST_NDOFManagerCocoa.mm Code cleanup: ghost style 2014-07-24 21:40:01 +10:00
GHOST_NDOFManagerWin32.cpp Code cleanup: ghost style 2014-07-24 21:40:01 +10:00
GHOST_NDOFManagerWin32.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_NDOFManagerX11.cpp ndof: detect new 3Dx devices on Linux 2015-02-08 15:01:18 -05:00
GHOST_NDOFManagerX11.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Path-api.cpp Adding include for NULL define in c++ 2013-03-08 09:09:48 +00:00
GHOST_Rect.cpp style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
GHOST_System.cpp Code cleanup: ghost style 2014-07-24 21:40:01 +10:00
GHOST_System.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemCocoa.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemCocoa.mm Cleanup: style 2015-01-12 18:56:36 +11:00
GHOST_SystemNULL.h fix [#34900] Building blender as a python module is broken in trunk 2013-04-08 05:01:35 +00:00
GHOST_SystemPaths.h style cleanup 2012-09-20 01:32:13 +00:00
GHOST_SystemPathsCocoa.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemPathsCocoa.mm Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., 2012-05-25 12:08:29 +00:00
GHOST_SystemPathsWin32.cpp Cleanup: remove _DEBUG define usage 2014-08-27 18:59:32 +10:00
GHOST_SystemPathsWin32.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemPathsX11.cpp Fix regression in r59316 2013-10-07 16:06:15 +00:00
GHOST_SystemPathsX11.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemSDL.cpp fix for bug in GHOST/SDL, events dont always have a window (which ghost needs). 2013-09-06 01:40:20 +00:00
GHOST_SystemSDL.h - ghost-sdl builds again. 2013-03-16 20:49:46 +00:00
GHOST_SystemWin32.cpp Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00
GHOST_SystemWin32.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_SystemX11.cpp Fix X11/GLX failing with multi-sample 2014-11-14 13:43:22 +01:00
GHOST_SystemX11.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_TaskbarWin32.h Style cleanup GHOST/Win32 2014-07-27 13:40:39 +10:00
GHOST_TimerManager.cpp code cleanup: 0 --> NULL 2013-03-08 06:32:00 +00:00
GHOST_TimerManager.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_TimerTask.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_Window.cpp Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_Window.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowCocoa.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowCocoa.mm OSX: change previous commit to not only make animation-player window frontmost but whole process 2014-12-06 12:13:28 +01:00
GHOST_WindowManager.cpp fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_WindowManager.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowNULL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowSDL.cpp Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GHOST_WindowSDL.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowWin32.cpp Input Method Editor (IME) support for text buttons 2014-12-07 00:58:17 +01:00
GHOST_WindowWin32.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00
GHOST_WindowX11.cpp Fix copypaste error in x11 tablet init 2015-02-03 16:37:37 +11:00
GHOST_WindowX11.h GHOST: fewer virtual functions 2015-02-08 14:18:53 -05:00