[Bf-blender-cvs] CVS commit: blender/intern/ghost SConscript blender/intern/ghost/intern GHOST_SystemWin32.cpp GHOST_SystemWin32.h GHOST_WindowWin32.cpp GHOST_WindowWin32.h blender/intern/ghost/make/msvc_7_0 ghost.vcproj

Andrea Weikert elubie at gmx.net
Sun Nov 5 22:55:28 CET 2006


elubie (Andrea Weikert) 2006/11/05 22:55:28 CET

  Modified files:
    blender/intern/ghost SConscript 
    blender/intern/ghost/intern GHOST_SystemWin32.cpp 
                                GHOST_SystemWin32.h 
                                GHOST_WindowWin32.cpp 
                                GHOST_WindowWin32.h 
    blender/intern/ghost/make/msvc_7_0 ghost.vcproj 
  
  Log:
  Extended GHOST to support WinTab, in order to better support graphic tablets on Windows
  
  Basic support for normal pressure sensitivity is implemented, adding other features like tilt etc. shouldn't be too difficult, now that basic support is there.
  Tested with WACOM Volito on Windows XP using the pressure sensitivity with texture paint to change size of the brush .
  
  Added additional include dir to scons, and MSVC 7 project files - other build systems might have to be updated.
  
  Revision  Changes    Path
  1.14      +2 -0      blender/intern/ghost/SConscript
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/SConscript.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.11      +12 -3     blender/intern/ghost/intern/GHOST_SystemWin32.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemWin32.cpp.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.8       +2 -1      blender/intern/ghost/intern/GHOST_SystemWin32.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemWin32.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>
  1.12      +118 -3    blender/intern/ghost/intern/GHOST_WindowWin32.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowWin32.cpp.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.10      +28 -2     blender/intern/ghost/intern/GHOST_WindowWin32.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowWin32.h.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.8       +2 -2      blender/intern/ghost/make/msvc_7_0/ghost.vcproj
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/make/msvc_7_0/ghost.vcproj.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list