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

gEDA-cvs: CVS update: i_vars.h



  User: pcjc2   
  Date: 07/02/11 18:58:44

  Modified:    .        Tag: noscreen i_vars.h prototype.h x_compselect.h
                        x_pagesel.h
  Log:
  Sync with trunc
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.38.2.1  +1 -0      eda/geda/gaf/gschem/include/i_vars.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: i_vars.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/i_vars.h,v
  retrieving revision 1.38
  retrieving revision 1.38.2.1
  diff -u -b -r1.38 -r1.38.2.1
  --- i_vars.h	3 Dec 2006 02:27:12 -0000	1.38
  +++ i_vars.h	11 Feb 2007 23:58:44 -0000	1.38.2.1
  @@ -3,6 +3,7 @@
   extern int default_text_color;
   extern int default_text_size;
   extern int default_text_caps;
  +extern float default_postscript_font_scale;
   extern int default_attribute_color;
   extern int default_detachattr_color;
   extern int default_net_color;
  
  
  
  1.153.2.6 +6 -44     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.153.2.5
  retrieving revision 1.153.2.6
  diff -u -b -r1.153.2.5 -r1.153.2.6
  --- prototype.h	27 Dec 2006 20:18:18 -0000	1.153.2.5
  +++ prototype.h	11 Feb 2007 23:58:44 -0000	1.153.2.6
  @@ -1,4 +1,4 @@
  -/* $Id: prototype.h,v 1.153.2.5 2006/12/27 20:18:18 pcjc2 Exp $ */
  +/* $Id: prototype.h,v 1.153.2.6 2007/02/11 23:58:44 pcjc2 Exp $ */
   
   /* a_pan.c */
   void a_pan_general(TOPLEVEL *w_current, double world_cx, double world_cy, 
  @@ -222,6 +222,7 @@
   SCM g_rc_embed_components(SCM mode);
   SCM g_rc_text_size(SCM size);
   SCM g_rc_text_caps_style(SCM mode);
  +SCM g_rc_postscript_font_scale(SCM scale);
   SCM g_rc_snap_size(SCM size);
   SCM g_rc_logging_destination(SCM mode);
   SCM g_rc_default_series_name(SCM name);
  @@ -641,8 +642,6 @@
   void o_unlock(TOPLEVEL *w_current);
   void o_rotate_90_world(TOPLEVEL *w_current, GList *list, 
   		 int centerx, int centery);
  -void o_embed(TOPLEVEL *w_current, OBJECT *o_current);
  -void o_unembed(TOPLEVEL *w_current, OBJECT *o_current);
   void o_mirror_world(TOPLEVEL *w_current, GList *list, int centerx, int centery);
   void o_edit_show_hidden_lowlevel(TOPLEVEL *w_current, OBJECT *o_list);
   void o_edit_show_hidden(TOPLEVEL *w_current, OBJECT *o_list);
  @@ -676,8 +675,6 @@
   /* o_picture.c */
   void o_picture_start(TOPLEVEL *w_current, int x, int y);
   void o_picture_end(TOPLEVEL *w_current, int x, int y);
  -void picture_selection_ok (GtkWidget *widget, TOPLEVEL *w_current);
  -void picture_selection_cancel (GtkWidget *widget, TOPLEVEL *w_current);
   void picture_selection_dialog (TOPLEVEL *w_current);
   void o_picture_eraserubber(TOPLEVEL *w_current);
   void o_picture_rubberbox_xor(TOPLEVEL *w_current);
  @@ -686,8 +683,8 @@
   void o_picture_draw_grips(TOPLEVEL *w_current, OBJECT *o_current);
   void o_picture_erase_grips(TOPLEVEL *w_current, OBJECT *o_current);
   void o_picture_erase(TOPLEVEL *w_current, OBJECT *o_current);
  -void o_picture_draw_xor(TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current);void picture_change_selection_cancel (GtkWidget *widget, TOPLEVEL *w_current);
  -void picture_change_selection_ok (GtkWidget *widget, TOPLEVEL *w_current);
  +void o_picture_draw_xor(TOPLEVEL *w_current, int dx, int dy, OBJECT *o_current);
  +void o_picture_exchange(TOPLEVEL *w_current, GdkPixbuf *pixbuf, const gchar *filename);
   void picture_change_filename_dialog (TOPLEVEL *w_current);
   
   /* o_pin.c */
  @@ -744,6 +741,8 @@
   void attrib_edit_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void attrib_edit_dialog_delete(GtkWidget *w, TOPLEVEL *w_current);
   void attrib_edit_dialog(TOPLEVEL *w_current, OBJECT *list, int flag);
  +/* x_autonumber.c */
  +void autonumber_text_dialog(TOPLEVEL *w_current);
   /* x_basic.c */
   void x_repaint_background(TOPLEVEL *w_current);
   void x_hscrollbar_set_ranges(TOPLEVEL *w_current);
  @@ -763,42 +762,19 @@
   int text_view_calculate_real_tab_width(GtkTextView *textview, int tab_size);
   void select_all_text_in_textview(GtkTextView *textview);
   void destroy_window(GtkWidget *widget, GtkWidget **window);
  -int text_input_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
   void text_input_dialog_apply(GtkWidget *w, TOPLEVEL *w_current);
  -void text_input_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
   void text_input_dialog(TOPLEVEL *w_current);
   gint change_alignment(GtkWidget *w, TOPLEVEL *w_current);
  -int text_edit_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
   void text_edit_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void text_edit_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void text_edit_dialog(TOPLEVEL *w_current, char *string, int text_size, int text_alignment);
   void line_type_dialog(TOPLEVEL *w_current, GList *objects);
   void fill_type_dialog(TOPLEVEL *w_current, GList *objects);
  -int arc_angles_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void arc_angles_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void arc_angles_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void arc_angle_dialog(TOPLEVEL *w_current);
  -int translate_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void translate_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void translate_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void translate_dialog(TOPLEVEL *w_current);
  -int text_size_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void text_size_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void text_size_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void text_size_dialog(TOPLEVEL *w_current);
  -int snap_size_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void snap_size_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void snap_size_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void snap_size_dialog(TOPLEVEL *w_current);
  -int slot_edit_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void slot_edit_dialog_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void slot_edit_dialog_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void slot_edit_dialog(TOPLEVEL *w_current, char *string);
  -int about_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void about_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
   void about_dialog(TOPLEVEL *w_current);
  -int coord_dialog_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void coord_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
   void coord_display_update(TOPLEVEL *w_current, int x, int y);
   void coord_dialog(TOPLEVEL *w_current, int x, int y);
   gint color_set(GtkWidget *w, gpointer data);
  @@ -807,8 +783,6 @@
   void color_edit_dialog_close(GtkWidget *w, TOPLEVEL *w_current);
   void color_edit_dialog_apply(GtkWidget *w, TOPLEVEL *w_current);
   void color_edit_dialog(TOPLEVEL *w_current);
  -int x_dialog_hotkeys_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void x_dialog_hotkeys_close(GtkWidget *w, TOPLEVEL *w_current);
   void x_dialog_hotkeys_free_all(void);
   void x_dialog_hotkeys_fill(char *string);
   void x_dialog_hotkeys(TOPLEVEL *w_current);
  @@ -820,19 +794,9 @@
   
   void generic_text_input_ok(GtkWidget *w, TOPLEVEL *w_current);
   void generic_text_input_dialog(TOPLEVEL *w_current);
  -int find_text_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void find_text_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void find_text_done(GtkWidget *w, TOPLEVEL *w_current);
   void find_text_dialog(TOPLEVEL *w_current);
  -int hide_text_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -void hide_text_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void hide_text_done(GtkWidget *w, TOPLEVEL *w_current);
   void hide_text_dialog(TOPLEVEL *w_current);
  -int show_text_keypress(GtkWidget *widget, GdkEventKey *event, TOPLEVEL *w_current);
  -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);
  -void autonumber_text_dialog(TOPLEVEL *w_current);
   void major_changed_dialog(TOPLEVEL* w_current);
   void x_dialog_close_changed_page (TOPLEVEL *toplevel, PAGE *page);
   gboolean x_dialog_close_window (TOPLEVEL *toplevel);
  @@ -894,8 +858,6 @@
   /* x_print.c */
   void x_print_setup(TOPLEVEL *w_current, char *filename);
   /* x_script.c */
  -void script_selection_ok(GtkWidget *w, TOPLEVEL *w_current);
  -void script_selection_cancel(GtkWidget *w, TOPLEVEL *w_current);
   void setup_script_selector(TOPLEVEL *w_current);
   /* x_stroke.c */
   void x_stroke_add_point(TOPLEVEL *w_current, int x, int y);
  
  
  
  1.2.6.1   +1 -1      eda/geda/gaf/gschem/include/x_compselect.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_compselect.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/x_compselect.h,v
  retrieving revision 1.2
  retrieving revision 1.2.6.1
  diff -u -b -r1.2 -r1.2.6.1
  --- x_compselect.h	4 Oct 2006 20:30:39 -0000	1.2
  +++ x_compselect.h	11 Feb 2007 23:58:44 -0000	1.2.6.1
  @@ -29,7 +29,7 @@
   typedef enum {
     COMPSELECT_BEHAVIOR_REFERENCE,
     COMPSELECT_BEHAVIOR_EMBED,
  -  COMPSELECT_BEHAVIOR_INCLUDE,
  +  COMPSELECT_BEHAVIOR_INCLUDE
   } CompselectBehavior;
   
   
  
  
  
  1.1.6.1   +1 -1      eda/geda/gaf/gschem/include/x_pagesel.h
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_pagesel.h
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/include/x_pagesel.h,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -b -r1.1 -r1.1.6.1
  --- x_pagesel.h	11 Feb 2005 21:48:57 -0000	1.1
  +++ x_pagesel.h	11 Feb 2007 23:58:44 -0000	1.1.6.1
  @@ -21,7 +21,7 @@
   
   typedef enum {
     PAGESEL_RESPONSE_CLOSE  = 1,
  -  PAGESEL_RESPONSE_UPDATE = 2,
  +  PAGESEL_RESPONSE_UPDATE = 2
   } PageselResponseType;
   
   
  
  
  


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