[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/02/24 13:43:13
Modified: . ChangeLog configure.ac.in
Log:
Merge changes to date from noscreen branch.
Revision Changes Path
1.635 +59 -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.634
retrieving revision 1.635
diff -u -b -r1.634 -r1.635
--- ChangeLog 24 Feb 2007 12:17:43 -0000 1.634
+++ ChangeLog 24 Feb 2007 18:43:13 -0000 1.635
@@ -1,3 +1,62 @@
+2007-02-24 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ Merge changes to date from noscreen branch.
+
+ 2007-02-24 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_box.c: Remove a copy-paste error which added an extra arguemnt
+ when calling (*fill_func). Result was drawing errors, and an infinite
+ loop when mesh filling.
+
+ 2007-02-12 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/x_dialog.c: Removed all calls to o_object_recalc()
+ now the data it calculates is no longer used.
+
+ * src/o_arc.c, src/o_box.c, src/o_bus.c, src/o_circle.c,
+ src/o_line.c, src/o_net.c, src/o_picture.c, src/o_pin.c,
+ src/o_select.c, src/o_text.c: Modified drawing routines
+ to calculate coordinates directly from object world coords.
+
+ * src/o_arc.c, src/o_box.c, src/o_circle.c, src/o_line.c,
+ src/o_picture.c: Modified grip drawing / undrawing code
+ to calculate coordinates directly from object world coords.
+
+ * include/prototype.h, src/o_grips.c: Changed to use world
+ coordinates internally for region checking.
+
+ * src/a_pan.c, src/i_callbacks.c, src/o_buffer.c, src/o_complex.c,
+ src/o_copy.c, src/o_move.c, src/x_attribedit.c, src/x_dialog.c,
+ src/x_event.c: Add manual grid-snapping after calls to
+ SCREENtoWORLD() where grid snapping would be required.
+ In preparation for removing grid snap from SCREENtoWORLD().
+
+ * src/x_event.c: Grid snap in x_event.c after converting to world
+ coords, rather than before. (The computation for grid snapping in
+ screen coords involves a conversion to world coords and back)
+
+ 2006-12-27 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * include/prototype.h, src/o_move.c: Modify o_move_end_lowlevel()
+ to not require screen coordinates as a parameter (which were
+ unused). Alter usage in o_move_end() as appropriate.
+
+ * src/o_text.c: Modify o_text_place_rotate() to use world
+ coordinates, and o_text_rotate_world internally.
+
+ * include/prototype.h, src/i_callbacks.c, src/o_complex.c,
+ src/o_misc.c, src/x_event.c: Made o_complex_rotate().
+ into o_complex_rotate_world(), made o_rotate_90() into
+ o_rotate_90_world(), and converted usage as appropriate.
+
+ * include/prototype.h, src/o_complex.c: Remove unused
+ function o_complex_mirror2()
+
+ * include/prototype.h, src/o_misc.c, src/o_complex.c,
+ src/i_callbacks.c, src/x_event.c: Made o_complex_mirror()
+ into o_complex_mirror_world(), made o_mirror() into
+ o_mirror_world(), and converted usage as appropriate.
+
2007-02-24 Werner Hoch <werner.ho@xxxxxx>
* x_dialog.c: removed unused functions generic_text_input*
1.6 +1 -1 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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- configure.ac.in 10 Feb 2007 21:54:04 -0000 1.5
+++ configure.ac.in 24 Feb 2007 18:43:13 -0000 1.6
@@ -1,4 +1,4 @@
-# $Id: configure.ac.in,v 1.5 2007/02/10 21:54:04 ahvezda Exp $
+# $Id: configure.ac.in,v 1.6 2007/02/24 18:43:13 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