[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: prototype.h



  User: werner  
  Date: 06/11/06 14:16:43

  Modified:    .        Tag: autonumber prototype.h
  Log:
  	* src/o_misc.c, src/x_dialog.c, src/x_autonumber.c: moved all 
  
  	  autonumber related code to x_autonumber.c
  
  	  applied patch (#1589430) from Tomaz Solz
  
  
  
  	* bitmap/: added bitmaps for the autonumber dialog
  
  
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.148.4.1 +1 -11     eda/geda/gaf/gschem/include/prototype.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: prototype.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/prototype.h,v
  retrieving revision 1.148
  retrieving revision 1.148.4.1
  diff -u -b -r1.148 -r1.148.4.1
  --- prototype.h	21 Oct 2006 13:56:23 -0000	1.148
  +++ prototype.h	6 Nov 2006 19:16:43 -0000	1.148.4.1
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.148 2006/10/21 13:56:23 cnieves Exp $ */
  +/* $Id: prototype.h,v 1.148.4.1 2006/11/06 19:16:43 werner Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -640,13 +640,6 @@
   void o_edit_show_hidden(TOPLEVEL *w_current, OBJECT *o_list);
   void o_edit_make_visible(TOPLEVEL *w_current, OBJECT *o_list);
   int o_edit_find_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext, int descend, int skip);
  -int autonumber_sort_numbers(gconstpointer a, gconstpointer b);
  -int autonumber_sort_xy(gconstpointer a, gconstpointer b);
  -int autonumber_sort_yx(gconstpointer a, gconstpointer b);
  -int autonumber_sort_diagonal(gconstpointer a, gconstpointer b);
  -void autonumber_find(TOPLEVEL * w_current, OBJECT * o_list, char *stext, GSList ** used_numbers, int skip);
  -void autonumber_text(TOPLEVEL *w_current, char *stext, GSList **used, int *currentnumber, int unnumbered, int searchfocus, int sortorder);
  -void o_edit_autonumber_text(TOPLEVEL * w_current, char * searchtext, int startnumber_i,int searchfocus, int unnumbered, int sortorder);
   void o_edit_hide_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
   void o_edit_show_specific_text(TOPLEVEL *w_current, OBJECT *o_list, char *stext);
   void o_update_component(TOPLEVEL *w_current, OBJECT *o_current);
  @@ -830,9 +823,6 @@
   void show_text_ok(GtkWidget *w, TOPLEVEL *w_current);
   void show_text_done(GtkWidget *w, TOPLEVEL *w_current);
   void show_text_dialog(TOPLEVEL *w_current);
  -int autonumber_text_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void autonumber_text_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void autonumber_text_done(GtkWidget *w, TOPLEVEL *w_current);
   void autonumber_text_dialog(TOPLEVEL *w_current);
   void major_changed_dialog(TOPLEVEL* w_current);
   void x_dialog_close_changed_page (TOPLEVEL *toplevel, PAGE *page);
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs