Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13148
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.57 retrieving revision 1.1.2.28.2.58 diff -C2 -d -r1.1.2.28.2.57 -r1.1.2.28.2.58 *** TODO 4 Aug 2007 04:10:02 -0000 1.1.2.28.2.57 --- TODO 12 Aug 2007 01:51:23 -0000 1.1.2.28.2.58 *************** *** 9,12 **** --- 9,14 ---- ------------------8<--------cut-here--------8<------------------
+ [s] canvas_resortinlets confuses wire upload + [s] should do canvas_resortinlets after moving objects [c] split View into several classes [s] extraneous space at end of binbuf_gettext *************** *** 23,27 **** [c] atomic undo [c] undo subpatch - [c] slider: is_log [c] numbox: is_log [c] [hradio] : chg -> is_log --- 25,28 ---- *************** *** 79,82 **** --- 80,84 ---- [ ] tidy_up/snap to grid [ ] cleaner parsing of [expr]... remove int type because it causes e.g. [expr 8.0 / 10.0] = 0 but [expr 8.0/10.0] = 0.8 + [ ] how does [declare -stdpath] work? this is a mystery. can't get it to work in pd 0.40.
[ ] PureUnity
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.35 retrieving revision 1.1.4.11.2.36 diff -C2 -d -r1.1.4.11.2.35 -r1.1.4.11.2.36 *** ChangeLog 5 Aug 2007 15:44:12 -0000 1.1.4.11.2.35 --- ChangeLog 12 Aug 2007 01:51:23 -0000 1.1.4.11.2.36 *************** *** 1,13 **** $Id$
! DesireData 2007.08.07 :
* added more Bokmål translations from Gisle Frøysland ! * added Class History to unify command history for Listener/Runcommand/TextBox * KeyboardDialog clean up, added font selector for console and virtual keyboard ! * Appearance settings can be applied in run time ! * ! * ! * * * --- 1,13 ---- $Id$
! DesireData 2007.08.11 :
* added more Bokmål translations from Gisle Frøysland ! * added History class to unify command history for Listener/Runcommand/TextBox * KeyboardDialog clean up, added font selector for console and virtual keyboard ! * Appearance settings can be applied at run time ! * new object/wire indexing system (diff-friendly) ! * Macros ! * [select] has as many inlets as it has arguments * *