[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/02/25 08:41:24
Modified: . Tag: noscreen ChangeLog
Log:
Switched over to caching world rather than screen coordinates.
Removed screen coordinates from object datastructures, and renamed
variables storing cached bounds with prefix w_ to differentiate their world
coord usage. Changed s_basic.c to initialise all these variables to zero.
Converted code using those variables to world coordinates as appropriate.
Revision Changes Path
No revision
No revision
1.366.2.15 +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.14
retrieving revision 1.366.2.15
diff -u -b -r1.366.2.14 -r1.366.2.15
--- ChangeLog 25 Feb 2007 13:36:58 -0000 1.366.2.14
+++ ChangeLog 25 Feb 2007 13:41:24 -0000 1.366.2.15
@@ -1,5 +1,16 @@
2007-02-25 Peter Clifton <pcjc2@xxxxxxxxx>
+ * include/prototype.h, src/o_arc_basic.c, src/o_box_basic.c,
+ src/o_bus_basic.c, src/o_circle_basic.c, src/o_complex_basic.c,
+ src/o_line_basic.c, src/o_net_basic.c, src/o_picture.c,
+ src/o_pin_basic.c, src/o_text_basic.c: Switched over to
+ caching world rather than screen coordinates
+
+ * include/struch.h, src/s_basic.c: Removed screen coordinates from
+ object datastructures, and renamed variables storing cached
+ bounds with prefix w_ to differentiate their world coord usage.
+ Changed s_basic.c to initialise all these variables to zero.
+
* src/o_text_basic.c: Added call to o_text_recalc() to
o_text_recreate(), since we should automatically keep
all cached coordiantes up to date.
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs