[PD-cvs] pd/src ChangeLog, 1.1.4.11.2.22, 1.1.4.11.2.23 TODO, 1.1.2.28.2.41, 1.1.2.28.2.42

Mathieu Bouchard matju at users.sourceforge.net
Tue Jul 10 22:15:23 CEST 2007


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

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.41
retrieving revision 1.1.2.28.2.42
diff -C2 -d -r1.1.2.28.2.41 -r1.1.2.28.2.42
*** TODO	28 Jun 2007 01:33:21 -0000	1.1.2.28.2.41
--- TODO	10 Jul 2007 20:15:21 -0000	1.1.2.28.2.42
***************
*** 4,12 ****
  
  removed this line from ChangeLog (not ready):
  [ ] new parser for string support
! 
  [ ] -> serial got send too early with "#N with_reply 0 canvas 0 0 450 300 sub 0" 
- [x] fix double delete [pd]
  [ ] new way to do View get_canvas
  
   def Menuable raise {} {
--- 4,18 ----
  
  removed this line from ChangeLog (not ready):
+ [ ] [parse], [unparse]
  [ ] new parser for string support
! [ ] update s_audio.c to support any number of devices (not just max 4)
! [ ] look for new bugs involving %*s added around 2007.06.28
! [ ] figure out a way to handle lost messages of startup
  [ ] -> serial got send too early with "#N with_reply 0 canvas 0 0 450 300 sub 0" 
  [ ] new way to do View get_canvas
+ [ ] s_audio_dummy.c (with loopback)
+ [ ] s_midi_dummy.c (with loopback)
+ [ ] too much duplication of inlets vs outlets
+ [ ] too much duplication of adc vs dac (see s_audio.c)
  
   def Menuable raise {} {
***************
*** 35,39 ****
  [ ] [select] should accept mixed types (float, symbol, pointer)
  [ ] server-side slider outputs wrong value
! [ ] remove MAXPDSTRING
  [ ] get rid of stderr in server
  [ ] slider val has to change back to centipixels but as a float.
--- 41,45 ----
  [ ] [select] should accept mixed types (float, symbol, pointer)
  [ ] server-side slider outputs wrong value
! [ ] remove MAXPDSTRING (ostringstream is a possible replacement)
  [ ] get rid of stderr in server
  [ ] slider val has to change back to centipixels but as a float.
***************
*** 87,91 ****
  [ ] use vector doubling in binbuf_add,binbuf_addv...
  [ ] 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!
--- 93,97 ----
  [ ] use vector doubling in binbuf_add,binbuf_addv...
  [ ] variable width font usable in ObjectBoxes and MessageBoxes and Comments.
!     (bug because of scrolling; try typing wwwwwwwwww in a box, or any really wide letter)
  [ ] opening an already-open subpatch should just raise that subpatch
  [ ] bug: you can move parts of gop subpatches, from the parent patch!

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.22
retrieving revision 1.1.4.11.2.23
diff -C2 -d -r1.1.4.11.2.22 -r1.1.4.11.2.23
*** ChangeLog	28 Jun 2007 04:27:06 -0000	1.1.4.11.2.22
--- ChangeLog	10 Jul 2007 20:15:21 -0000	1.1.4.11.2.23
***************
*** 1,10 ****
! DesireData 2007.06... :
  
!  * MAXPDSTRING is dead (no limit on string length)
!  *
!  *
!  *
  
! DesireData 2007.06.27 (almost like 2007.01.12) :
  
   * merged new loader from Miller's pd 0.40-2
--- 1,9 ----
! DesireData 2007.07.10 :
  
!  * added classes [unpost],
!  * non-constructed objects finally have a dashed box like they used to
!  * most of the rest of the C code switched to C++,PD_PLUSPLUS_FACE
  
! DesireData 2007.06.27 (which should have been 2007.01.12) :
  
   * merged new loader from Miller's pd 0.40-2





More information about the Pd-cvs mailing list