[PD-cvs] externals/unauthorized/playlist CHANGES.LOG, 1.5, 1.6 playlist.c, 1.12, 1.13

Yves Degoyon sevyves at users.sourceforge.net
Wed Jul 26 18:52:03 CEST 2006


Update of /cvsroot/pure-data/externals/unauthorized/playlist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6514

Modified Files:
	CHANGES.LOG playlist.c 
Log Message:
fixed coordinates for GOP

Index: CHANGES.LOG
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/playlist/CHANGES.LOG,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CHANGES.LOG	16 Nov 2005 16:57:46 -0000	1.5
--- CHANGES.LOG	26 Jul 2006 16:52:01 -0000	1.6
***************
*** 1,2 ****
--- 1,4 ----
+ 0.12
+   fixed coordinates for GOP support
  0.11
    added option to hide the graphic parts ( embedded list )

Index: playlist.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/playlist/playlist.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** playlist.c	24 Jun 2006 12:45:49 -0000	1.12
--- playlist.c	26 Jul 2006 16:52:01 -0000	1.13
***************
*** 56,60 ****
  static int guidebug=0;
  
! static char   *playlist_version = "playlist: 1 click file chooser : version 0.11, written by Yves Degoyon (ydegoyon at free.fr)";
  
  #define MAX_DIR_LENGTH 2048 // maximum length for a directory name
--- 56,60 ----
  static int guidebug=0;
  
! static char   *playlist_version = "playlist: 1 click file chooser : version 0.12, written by Yves Degoyon (ydegoyon at free.fr)";
  
  #define MAX_DIR_LENGTH 2048 // maximum length for a directory name
***************
*** 404,408 ****
     // post( "saving playlist : %s", x->x_extension );
     binbuf_addv(b, "ssiissiisssss", gensym("#X"), gensym("obj"),
! 		(t_int)text_xpix(&x->x_obj, x->x_glist), (t_int)text_ypix(&x->x_obj, x->x_glist),
  		gensym("playlist"), gensym(x->x_extension), x->x_width, x->x_height,
                  gensym(x->x_font), gensym(x->x_bgcolor), gensym(x->x_sbcolor), 
--- 404,408 ----
     // post( "saving playlist : %s", x->x_extension );
     binbuf_addv(b, "ssiissiisssss", gensym("#X"), gensym("obj"),
! 		(t_int)x->x_obj.te_xpix, (t_int)x->x_obj.te_ypix,
  		gensym("playlist"), gensym(x->x_extension), x->x_width, x->x_height,
                  gensym(x->x_font), gensym(x->x_bgcolor), gensym(x->x_sbcolor), 





More information about the Pd-cvs mailing list