[PD-cvs] pd/src desire.tk, 1.1.2.600.2.128, 1.1.2.600.2.129 TODO, 1.1.2.28.2.17, 1.1.2.28.2.18

chunlee chunlee at users.sourceforge.net
Wed Dec 20 18:46:35 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6963

Modified Files:
      Tag: desiredata
	desire.tk TODO 
Log Message:
FutureWire fixed


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.128
retrieving revision 1.1.2.600.2.129
diff -C2 -d -r1.1.2.600.2.128 -r1.1.2.600.2.129
*** desire.tk	20 Dec 2006 15:58:42 -0000	1.1.2.600.2.128
--- desire.tk	20 Dec 2006 17:46:31 -0000	1.1.2.600.2.129
***************
*** 3161,3165 ****
  		set @to ""
  		set @inlet ""
! 		set type o
  	    }
  	    inlet {
--- 3161,3165 ----
  		set @to ""
  		set @inlet ""
! 		set port_name ${from}o${port}
  	    }
  	    inlet {
***************
*** 3168,3175 ****
  		set @to $from
  		set @inlet $port
! 		set type i
  	    }
  	}
! 	mset {x y} [lmap / [rect_centre [[$@canvas widget] bbox ${from}i${port}]] [$@canvas zoom]]
  	set @x1 $x
  	set @y1 $y
--- 3168,3175 ----
  		set @to $from
  		set @inlet $port
! 		set port_name ${from}i${port}
  	    }
  	}
! 	mset {x y} [lmap / [rect_centre [[$@canvas widget] bbox $port_name]] [$@canvas zoom]]
  	set @x1 $x
  	set @y1 $y
***************
*** 3340,3345 ****
--- 3340,3347 ----
  			set  pos [list $x $y]
  			if {[distance $pos $opos] > [distance $pos $ipos]} {
+ 				mset {x1 y1} $ipos
  				set target [list outlet $from $outlet]
  			} else {
+ 				mset {x1 y1} $opos
  				set target [list inlet $to $inlet]
  			}

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.17
retrieving revision 1.1.2.28.2.18
diff -C2 -d -r1.1.2.28.2.17 -r1.1.2.28.2.18
*** TODO	20 Dec 2006 15:58:44 -0000	1.1.2.28.2.17
--- TODO	20 Dec 2006 17:46:33 -0000	1.1.2.28.2.18
***************
*** 6,9 ****
--- 6,19 ----
      <- .x8068058 reload 2 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;
      -> change x8068058 x8067c50 {#X obj 335 166 nbx 8 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 256;}
+ [ ] fix {\;} {\$1} in TextBox, loads fine, but there is bug in redraw
+ [ ] fix gop
+     [ ] gop content drawn on wrong canvas
+     [ ] gop content don't delete when gop is deleted
+     [ ] gop drawing order
+     [ ] gop content should not be able to move...
+ [x] futurewire broken
+     [x] drawn from inlet
+     [x] can't connect from outlet other than the hot outlet
+ [ ] FloatBox remains hilited after hit Return
  ---------------------------------------------------------------- 0.40.pre7-...
  





More information about the Pd-cvs mailing list