[PD-cvs] pd/src desire.tk, 1.1.2.600.2.136, 1.1.2.600.2.137 TODO, 1.1.2.28.2.22, 1.1.2.28.2.23

chunlee chunlee at users.sourceforge.net
Sun Dec 24 16:52:34 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.tk TODO 
Log Message:
fix right click -> open on nested gop and a stupid typo


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.136
retrieving revision 1.1.2.600.2.137
diff -C2 -d -r1.1.2.600.2.136 -r1.1.2.600.2.137
*** desire.tk	24 Dec 2006 15:20:55 -0000	1.1.2.600.2.136
--- desire.tk	24 Dec 2006 15:52:30 -0000	1.1.2.600.2.137
***************
*** 2157,2161 ****
  	$self update_size
  	set font_str [$self look font]
! pppp	set new_size [format %.0f [expr [lindex $font_str 1]*[$@canvas zoom]]]
  	set font_str [lreplace $font_str 1 1 $new_size]
  	set l {};set nl 1;set newline {-1};set i 0;set width 0
--- 2157,2161 ----
  	$self update_size
  	set font_str [$self look font]
! 	set new_size [format %.0f [expr [lindex $font_str 1]*[$@canvas zoom]]]
  	set font_str [lreplace $font_str 1 1 $new_size]
  	set l {};set nl 1;set newline {-1};set i 0;set width 0
***************
*** 3421,3425 ****
  		if {![winfo exists [[$id canvas] widget]]} {set id [$id canvas]}
  	}
! 	$self popup $id [winfo pointerx $c] [winfo pointery $c]
  }
  
--- 3421,3426 ----
  		if {![winfo exists [[$id canvas] widget]]} {set id [$id canvas]}
  	}
! 	if {[$id class] == "Canvas"} {set obj [$id get_parent_gop $self]} else {set obj $id}
! 	$self popup $obj [winfo pointerx $c] [winfo pointery $c]
  }
  

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.22
retrieving revision 1.1.2.28.2.23
diff -C2 -d -r1.1.2.28.2.22 -r1.1.2.28.2.23
*** TODO	21 Dec 2006 20:47:52 -0000	1.1.2.28.2.22
--- TODO	24 Dec 2006 15:52:32 -0000	1.1.2.28.2.23
***************
*** 11,15 ****
      [x] gop content should not be able to move...
      [x] gop content should not be able to make wire
!     [ ]  rightclick open don't work on nested gop
  [x] futurewire broken
      [x] drawn from inlet
--- 11,15 ----
      [x] gop content should not be able to move...
      [x] gop content should not be able to make wire
!     [x]  rightclick open don't work on nested gop
  [x] futurewire broken
      [x] drawn from inlet
***************
*** 21,24 ****
--- 21,25 ----
      [ ] server sends -> x806a3b8 delete twice
  [ ] closing opened [pd] window broken
+ [ ] graphical array rendering optimization
  ---------------------------------------------------------------- 0.40.pre7-...
  





More information about the Pd-cvs mailing list