[PD-cvs] pd/src desire.tk, 1.1.2.600.2.89, 1.1.2.600.2.90 TODO, 1.1.2.28.2.8, 1.1.2.28.2.9

chunlee chunlee at users.sourceforge.net
Fri Dec 15 00:05:38 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.tk TODO 
Log Message:
fix slider click on label bug


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.89
retrieving revision 1.1.2.600.2.90
diff -C2 -d -r1.1.2.600.2.89 -r1.1.2.600.2.90
*** desire.tk	14 Dec 2006 21:57:08 -0000	1.1.2.600.2.89
--- desire.tk	14 Dec 2006 23:05:34 -0000	1.1.2.600.2.90
***************
*** 5048,5051 ****
--- 5048,5053 ----
  
  def Slider click {x y f target} {
+ 	mset {type id detail} [$@canvas identify_target $x $y $f]
+ 	if {$type != "object"} {return}
  	$@canvas focus= $self
  	set @click_at [list $x $y]
***************
*** 5103,5107 ****
  	$self item LABEL text [list $lx $ly] -text $text -anchor w -font $lfont -fill $lcolor
  }
- 
  #-----------------------------------------------------------------------------------#
  class_new Bang {BlueBox}
--- 5105,5108 ----

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.8
retrieving revision 1.1.2.28.2.9
diff -C2 -d -r1.1.2.28.2.8 -r1.1.2.28.2.9
*** TODO	14 Dec 2006 20:43:38 -0000	1.1.2.28.2.8
--- TODO	14 Dec 2006 23:05:36 -0000	1.1.2.28.2.9
***************
*** 8,12 ****
  [ ] zoom borks horribly with an open gop.
  [ ] [cnv] get_pos is broken
! [ ] <matju> chun: slider bug: if you click on the label, you can position the cursor outside of the box.
  [ ] <matju> chun: focus= doesn't work properly with GOP
  [ ] <matju> chun: propagate_zoom doesn't work anymore on all_guis_and_gop.pd
--- 8,12 ----
  [ ] zoom borks horribly with an open gop.
  [ ] [cnv] get_pos is broken
! [x] <matju> chun: slider bug: if you click on the label, you can position the cursor outside of the box.
  [ ] <matju> chun: focus= doesn't work properly with GOP
  [ ] <matju> chun: propagate_zoom doesn't work anymore on all_guis_and_gop.pd





More information about the Pd-cvs mailing list