[PD-cvs] pd/src TODO, 1.1.2.28.2.24, 1.1.2.28.2.25 ChangeLog, 1.1.4.11.2.10, 1.1.4.11.2.11

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 28 23:47:23 CET 2006


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

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


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.24
retrieving revision 1.1.2.28.2.25
diff -C2 -d -r1.1.2.28.2.24 -r1.1.2.28.2.25
*** TODO	28 Dec 2006 15:46:25 -0000	1.1.2.28.2.24
--- TODO	28 Dec 2006 22:47:20 -0000	1.1.2.28.2.25
***************
*** 2,5 ****
--- 2,8 ----
  
  ---------------------------------------------------------------- 0.40.pre6
+ [ ] get rid of stderr in server
+ [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
+ [ ] prevent hidden subpatches/abstraction-instances from being loaded in the client all of the time.
  [ ] -lib in .ddrc crashes server: http://pastebin.ca/286300
  [ ] server don't pick up changes via NumBox reload, ie the width: 
***************
*** 20,26 ****
--- 23,31 ----
      [x] partically fixed (def Canvas del)
      [ ] server sends -> x806a3b8 delete twice
+     [ ] fix deletion order
  [x] closing opened [pd] window broken
  [ ] graphical array rendering optimization
  [x] firefox style find bar + Breadth-first search
+ 
  ---------------------------------------------------------------- 0.40.pre7-...
  
***************
*** 30,34 ****
   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)
--- 35,39 ----
   then without moving the mouse, release the mouse button :(
  
! [ ] 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)
***************
*** 61,65 ****
  [ ] make kernel.c record all method calls. beware of getfn and zgetfn.
  [ ] proper symbol quoting
- [ ] support NUL in symbols
  [ ] T_STRING
  [ ] patching-in-tongues follow-up
--- 66,69 ----
***************
*** 67,71 ****
  [ ] take care of needless "save changes?"
  [ ] atomic undo
! [ ] merge 0.41
  [ ] make List objects, to manage children, visible_children, wires, selection, selection_wires.
  [ ] skip unneeded motion events inside client (do we need this?)
--- 71,75 ----
  [ ] take care of needless "save changes?"
  [ ] atomic undo
! [ ] merge 0.41 (no?)
  [ ] make List objects, to manage children, visible_children, wires, selection, selection_wires.
  [ ] skip unneeded motion events inside client (do we need this?)
***************
*** 117,120 ****
--- 121,125 ----
  [x] canvas scrollbars auto-disappear when not needed.
  [ ] implement dirty flag
+ [ ] use gensym2() in builtin classes and stuff.
  [ ] fix 64-bit arrays so that carmen gets a use for DD.
  [ ] carmen also needs strings (no symbol leakage)
***************
*** 224,228 ****
  
  [ ] merge martin peach's tcp externs into the core
- [ ] merge [guiconnect] and [manager]
  [ ] data inspector: when this tool is enabled, it prints on the console any data coming through whatever cable you
      currently have selected. if you select multiple wires, it reports whats going through multiple wires.
--- 229,232 ----
***************
*** 236,239 ****
--- 240,244 ----
  [ ] send to front, send to back
  [ ] make windows not get auto-resized to the width of the toolbar, so that people can have tiny windows.
+ [ ] <Dossy> fconfigure -encoding binary ...
  
  Marius Schebella:

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.10
retrieving revision 1.1.4.11.2.11
diff -C2 -d -r1.1.4.11.2.10 -r1.1.4.11.2.11
*** ChangeLog	20 Dec 2006 04:03:26 -0000	1.1.4.11.2.10
--- ChangeLog	28 Dec 2006 22:47:21 -0000	1.1.4.11.2.11
***************
*** 3,7 ****
  Desire 0.40.pre6 (2006.12.25) (-r desiredata; ./configure && make) :
  
!  *
  
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
--- 3,11 ----
  Desire 0.40.pre6 (2006.12.25) (-r desiredata; ./configure && make) :
  
!  * merged new loader from Miller's pd 0.40-2
!  * merged (but not tested) the rest of the [declare] code from pd 0.40-2
!  * gensym2 (support for NUL in symbols)
!  * added t_string, A_STRING for "deallocatable symbols".
!  * some ex-symbols now parsed as floats: +1 +1.0 +1e8 0x10 and so on.
  
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :





More information about the Pd-cvs mailing list