blender/intern/ghost
2012-07-08 12:23:58 +00:00
..
doc
intern code cleanup: quiet uninitialized memory use warning for X11 - harmless in this case but always gave warnings with memcheck (RGB color for alpha zero icon color wasnt initialized). 2012-07-08 12:23:58 +00:00
test style cleanup: comments 2012-06-30 22:49:33 +00:00
CMakeLists.txt fix for building blender as a python module on windows. 2012-06-15 20:59:00 +00:00
GHOST_C-api.h Doxygen cleanup 2012-07-05 04:47:47 +00:00
GHOST_IEvent.h optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro. 2012-06-25 09:14:37 +00:00
GHOST_IEventConsumer.h optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro. 2012-06-25 09:14:37 +00:00
GHOST_ISystem.h style cleanup: comments 2012-06-30 22:49:33 +00:00
GHOST_ISystemPaths.h more guardedalloc use in C++, also make compositorMutex a static var, was allocated and never freed. 2012-06-25 10:35:24 +00:00
GHOST_ITimerTask.h more guardedalloc use in C++, also make compositorMutex a static var, was allocated and never freed. 2012-06-25 10:35:24 +00:00
GHOST_IWindow.h style cleanup: comments 2012-06-30 22:49:33 +00:00
GHOST_Path-api.h Unix: enable use of XDG paths for storing Blender configuration on Linux/BSD/.., 2012-05-25 12:08:29 +00:00
GHOST_Rect.h optionally use guarded alloc for tiles compositor, also replace allocation functions with a macro. 2012-06-25 09:14:37 +00:00
GHOST_Types.h more guardedalloc use in C++, also make compositorMutex a static var, was allocated and never freed. 2012-06-25 10:35:24 +00:00
SConscript Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00