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

Matt Ebb matt at mke3.net
Thu Aug 3 14:23:00 CEST 2006


broken (Matt Ebb) 2006/08/03 14:23:00 CEST

  Modified files:
    blender/intern/ghost GHOST_C-api.h GHOST_IWindow.h 
                         GHOST_Types.h 
    blender/intern/ghost/intern GHOST_C-api.cpp 
                                GHOST_SystemCarbon.cpp 
                                GHOST_SystemCarbon.h 
                                GHOST_SystemX11.cpp 
                                GHOST_WindowCarbon.cpp 
                                GHOST_WindowCarbon.h 
                                GHOST_WindowWin32.h 
                                GHOST_WindowX11.cpp 
                                GHOST_WindowX11.h 
  
  Log:
  * Tablet Pressure support in GHOST
  
  This is 'ported' from Nicholas Bishop's sculpting GSoC tree. I'm bringing it
  over now so a) it can be there for when lukep does his GHOST refactor b) it's
  something that GHOST should have anyway, particularly now there's interest in
  painting tools and c) it's missing support in Windows, so hopefully now some
  enterprising Windows coder can add that more easily in the main bf tree.
  
  Right now X11 and Mac OS X are supported. I added and can maintain the Mac OS X
  part, but I'm not familiar with the Xinput stuff, which Nicholas wrote. Both
  X11 and Mac are collecting active device and pressure, and Mac is also
  collecting x and y tilt data. Up to coders how they want to use this info! :)
  
  Although the data's coming in, I haven't actually made this do anything. I
  thought it best to leave it to brecht to figure out what he wants to do with the
  painting stuff, and I wonder what other interesting uses there could be for it
  (proportional edit?). I'll write implementation details in a separate mail to
  the committers list.
  
  Revision  Changes    Path
  1.7       +8 -2      blender/intern/ghost/GHOST_C-api.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/GHOST_C-api.h.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.11      +7 -1      blender/intern/ghost/GHOST_IWindow.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/GHOST_IWindow.h.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.13      +8 -1      blender/intern/ghost/GHOST_Types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/GHOST_Types.h.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.5       +7 -5      blender/intern/ghost/intern/GHOST_C-api.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_C-api.cpp.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>
  1.24      +87 -7     blender/intern/ghost/intern/GHOST_SystemCarbon.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemCarbon.cpp.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>
  1.9       +8 -1      blender/intern/ghost/intern/GHOST_SystemCarbon.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemCarbon.h.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>
  1.11      +20 -4     blender/intern/ghost/intern/GHOST_SystemX11.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_SystemX11.cpp.diff?r1=1.10&r2=1.11&cvsroot=bf-blender>
  1.18      +4 -2      blender/intern/ghost/intern/GHOST_WindowCarbon.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowCarbon.cpp.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>
  1.12      +8 -1      blender/intern/ghost/intern/GHOST_WindowCarbon.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowCarbon.h.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.9       +3 -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.8&r2=1.9&cvsroot=bf-blender>
  1.14      +65 -2     blender/intern/ghost/intern/GHOST_WindowX11.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowX11.cpp.diff?r1=1.13&r2=1.14&cvsroot=bf-blender>
  1.8       +30 -1     blender/intern/ghost/intern/GHOST_WindowX11.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowX11.h.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list