Dia ChangeLog report for Sat Apr 19 07:23:02 2003 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Sat Apr 19 07:23:02 2003 (UTC)
Date: Sat, 19 Apr 2003 09:27:55 +0200
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-04-17 09:23:25.000000000 +0200
+++ dia-cvs-snapshot/ChangeLog 2003-04-19 09:23:07.000000000 +0200
@@ -1,5 +1,31 @@
+2003-04-18 Lars Clausen <lrclause@cs.uiuc.edu>
+
+ * lib/orth_conn.h:
+ * lib/orth_conn.c: Function to set autorouting on/off, use
+ autorouting in move_handle (turns off when a middle handle is
+ moved), added to standard orthconn props.
+
+ * app/disp_callbacks.c (create_object_menu, popup_object_menu):
+ Stopped signal emission for check menu items being set to on/off.
+
+ * objects/standard/zigzagline.c: Added autorouting object menu item.
+
+ * lib/autoroute.c: Added last cases of autoroute layout, fixed
+ floating point comparison bug, cleaned up layouters, tweaked
+ badness to allow kinks.
+
2003-04-17 Lars Clausen <lrclause@cs.uiuc.edu>
+ * lib/connectionpoint.h: Changed DIR_* macros to go around the
+ clock.
+
+ * lib/orth_conn.[ch] (orthconn_set_points): New function to set all
+ points at once.
+ * objects/standard/zigzagline.c (zigzagline_move_handle): Removed
+ old cruft, added call to autoroute (currently cannot be turned
+ off). Need to check what undo thinks about this.
+ * lib/autoroute.[ch]: Fairly working simple layout.
+
* lib/Makefile.am (libdia_la_SOURCES): Added autoroute files.
* lib/autoroute.[ch]: Start of proper autorouting functionality.