Blender Git Commit Log

Git Commits -> Revision 47ec91e

Revision 47ec91e by Campbell Barton (master)
September 6, 2012, 02:10 (GMT)
code clenup: comments and some style edits on ghost/osx (odd indentation)

Commit Details:

Full Hash: 47ec91e8d343c77e494a334ca8054c6d3538d893
SVN Revision: 50443
Parent Commit: 5d2e4bb
Lines Changed: +1178, -1178

78 Modified Paths:

/intern/audaspace/intern/AUD_ReferenceHandler.cpp (+1, -1) (Diff)
/intern/ghost/GHOST_IEvent.h (+8, -8) (Diff)
/intern/ghost/GHOST_IEventConsumer.h (+6, -6) (Diff)
/intern/ghost/GHOST_ISystem.h (+67, -66) (Diff)
/intern/ghost/GHOST_ISystemPaths.h (+6, -6) (Diff)
/intern/ghost/GHOST_ITimerTask.h (+8, -8) (Diff)
/intern/ghost/GHOST_IWindow.h (+52, -52) (Diff)
/intern/ghost/GHOST_Path-api.h (+5, -5) (Diff)
/intern/ghost/GHOST_Rect.h (+34, -34) (Diff)
/intern/ghost/GHOST_Types.h (+2, -2) (Diff)
/intern/ghost/intern/GHOST_Buttons.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.h (+23, -23) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.h (+21, -21) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCocoa.h (+18, -18) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.h (+17, -17) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerX11.h (+17, -17) (Diff)
/intern/ghost/intern/GHOST_DropTargetWin32.h (+15, -15) (Diff)
/intern/ghost/intern/GHOST_DropTargetX11.h (+14, -14) (Diff)
/intern/ghost/intern/GHOST_Event.h (+9, -9) (Diff)
/intern/ghost/intern/GHOST_EventButton.h (+7, -7) (Diff)
/intern/ghost/intern/GHOST_EventCursor.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_EventDragnDrop.h (+7, -7) (Diff)
/intern/ghost/intern/GHOST_EventKey.h (+9, -9) (Diff)
/intern/ghost/intern/GHOST_EventManager.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_EventManager.h (+16, -16) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.h (+4, -4) (Diff)
/intern/ghost/intern/GHOST_EventString.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_EventTrackpad.h (+5, -5) (Diff)
/intern/ghost/intern/GHOST_EventWheel.h (+5, -5) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_ISystemPaths.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.h (+10, -10) (Diff)
/intern/ghost/intern/GHOST_System.h (+52, -52) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+47, -47) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+52, -52) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.mm (+37, -40) (Diff)
/intern/ghost/intern/GHOST_SystemPaths.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCarbon.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_SystemPathsCocoa.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemPathsWin32.h (+6, -6) (Diff)
/intern/ghost/intern/GHOST_SystemPathsX11.h (+3, -3) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+82, -81) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+12, -12) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+37, -37) (Diff)
/intern/ghost/intern/GHOST_TimerManager.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_TimerManager.h (+14, -14) (Diff)
/intern/ghost/intern/GHOST_TimerTask.h (+18, -18) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_Window.h (+36, -36) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.h (+44, -44) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+54, -54) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+127, -136) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowManager.h (+20, -20) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+2, -2) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+46, -46) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+3, -3) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+17, -17) (Diff)
/intern/ghost/test/gears/GHOST_C-Test.c (+2, -2) (Diff)
/intern/ghost/test/gears/GHOST_Test.cpp (+2, -2) (Diff)
/source/blender/blenkernel/BKE_object_deform.h (+1, -1) (Diff)
/source/blender/bmesh/bmesh.h (+5, -0) (Diff)
/source/blender/bmesh/intern/bmesh_core.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_subdivide.c (+2, -1) (Diff)
/source/blender/compositor/COM_compositor.h (+3, -0) (Diff)
/source/blender/compositor/intern/COM_ExecutionSystemHelper.h (+1, -1) (Diff)
/source/blender/compositor/operations/COM_RenderLayersImageProg.h (+1, -1) (Diff)
/source/blender/editors/io/io_collada.h (+1, -1) (Diff)
/source/blender/editors/io/io_ops.h (+1, -1) (Diff)
/source/blender/imbuf/intern/imbuf_cocoa.m (+1, -1) (Diff)
/source/gameengine/Ketsji/KX_PythonMain.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021