summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-08-10 02:31:51 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-08-10 02:31:51 +0000
commitbfd04045e5047cbe118b17b1aeb7572abded7643 (patch)
tree3413215e8646d3d9fb3e3efc1280b76f28e67547 /ChangeLog.pre-2-8
parent5c7cba18032c78e24eb7c09179c67280ca0ccaa6 (diff)
downloadgtk+-bfd04045e5047cbe118b17b1aeb7572abded7643.tar.gz
Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks to
2005-08-09 Owen Taylor <otaylor@redhat.com> * configure.in: Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks to use pkg-config as much as possible. * gdk/win32/gdkfont-win32.c (gdk_font_from_description_for_display): Make this return Arial always to avoid using PangoWin32FontMap. (X11 backend has always been returned "fixed" for a long time) * gdk/linux-fb/gdkdrawable-fb2.c: Remove draw_glyphs() implementations, fall through to the default implementation in terms of Cairo. * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_text): Use gdk_draw_glyphs() on the wrapper rather than gdk_fb_draw_glyphs()
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-815
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 71e335f835..fcd076355d 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,18 @@
+2005-08-09 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Strip out all Xft, FreeType, and pangoxft checking.
+ Rewrite X checks to use pkg-config as much as possible.
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description_for_display): Make
+ this return Arial always to avoid using PangoWin32FontMap. (X11 backend
+ has always been returned "fixed" for a long time)
+
+ * gdk/linux-fb/gdkdrawable-fb2.c: Remove draw_glyphs() implementations,
+ fall through to the default implementation in terms of Cairo.
+
+ * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_text): Use gdk_draw_glyphs()
+ on the wrapper rather than gdk_fb_draw_glyphs().
+
2005-08-09 Mark McLoughlin <mark@skynet.ie>
Fixes "notification area leaks space" (bug #312687)