Blender Git Loki
Git Commits -> Revision 85ae21d
Revision 85ae21d by Robert Wenzlaff (master) December 26, 2003, 20:12 (GMT) |
Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and source/blender/include/BIF_cursors.h. Allows large cursors on Win32 and X11. See cursors.c for documentatioin on how to use. |
Commit Details:
Full Hash: 85ae21d5dda29fcd6b0f7a145804323b084a5801
SVN Revision: 1761
Parent Commit: da0e131
Lines Changed: +843, -73
2 Added Paths:
/source/blender/include/BIF_cursors.h (+96, -0) (View)
/source/blender/src/cursors.c (+518, -0) (View)
/source/blender/src/cursors.c (+518, -0) (View)
20 Modified Paths:
/intern/ghost/GHOST_C-api.h (+17, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+18, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+11, -2) (Diff)
/intern/ghost/intern/GHOST_Window.h (+11, -2) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+19, -3) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+34, -7) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+11, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+20, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+16, -0) (Diff)
/Makefile (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/src/editmesh.c (+7, -19) (Diff)
/source/blender/src/ghostwinlay.c (+0, -25) (Diff)
/source/blender/src/space.c (+15, -4) (Diff)
/source/blender/src/usiblender.c (+2, -0) (Diff)
/source/blender/src/winlay.h (+28, -0) (Diff)
/source/Makefile (+4, -4) (Diff)
/source/nan_compile.mk (+4, -4) (Diff)
/intern/ghost/GHOST_IWindow.h (+6, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+18, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+11, -2) (Diff)
/intern/ghost/intern/GHOST_Window.h (+11, -2) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+19, -3) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+34, -7) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+11, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+20, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+16, -0) (Diff)
/Makefile (+1, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -1) (Diff)
/source/blender/src/editmesh.c (+7, -19) (Diff)
/source/blender/src/ghostwinlay.c (+0, -25) (Diff)
/source/blender/src/space.c (+15, -4) (Diff)
/source/blender/src/usiblender.c (+2, -0) (Diff)
/source/blender/src/winlay.h (+28, -0) (Diff)
/source/Makefile (+4, -4) (Diff)
/source/nan_compile.mk (+4, -4) (Diff)