[Bf-blender-cvs] CVS commit: blender Makefile blender/intern/ghost GHOST_C-api.h GHOST_IWindow.h blender/intern/ghost/intern GHOST_C-api.cpp GHOST_Window.cpp GHOST_Window.h GHOST_WindowCarbon.cpp GHOST_WindowCarbon.h GHOST_WindowWin32.cpp GHOST_WindowWin32.h ...

Robert Wenzlaff rwenzlaff at soylent-green.com
Fri Dec 26 21:12:43 CET 2003


rwenzlaff (Robert Wenzlaff) 2003/12/26 21:12:43 CET

  Modified files:
    .                    Makefile 
    blender/intern/ghost GHOST_C-api.h GHOST_IWindow.h 
    blender/intern/ghost/intern GHOST_C-api.cpp GHOST_Window.cpp 
                                GHOST_Window.h 
                                GHOST_WindowCarbon.cpp 
                                GHOST_WindowCarbon.h 
                                GHOST_WindowWin32.cpp 
                                GHOST_WindowWin32.h 
                                GHOST_WindowX11.cpp 
                                GHOST_WindowX11.h 
    blender/source       Makefile nan_compile.mk 
    blender/source/blender/makesdna DNA_userdef_types.h 
    blender/source/blender/src editmesh.c ghostwinlay.c space.c 
                               usiblender.c winlay.h 
  Added files:
    blender/source/blender/include BIF_cursors.h 
    blender/source/blender/src cursors.c 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.10      +2 -1      blender/Makefile
  1.6       +18 -1     blender/intern/ghost/GHOST_C-api.h
  1.7       +7 -1      blender/intern/ghost/GHOST_IWindow.h
  1.4       +20 -2     blender/intern/ghost/intern/GHOST_C-api.cpp
  1.4       +13 -4     blender/intern/ghost/intern/GHOST_Window.cpp
  1.7       +12 -3     blender/intern/ghost/intern/GHOST_Window.h
  1.10      +21 -5     blender/intern/ghost/intern/GHOST_WindowCarbon.cpp
  1.9       +4 -1      blender/intern/ghost/intern/GHOST_WindowCarbon.h
  1.8       +36 -9     blender/intern/ghost/intern/GHOST_WindowWin32.cpp
  1.7       +12 -1     blender/intern/ghost/intern/GHOST_WindowWin32.h
  1.9       +21 -3     blender/intern/ghost/intern/GHOST_WindowX11.cpp
  1.7       +17 -1     blender/intern/ghost/intern/GHOST_WindowX11.h
  1.59      +5 -5      blender/source/Makefile
  1.8       +5 -5      blender/source/nan_compile.mk
  1.23      +3 -2      blender/source/blender/makesdna/DNA_userdef_types.h
  1.59      +8 -20     blender/source/blender/src/editmesh.c
  1.21      +1 -26     blender/source/blender/src/ghostwinlay.c
  1.110     +16 -5     blender/source/blender/src/space.c
  1.40      +3 -1      blender/source/blender/src/usiblender.c
  1.8       +29 -1     blender/source/blender/src/winlay.h



More information about the Bf-blender-cvs mailing list