[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/04/17 16:19:15
Modified: . ChangeLog configure.ac.in
Log:
Merge changes from noscreen branch
Revision Changes Path
1.649 +73 -0 eda/geda/gaf/gschem/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/ChangeLog,v
retrieving revision 1.648
retrieving revision 1.649
diff -u -b -r1.648 -r1.649
--- ChangeLog 16 Apr 2007 02:55:35 -0000 1.648
+++ ChangeLog 17 Apr 2007 20:19:14 -0000 1.649
@@ -1,3 +1,76 @@
+2007-04-17 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ Merge changes from noscreen branch
+
+ 2007-04-12 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/g_hook.h: Fixed up documentation in to reflect the current code.
+ Removed doc reference to world_get_complex_bounds(), which is not used.
+
+
+ 2007-04-06 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_select.c: Fixed selection box testing which had some <= and =>
+ tests reversed during screen->world coordinate switching. The swap
+ was incorrect, as "top" and "bottom" should actually be named "y_min"
+ and "y_max". The nameing is wrong in the world coordinate system.
+
+ 2007-04-02 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_attrib.c, src/o_buffer.c: Fix for paste-buffer operation,
+ and for placing top-level attributes. Calls to world_get_complex_bounds()
+ were incorrect, and needed replacing with world_get_object_list_bounds().
+
+ 2007-03-27 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/i_vars.c: Fixed copy-paste typo which over-wrote mousepan_gain
+ instead of select_slack_pixels.
+
+ 2007-03-26 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_text.c: Removed unused variables left in o_text_draw_rectangle()
+
+ * src/o_box.c, src/o_circle.c, src/o_picture.c: Pass OBJECT instead
+ of derived type into world_get_..._bounds().
+
+ * include/i_vars.h, include/prototype.h, lib/system-gschemrc.in,
+ src/g_rc.c, src/g_register.c, src/i_vars.c, src/o_find.c: Added
+ rc option (select-slack-pixels #) to control how near an object
+ we have to be in order to select it by clicking. Default is 4 pixels.
+
+ 2007-03-24 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_text.c: Modified text o_text_draw_rectangle() to use the
+ world bounds of the text, fixing the outline offset when the
+ text is aligned other than bottom, left.
+
+ * src/o_grips.c: Removed call to o_line_recalc() after o_net_modify()
+ in o_grips_end() since the recalc is done inside o_net_modify().
+
+ * src/o_misc.c: Add call to o_complex_recalc() in o_update_component()
+ to ensure bounds are correct after an embeded component is updated.
+
+ 2007-02-25 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_arc.c, src/o_basic.c, src/o_box.c, src/o_bus.c,
+ src/o_circle.c, src/o_complex.c, src/o_line.c, src/o_net.c,
+ src/o_picture.c, src/o_pin.c, src/o_text.c: Remove calls
+ to o_..._recalc() or equivelant from drawing routines.
+
+ * src/a_zoom.c: Changed call to world_get_complex_bounds()
+ to world_get_object_list_bounds(), and added logic to
+ stop the zoom-extents operation if the object list
+ evaluated has no bounds (e.g. object list just has hidden
+ attributes).
+
+ * src/o_basic.c, src/o_complex.c, src/o_find.c,
+ src/o_move.c, src/o_select.c, src/o_text.c:
+ Switched over to caching world rather than screen coordinates
+
+ * src/g_hook.c: Removed conditional update of screen coords
+ in g_set_attrib_text_properties, since o_text_recreate()
+ should be recalculating as necessary.
+
2007-04-15 Ales Hvezda <ahvezda@xxxxxxxxxxxxx>
* src/o_misc.c: Fixed memory leak in the update component code
1.7 +0 -0 eda/geda/gaf/gschem/configure.ac.in
(In the diff below, changes in quantity of whitespace are not shown.)
Index: configure.ac.in
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/configure.ac.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- configure.ac.in 24 Feb 2007 18:43:13 -0000 1.6
+++ configure.ac.in 17 Apr 2007 20:19:14 -0000 1.7
@@ -1,4 +1,4 @@
-# $Id: configure.ac.in,v 1.6 2007/02/24 18:43:13 pcjc2 Exp $
+# $Id: configure.ac.in,v 1.7 2007/04/17 20:19:14 pcjc2 Exp $
#
# Process this file with autoconf to produce a configure script.
AC_INIT
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs