Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8039
Modified Files: Tag: desiredata TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.40 retrieving revision 1.1.2.28.2.41 diff -C2 -d -r1.1.2.28.2.40 -r1.1.2.28.2.41 *** TODO 15 Feb 2007 00:54:29 -0000 1.1.2.28.2.40 --- TODO 28 Jun 2007 01:33:21 -0000 1.1.2.28.2.41 *************** *** 313,316 **** --- 313,321 ---- Command-m to minimize the window (this currently brings up the "send message" dialogue box)
+ [ ] Claude: + Sending a message to vline~ creates a t_vseg, which are stored in a + sorted linear linked list, which means the time taken to add each new + line segment would be O(n), where n is the number of existing line segments. + Marius Schebella: I have a small keyboard shortcut wish: change between "entering mode" and *************** *** 341,344 **** --- 346,358 ---- there's a [wrap~] but no [wrap]. there's a [>] but no [>~] (without externals). -- matju
+ dmotd about converting patches to postscript: + "the internal pd postscript printer grabs the viewable canvas size, + this would need to change to encompass the virtual limits of the patch. + tcl/tk's 'canvas postscript' command takes the -width -height flags, + so making it the virtual bounds is trivial. this works for snapshotting + canvas bounds: sys_vgui("set cnv_bbox [.x%x.c bbox all] \n .x%x.c + postscript -file /tmp/canvas.ps -width [lindex $cnv_bbox 2] -height + [lindex $cnv_bbox 3] \n ", canvas, canvas); + ------------------8<--------cut-here--------8<------------------
*************** *** 495,496 **** --- 509,527 ---- 76355783 ::change 112779492 ::poll_sock + + + <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? + <matju> AGG of antigrain.com + <ijchain> <kbk> don't know of one, but SWIG, Critcl, or ffidl might plug the gap + + [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 +