Dia ChangeLog report for Sat Jan 18 08:23:02 2003 (UTC)
From: Dia ChangeLog Daemon <nemo chepelov org>
To: dia-list gnome org
Subject: Dia ChangeLog report for Sat Jan 18 08:23:02 2003 (UTC)
Date: Sat, 18 Jan 2003 09:25:53 +0100
Snapshots available at http://www.crans.org/~chepelov/dia/snapshots
*** Recent ChangeLog entries:
--- ChangeLog.previous 2003-01-16 09:23:38.000000000 +0100
+++ dia-cvs-snapshot/ChangeLog 2003-01-18 09:23:08.000000000 +0100
@@ -1,3 +1,17 @@
+2003-01-17 Lars Clausen <lrclause@cs.uiuc.edu>
+
+ * configure.in (HAVE_FREETYPE): Better test for freetype version
+ using neat macro.
+ Now actually sets HAVE_IEEEFP_H, needed for Solaris.
+
+ * lib/font.c: Renamed global_size_one to global_zoom_factor to
+ avoid confusion, and added comment. Set scale factor in
+ dia_font_build_layout to 1.0 for Unix side. This fixes at least
+ my weird scaling problems. Fonts are now of the expectable size,
+ i.e. the space between lines at size 1.0 is 1.0. If we want a
+ compatibility fix, we should scale fonts by about 1/0.75 from 0.90
+ diagrams, though there will always be differences.
+
2003-01-15 Lars Clausen <lrclause@cs.uiuc.edu>
* plug-ins/python/python-startup.py:
@@ -6,6 +20,8 @@
* plug-ins/python/python.c (dia_plugin_init): Added warning
message for missing startup file.
+ * lib/dialibartrenderer.c (draw_image): Alpha rendering! Yay!
+
* lib/dia_image.c (dia_image_rgb_data):
* app/diapsrenderer.c (draw_image): Fixed rowstride problems
involving EPS. Can't do transparency in EPS yet.