Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8666
Modified Files: Tag: devel_0_39 TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -C2 -d -r1.1.2.8 -r1.1.2.9 *** TODO 14 Jun 2006 20:21:38 -0000 1.1.2.8 --- TODO 19 Jun 2006 05:03:09 -0000 1.1.2.9 *************** *** 1,3 **** --- 1,4 ---- DesireData's TODO list, $Id$ + .---------------------------. | Task assignment notation: | *************** *** 13,28 **** [m] fix GDB connection problem [m] fix test.pd [bng] segfault problem
server:
! [] dirty_list (so that the draw methods at the client knows which part of the object to draw) ! [] messagebox ($1 = (struct _class *) 0x0) ! [] pd_upload optimisation ! [] differential upload engine ! [] file save
client:
! [] history undo/redo [h] font stuff [h] different wire types --- 14,48 ---- [m] fix GDB connection problem [m] fix test.pd [bng] segfault problem + [ ] protect the receive-pointer code (m_binbuf.c) using a t_hash + [ ] fix delete + [ ] fix messagebox + + chun when creating a object, it goes like this: + chun <- .x8241d70 text_setto !x8241f40 116; + chun -> x8241f40 delete + chun -> update_object x8242048 {#X obj 94 95 t;} 1 2 + chun in which the client will init the corresponded object class and then call the drawing methods + chun however, with a subpatch, it goes like this: + chun <- .x8241db0 text_setto !x8241f80 112 100 32 112 111 111; + chun -> x8241f80 delete + chun -> update_object x82422e0 {#N canvas 0 0 450 300 poo 0;} 0 0 + chun in which the objectbox x8241f80 will be deleted + chun and then a new canvas is created + chun but, there is no corresponded code to draw th object box that belongs to that canvas + + =======
server:
! [m] dirty_list (so that the draw methods at the client knows which part of the object to draw) ! [m] messagebox ($1 = (struct _class *) 0x0) ! [m] pd_upload optimisation ! [m] differential upload engine ! [m] file save ! [m] bang counter
client:
! [m] history undo/redo [h] font stuff [h] different wire types *************** *** 32,36 **** [h] Path... dialog
- LATER:
--- 52,55 ----