[tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/intern/ghost GHOST_C-api.h GHOST_IWindow.h tuhopuu2/intern/ghost/intern GHOST_C-api.cpp GHOST_Window.cpp GHOST_Window.h GHOST_WindowCarbon.cpp GHOST_WindowCarbon.h GHOST_WindowWin32.cpp ...

Robert Wenzlaff rwenzlaff at soylent-green.com
Tue Dec 9 15:39:32 CET 2003


rwenzlaff (Robert Wenzlaff) 2003/12/09 15:39:32 CET

  Modified files:
    .                    featurelist.txt 
    tuhopuu2/intern/ghost GHOST_C-api.h GHOST_IWindow.h 
    tuhopuu2/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 
    tuhopuu2/source/blender/makesdna DNA_userdef_types.h 
    tuhopuu2/source/blender/src editmesh.c ghostwinlay.c space.c 
                                usiblender.c winlay.h 
  Added files:
    tuhopuu2/source/blender/include BIF_cursors.h 
    tuhopuu2/source/blender/src cursors.c 
  
  Log:
  rwenlaff: Added new custom cursor support.  Allows up to 32x32 cursors
  	on systems that support them.  Selectable via userpref in
  	"View and Controls".
  
  	See cursors.c for api & use documentation.
  
  Revision  Changes    Path
  1.49      +4 -1      tuhopuu2/featurelist.txt
  1.2       +18 -1     tuhopuu2/intern/ghost/GHOST_C-api.h
  1.2       +7 -1      tuhopuu2/intern/ghost/GHOST_IWindow.h
  1.2       +20 -2     tuhopuu2/intern/ghost/intern/GHOST_C-api.cpp
  1.2       +13 -4     tuhopuu2/intern/ghost/intern/GHOST_Window.cpp
  1.2       +12 -3     tuhopuu2/intern/ghost/intern/GHOST_Window.h
  1.5       +20 -4     tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp
  1.2       +5 -1      tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.h
  1.4       +34 -7     tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.cpp
  1.2       +12 -1     tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.h
  1.4       +21 -3     tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp
  1.2       +17 -1     tuhopuu2/intern/ghost/intern/GHOST_WindowX11.h
  1.10      +3 -2      tuhopuu2/source/blender/makesdna/DNA_userdef_types.h
  1.47      +7 -17     tuhopuu2/source/blender/src/editmesh.c
  1.5       +1 -26     tuhopuu2/source/blender/src/ghostwinlay.c
  1.30      +16 -5     tuhopuu2/source/blender/src/space.c
  1.10      +3 -1      tuhopuu2/source/blender/src/usiblender.c
  1.2       +31 -2     tuhopuu2/source/blender/src/winlay.h



More information about the tuhopuu-cvs mailing list