[PD-cvs] pd/src ChangeLog, 1.1.4.11.2.9, 1.1.4.11.2.10 TODO, 1.1.2.28.2.15, 1.1.2.28.2.16

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 20 05:03:28 CET 2006


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

Modified Files:
      Tag: desiredata
	ChangeLog TODO 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.15
retrieving revision 1.1.2.28.2.16
diff -C2 -d -r1.1.2.28.2.15 -r1.1.2.28.2.16
*** TODO	19 Dec 2006 17:16:20 -0000	1.1.2.28.2.15
--- TODO	20 Dec 2006 04:03:26 -0000	1.1.2.28.2.16
***************
*** 1,35 ****
  DesireData's TODO list, $Id$
  
! ---------------------------------------------------------------- 0.40.pre5
! [x] all_guis_and_gop.pd freezes on close.
! [x] move -lang to ddrc
! [x] move -console to ddrc
! [x] zoom borks horribly with an open gop.
!     open all_guis_and_gop.pd; right-click "Open" on the GOP. now change the zoom in the main patch.
! [x] [nbx] doesn't update
! [x] can't click on slider in a GOP
! [x] <matju> chun: slider bug: if you click on the label, you can position the cursor outside of the box.
! [x] <matju> chun: focus= doesn't work properly with GOP
! [x] <matju> chun: propagate_zoom doesn't work anymore on all_guis_and_gop.pd
! [x] fix FloatBox
! [x] fix SymbolBox
! [x] fix NumBox
! [x] comment should start as empty box.
! [x] [vu],[cnv] missing properties_apply.
! [x] implement "Find Last Error"
! [ ] vatic's fixes
! [x] [hsl]/[vsl]:       add switch between horiz and vert.
! [x] [hradio]/[vradio]: add switch between horiz and vert.
! [x] [vu] is broken.
! [x] rightclick help doesn't work with [nbx] [hsl] [vsl] [hradio] [vradio]
! [ ] rightclick help doesn't work on [cnv]: tries to find help for "cnv.pd" ???
! [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
! [x] help method in canvas.
! [ ] pixel offsets are not correct in [hsl] [vsl]
! [ ] grey checkboxes in serverprefs
! [ ] reply sync
  
! ---------------------------------------------------------------- 0.40.pre6-...
  
  [ ] creating a graph causes crash.
  [ ] fix NumBox's width and height (or remove those settings)
--- 1,22 ----
  DesireData's TODO list, $Id$
  
! ---------------------------------------------------------------- 0.40.pre6
  
! ---------------------------------------------------------------- 0.40.pre7-...
! 
! <shift8> matju: another big bug for me - v/h sliders in existing patches bounce
!  repeatedly back to bottom when some kind of event occurs.  you have to move the
!  mouse very gently back and forth until the slider stays at the location you want,
!  then without moving the mouse, release the mouse button :(
  
+ [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
+ [ ] variable width font usable in ObjectBoxes and MessageBoxes and Comments.
+     (bugfix because of scrolling; try typing wwwwwwwwww in a box)
+ [ ] opening an already-open subpatch should just raise that subpatch
+ [ ] bug: you can move parts of gop subpatches, from the parent patch!
+ [ ] pixel offsets are not correct in [hsl] [vsl]:
+     distinguish between $@w or $@h and actual size. there should be 4 extra pixels.
+ [ ] hide inlets/outlets of IEMGUI when they have receive-symbols/send-symbols
+ [ ] rightclick help doesn't work on [cnv]: tries to find help for "cnv.pd" ???
  [ ] creating a graph causes crash.
  [ ] fix NumBox's width and height (or remove those settings)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.9
retrieving revision 1.1.4.11.2.10
diff -C2 -d -r1.1.4.11.2.9 -r1.1.4.11.2.10
*** ChangeLog	20 Dec 2006 02:10:22 -0000	1.1.4.11.2.9
--- ChangeLog	20 Dec 2006 04:03:26 -0000	1.1.4.11.2.10
***************
*** 1,7 ****
  $Id$
  
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
  
!  * merged-in changes from Miller's pd 0.40-2 (80% of it)
   * new canvas method "reply_with" of canvases replaces the implicit
     reply-matching of pre4. (even less bug-prone)
--- 1,11 ----
  $Id$
  
+ Desire 0.40.pre6 (2006.12.25) (-r desiredata; ./configure && make) :
+ 
+  *
+ 
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
  
!  * merged changes from Miller's pd 0.40-2 (80% of it)
   * new canvas method "reply_with" of canvases replaces the implicit
     reply-matching of pre4. (even less bug-prone)





More information about the Pd-cvs mailing list