blender/intern/ghost/intern
2013-02-25 12:03:26 +00:00
..
GHOST_Buttons.cpp style cleanup: ghost 2012-05-19 09:57:55 +00:00
GHOST_Buttons.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_C-api.cpp fix for own commit r54806 with argument order and multisampling. 2013-02-24 10:50:33 +00: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 code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_Debug.h minor changes to ghost 2013-01-16 01:10:06 +00:00
GHOST_DisplayManager.cpp code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DisplayManager.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DisplayManagerCarbon.cpp style cleanup: spaces -> tabs 2013-02-04 00:18:09 +00:00
GHOST_DisplayManagerCarbon.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DisplayManagerCocoa.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DisplayManagerCocoa.mm style cleanup: trailing tabs & expand some non prefix tabs into spaces. 2012-10-21 05:46:41 +00:00
GHOST_DisplayManagerNULL.h style cleanup 2012-06-04 20:11:09 +00:00
GHOST_DisplayManagerSDL.cpp style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking script. 2013-02-21 17:18:27 +00:00
GHOST_DisplayManagerSDL.h style cleanup: ghost headers 2012-05-19 09:23:08 +00:00
GHOST_DisplayManagerWin32.cpp More win32 multimon (r53923). Changed getNumDisplays so that it will actually succeed. 2013-01-20 14:40:31 +00:00
GHOST_DisplayManagerWin32.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DisplayManagerX11.cpp GHOST/X11 - free memory allocated by XF86VidModeGetAllModeLines(), 2013-02-23 23:15:38 +00: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 patch [#34320] Cross compiling with mingw-w64 on ubuntu 2013-02-19 12:05:38 +00:00
GHOST_DropTargetWin32.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_DropTargetX11.cpp style cleanup 2012-07-21 22:58:08 +00:00
GHOST_DropTargetX11.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_Event.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00: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 code cleanup: c++ - use empty() rather than size(), use prefix operators for non-primitive types - recommended for non primitive types. 2012-09-20 00:55:32 +00:00
GHOST_EventManager.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00: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 code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00: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_ISystem.cpp code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_ISystemPaths.cpp code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10: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 code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_NDOFManager.cpp spelling cleanup: metre -> er 2012-07-04 12:56:58 +00:00
GHOST_NDOFManager.h style cleanup 2012-09-20 01:32:13 +00:00
GHOST_NDOFManagerCocoa.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_NDOFManagerCocoa.mm OSX: make cmake and scons both compile jack and ndof with newer sdk's 2012-12-12 19:54:14 +00:00
GHOST_NDOFManagerWin32.cpp style cleanup: ghost 2012-05-19 09:57:55 +00:00
GHOST_NDOFManagerWin32.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_NDOFManagerX11.cpp Silent some warnings (the one in bmesh_operator.c was even preventing build in -Werror mode). 2012-12-02 13:35:33 +00:00
GHOST_NDOFManagerX11.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
GHOST_Path-api.cpp Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., 2012-05-25 12:08:29 +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 fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_System.h fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_SystemCarbon.cpp Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemCarbon.h Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemCocoa.h Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemCocoa.mm Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemNULL.h make WITH_HEADLESS build again. 2013-02-01 08:24:18 +00:00
GHOST_SystemPaths.h style cleanup 2012-09-20 01:32:13 +00:00
GHOST_SystemPathsCarbon.cpp Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., 2012-05-25 12:08:29 +00:00
GHOST_SystemPathsCarbon.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_SystemPathsCocoa.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00: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 Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., 2012-05-25 12:08:29 +00:00
GHOST_SystemPathsWin32.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_SystemPathsX11.cpp style cleanup 2012-07-21 22:58:08 +00:00
GHOST_SystemPathsX11.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_SystemSDL.cpp building ghost-sdl works again. 2013-02-08 08:02:05 +00:00
GHOST_SystemSDL.h building ghost-sdl works again. 2013-02-08 08:02:05 +00:00
GHOST_SystemWin32.cpp Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemWin32.h Hopefully last round of fixes for all OSes 2013-02-24 14:27:59 +00:00
GHOST_SystemX11.cpp fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_SystemX11.h fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_TaskbarWin32.h style cleanup: ghost headers 2012-05-19 09:23:08 +00:00
GHOST_TimerManager.cpp code cleanup: c++ - use empty() rather than size(), use prefix operators for non-primitive types - recommended for non primitive types. 2012-09-20 00:55:32 +00:00
GHOST_TimerManager.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_TimerTask.h code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_Window.cpp fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_Window.h fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_WindowCarbon.cpp code cleanup: remove some paranoid checks which would have crashed anyway earlier on. 2013-01-20 14:50:50 +00:00
GHOST_WindowCarbon.h Compile fix round 2. Still trying to do this from linux :p 2013-02-24 14:02:45 +00:00
GHOST_WindowCocoa.h Compile fix round 2. Still trying to do this from linux :p 2013-02-24 14:02:45 +00:00
GHOST_WindowCocoa.mm Fix window fullscreen crash when building for Mac OS X 10.5. 2013-02-04 16:12:27 +00: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 code clenup: comments and some style edits on ghost/osx (odd indentation) 2012-09-06 02:10:09 +00:00
GHOST_WindowNULL.h style cleanup 2012-07-21 22:58:08 +00:00
GHOST_WindowSDL.cpp fix GhostSDL displaying text in multiple views. 2012-12-02 15:58:26 +00:00
GHOST_WindowSDL.h style cleanup: ghost headers 2012-05-19 09:23:08 +00:00
GHOST_WindowWin32.cpp is_crappy_intel_card() was checking strstr(glGetString(GL_VENDOR), "Intel") every call, 2013-02-25 12:03:26 +00:00
GHOST_WindowWin32.h Compile fix round 2. Still trying to do this from linux :p 2013-02-24 14:02:45 +00:00
GHOST_WindowX11.cpp fix for fullscreen on X11 (used by the BGE, not blender application), 2013-02-24 05:05:29 +00:00
GHOST_WindowX11.h Add bogus stabs for fullscreen window mode for BGE in GHOST. Platform maintainers should change these to replicate X11 behaviour. Also moved X11 implementation to public methods, just like the IWindow interface. Should fix compilation 2013-02-24 13:51:12 +00:00