[tuhopuu-cvs] CVS commit: tuhopuu2 featurelist.txt tuhopuu2/intern/ghost GHOST_Types.h tuhopuu2/intern/ghost/intern GHOST_WindowCarbon.cpp GHOST_WindowWin32.cpp GHOST_WindowX11.cpp tuhopuu2/source/blender/include BIF_graphics.h tuhopuu2/source/blender/src editmesh.c ...

Robert Wenzlaff rwenzlaff at soylent-green.com
Sun Sep 21 03:43:41 CEST 2003


rwenzlaff (Robert Wenzlaff) 2003/09/21 03:43:41 CEST

  Modified files:
    .                    featurelist.txt 
    tuhopuu2/intern/ghost GHOST_Types.h 
    tuhopuu2/intern/ghost/intern GHOST_WindowCarbon.cpp 
                                 GHOST_WindowWin32.cpp 
                                 GHOST_WindowX11.cpp 
    tuhopuu2/source/blender/include BIF_graphics.h 
    tuhopuu2/source/blender/src editmesh.c ghostwinlay.c 
  
  Log:
  Modified knife tool to allow rubberbanding straight lines.  LMB constant
          down makes freehand as before, but a single LMB click draws a polyline. Can mix
          freehand and straight lines. Removed redraw ability, as it was  causing many problems,
          and was not particularly easier than using ESC to start over.
          Added Pencil cursor from X11.  I used  IDC_ARROW again for the windows side.
  	I found IDC_PEN defined in VC++4.0, but it wasn't in the same .h file as theother oem
  	cursors, so wasn't sure if it was on the include path. I couldn't build to test and
  	didn't want to break windows. Could a windows programmer change that in
  	intern/ghost/intern/GHOST_WindowWin32.cpp line 529 and test it?
  
  Revision  Changes    Path
  1.28      +5 -0      tuhopuu2/featurelist.txt
  1.2       +3 -2      tuhopuu2/intern/ghost/GHOST_Types.h
  1.2       +3 -2      tuhopuu2/intern/ghost/intern/GHOST_WindowCarbon.cpp
  1.2       +4 -2      tuhopuu2/intern/ghost/intern/GHOST_WindowWin32.cpp
  1.2       +2 -1      tuhopuu2/intern/ghost/intern/GHOST_WindowX11.cpp
  1.2       +3 -2      tuhopuu2/source/blender/include/BIF_graphics.h
  1.14      +92 -47    tuhopuu2/source/blender/src/editmesh.c
  1.2       +2 -1      tuhopuu2/source/blender/src/ghostwinlay.c



More information about the tuhopuu-cvs mailing list