Dia ChangeLog report for Thu Jan 30 08:23:01 2003 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Thu Jan 30 08:23:01 2003 (UTC)
Date: Thu, 30 Jan 2003 09:25:58 +0100
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-01-29 09:24:04.000000000 +0100
+++ dia-cvs-snapshot/ChangeLog 2003-01-30 09:23:10.000000000 +0100
@@ -1,3 +1,20 @@
+2003-01-29 Lars Clausen <lrclause@cs.uiuc.edu>
+
+ * app/lineprops_area.c (dia_arrow_chooser_new): Use menudesc list
+ to generate arrowheads as well as tooltips.
+
+ * lib/arrows.c: Added hollow diamond to menudesc list.
+
+ * lib/arrows.[ch]:
+ * lib/widgets.[ch]: Moved arrow name list into arrows.[ch] to
+ unify with rendered menu.
+
+ * lib/diarenderer.c (draw_line_with_arrows)
+ (draw_polyline_with_arrows, draw_arc_with_arrows)
+ (draw_bezier_with_arrows): Fixed linestyle change bug (#104488)
+ without changing renderer API. Thanks to David Scherba for
+ providing inspiration.
+
2003-01-28 Lars Clausen <lrclause@cs.uiuc.edu>
* app/interface.c (create_display_shell):
@@ -5,10 +22,6 @@
<hfiguiere@teaser.fr>: Better types for menu bar widgets, and
correct menu items.
- * lib/diarenderer.h (struct _DiaRendererClass): New renderer
- functions save_context() and restore_context() to handle local
- changes of line attributes and similar.
-
2003-01-26 Lars Clausen <lrclause@cs.uiuc.edu>
* app/defaults.c (defaults_show): Fixed defaults closing bug.