Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10136
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.58 retrieving revision 1.1.2.28.2.59 diff -C2 -d -r1.1.2.28.2.58 -r1.1.2.28.2.59 *** TODO 12 Aug 2007 01:51:23 -0000 1.1.2.28.2.58 --- TODO 12 Aug 2007 18:28:52 -0000 1.1.2.28.2.59 *************** *** 9,12 **** --- 9,13 ---- ------------------8<--------cut-here--------8<------------------
+ [c] Save Changes? Save Changes? Save Changes? Save Changes? Save Changes? Save Changes? Save Changes? Save Changes? Save Changes? [s] canvas_resortinlets confuses wire upload [s] should do canvas_resortinlets after moving objects *************** *** 15,20 **** [s] make t_hash thread-safe (use external iterator) [s] take advantage of the support for zero-size arrays in gcc. - [s] [pack] type limitation - [s] [unpack] type limitation [s] writesf_free has deadlock. (assigned to Sylvain) [b] look into race conditions and locking --- 16,19 ---- *************** *** 26,29 **** --- 25,29 ---- [c] undo subpatch [c] numbox: is_log + [c] change the order of the fields in Properties if it makes things more logical than the order of fields of savefn [c] [hradio] : chg -> is_log [c] [vu] props : scale should appear instead of is_log *************** *** 32,36 **** [s] update s_audio.c to support any number of devices (not just max 4) [s] look for new bugs involving %*s added around 2007.06.28 - [c] problem using Ctrl+x [c] new way to do View get_canvas [b] too much duplication of inlets vs outlets --- 32,35 ---- *************** *** 290,294 **** currently have selected. if you select multiple wires, it reports whats going through multiple wires. [b] you need a way to see cpu usage on individual objects or on patchers or on groups of selected objects ! [c] objectbox history: also store the most recently typed text; see whether ddrc should have a history count entry; think about saving history; matju thought that it could be turned into a dynamic button bar that you can drag from. [?] send to front, send to back --- 289,293 ---- currently have selected. if you select multiple wires, it reports whats going through multiple wires. [b] you need a way to see cpu usage on individual objects or on patchers or on groups of selected objects ! [c] objectbox history: see whether ddrc should have a history count entry; think about saving history; matju thought that it could be turned into a dynamic button bar that you can drag from. [?] send to front, send to back *************** *** 310,315 ****
Marius Schebella: ! I have a small keyboard shortcut wish: change between "entering mode" and ! "selected mode" with boxes. when I create a new object/message... then it would be nice to have a shortcut that switches from the mode, where the cursor is in the box to the --- 309,313 ----
Marius Schebella: ! I have a small keyboard shortcut wish: change between "entering mode" and "selected mode" with boxes. when I create a new object/message... then it would be nice to have a shortcut that switches from the mode, where the cursor is in the box to the *************** *** 361,365 **** eu: euskara [ ] Ibon Rodriguez Garcia (Enrike Hurtado) cn: chinese [ ] Chun Lee ! jp: nihongo [ ] ... Kentaro Fukuchi tu: türkçe [ ] ... Koray Tahiroglu sv: svenska [ ] ... Daniel Skoglund (NOT FOUND) --- 359,363 ---- eu: euskara [ ] Ibon Rodriguez Garcia (Enrike Hurtado) cn: chinese [ ] Chun Lee ! jp: nihongo [ ] Kentaro Fukuchi tu: türkçe [ ] ... Koray Tahiroglu sv: svenska [ ] ... Daniel Skoglund (NOT FOUND) *************** *** 401,407 **** 3. times (tclx)
- <ijchain> <mjanssen> matju for roll your own, recording the output of an adaptation of: - <ijchain> <mjanssen> bind $w $b +[list puts "Event $b on $w. %%'s %# %a ... other substitutions here"] - <matju> is there a wrapper for libagg for tcl? AGG of antigrain.com <ijchain> <kbk> don't know of one, but SWIG, Critcl, or ffidl might plug the gap --- 399,402 ---- *************** *** 409,418 **** [initbang] & [closebang]: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1544041...
- there is almost[1] no way to prepend "send" to "list a b c" with - native objects...: the result will most likely be "send a b c" which - will become "a b c" after [netreceive] (actually after [netsend]) which - is not "list a b c". - -- Johannes, june 19 - [s] Ed Kelly morph_2016@yahoo.co.uk reports that ALSA 24-bit output does not work?
--- 404,407 ----
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.37 retrieving revision 1.1.4.11.2.38 diff -C2 -d -r1.1.4.11.2.37 -r1.1.4.11.2.38 *** ChangeLog 12 Aug 2007 08:13:26 -0000 1.1.4.11.2.37 --- ChangeLog 12 Aug 2007 18:28:52 -0000 1.1.4.11.2.38 *************** *** 1,5 **** $Id$
! DesireData 2007.08.11 :
* added more Bokmål translations from Gisle Frøysland --- 1,5 ---- $Id$
! DesireData 2007.08.13 :
* added more Bokmål translations from Gisle Frøysland *************** *** 8,13 **** * Appearance settings can be applied at run time * new object/wire indexing system (diff-friendly) ! * Added Macro class in the client * [select] has as many inlets as it has arguments * Added [macro] so that a macro can be played back in a patch using messagebox * Added [clipboard] to pull the content of system clipboard --- 8,14 ---- * Appearance settings can be applied at run time * new object/wire indexing system (diff-friendly) ! * Added keyboard/mouse macro recording, playback, and copy (to clipboard) * [select] has as many inlets as it has arguments + * added Japanese locale from Kentaro Fukuchi * Added [macro] so that a macro can be played back in a patch using messagebox * Added [clipboard] to pull the content of system clipboard