[PD-cvs] pd/src ChangeLog, 1.1.4.11.2.12, 1.1.4.11.2.13 TODO, 1.1.2.28.2.29, 1.1.2.28.2.30

Mathieu Bouchard matju at users.sourceforge.net
Tue Jan 9 17:57:29 CET 2007


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

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.29
retrieving revision 1.1.2.28.2.30
diff -C2 -d -r1.1.2.28.2.29 -r1.1.2.28.2.30
*** TODO	9 Jan 2007 11:56:47 -0000	1.1.2.28.2.29
--- TODO	9 Jan 2007 16:57:27 -0000	1.1.2.28.2.30
***************
*** 27,30 ****
--- 27,34 ----
  [ ] graphical array rendering optimization
  [x] firefox style find bar + Breadth-first search
+ [ ] fix double delete of [pd].
+ [ ] added "version 2" syntax parser (optional), which has nested lists,
+     extended quoting, extended float syntax
+     (some ex-symbols now parsed as floats: +1 +1.0 +1e8 0x10 and so on.)
      [x] add "info" display if no result returned
      [x] fix infinite loop if no result returned
***************
*** 34,37 ****
--- 38,42 ----
  [x] after ctrl+1 focus gets lost if click on the ObjectBox
  [x] ctrl+c brok for GUI objects
+ 
  ---------------------------------------------------------------- 0.40.pre7-...
  
***************
*** 41,44 ****
--- 46,51 ----
   then without moving the mouse, release the mouse button :(
  
+ [ ] MIDI loopback pseudo-device (inside pd)
+ [ ] audio loopback pseudo-device (inside pd)
  [ ] use vector doubling in binbuf_add,binbuf_addv...
  [ ] variable width font usable in ObjectBoxes and MessageBoxes and Comments.
***************
*** 102,105 ****
--- 109,113 ----
  [ ] actually implement freeing objects
  [ ] implement a mark-and-sweep in order to find leaks... (?)
+ [ ] rewrite [image], [display], [knob], [grid], [popup], ...
  
  [ ] make a statistical profiler for Tcl, if possible
***************
*** 151,155 ****
  [ ] multilingual comments
  [ ] what would be needed to be able to use gdb --pid=... ?
! 
  [ ] Vincent Lordier suggests trying:
      [ ] Doxygen's callgraphs
--- 159,163 ----
  [ ] multilingual comments
  [ ] what would be needed to be able to use gdb --pid=... ?
! [ ] set tk::mac::CGAntialiasLimit 2
  [ ] Vincent Lordier suggests trying:
      [ ] Doxygen's callgraphs

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.12
retrieving revision 1.1.4.11.2.13
diff -C2 -d -r1.1.4.11.2.12 -r1.1.4.11.2.13
*** ChangeLog	3 Jan 2007 02:33:35 -0000	1.1.4.11.2.12
--- ChangeLog	9 Jan 2007 16:57:27 -0000	1.1.4.11.2.13
***************
*** 1,16 ****
  $Id$
  
! 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.
   * auto show/hide scrollbars
!  * menu bar can be disabled 
   * new Find widget (FireFox style)
!  * subpatcherize implemented 
! 	
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
  
--- 1,17 ----
  $Id$
  
! Desire 0.40.pre6 (2006.01.06) (-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
!  * added gensym2 (support for NUL in symbols)
!  * most of the code now uses C++,PD_PLUSPLUS_FACE,class_new2,etc
   * auto show/hide scrollbars
!  * menu bar can be disabled
   * new Find widget (FireFox style)
!  * implemented "subpatcherize" (turn a selection into a subpatch)
!  * PureUnity is now part of the DesireData project (but is designed to
!    run also on Miller's 0.40).
! 
  Desire 0.40.pre5 (2006.12.19) (-r desiredata; ./configure && make) :
  





More information about the Pd-cvs mailing list