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

gEDA-cvs: CVS update: ChangeLog



  User: pcjc2   
  Date: 07/03/26 15:16:11

  Modified:    .        Tag: noscreen ChangeLog
  Log:
  Pass OBJECT instead of derived type into world_get_..._bounds().
  
  Modifed objects to include the drawn line width  when calculating bounds. 
  
  Set OBJECT->line_width to {NET|BUS|PIN}_WIDTH as appropriate in o_{net|bus|pin}_add().
  
  Replaced copied code in world_get_{net|pin|bus}_bounds() with calls to world_get_line_bounds().
  
  Added call to o_recalc_single_object() in o_set_line_options() to keep line width up-to-date with 
  
  editing.
  
  
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.366.2.22 +11 -0     eda/geda/gaf/libgeda/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
  retrieving revision 1.366.2.21
  retrieving revision 1.366.2.22
  diff -u -b -r1.366.2.21 -r1.366.2.22
  --- ChangeLog	26 Mar 2007 19:13:13 -0000	1.366.2.21
  +++ ChangeLog	26 Mar 2007 19:16:11 -0000	1.366.2.22
  @@ -1,4 +1,15 @@
   2007-03-26 Peter Clifton <pcjc2@xxxxxxxxx>
  +
  +	* include/prototype.h, src/o_arc_basic.c, src/o_basic.c, src/o_box_basic.c,
  +	  src/o_bus_basic.c, src/o_circle_basic.c, src/o_line_basic.c,
  +	  src/o_net_basic.c, src/o_picture.c, src/o_pin_basic.c: Pass OBJECT instead
  +	  of derived type into world_get_..._bounds(). Modifed objects to include
  +	  the drawn line width when calculating bounds. Set OBJECT->line_width to
  +	  {NET|BUS|PIN}_WIDTH as appropriate in o_{net|bus|pin}_add(). Replaced
  +	  copied code in world_get_{net|pin|bus}_bounds() with calls to
  +	  world_get_line_bounds(). Added call to o_recalc_single_object() in
  +	  o_set_line_options() to keep line width up-to-date with editing.
  +
   	* libgeda/include/struct.h, src/s_toplevel.c: Added variables
   	  to support (select-slack-pixels #) rc keyword.
   
  
  
  


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