]> Pileus Git - ~andy/gtk/commit
Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks to
authorOwen Taylor <otaylor@redhat.com>
Wed, 10 Aug 2005 02:31:51 +0000 (02:31 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 10 Aug 2005 02:31:51 +0000 (02:31 +0000)
commitbfd04045e5047cbe118b17b1aeb7572abded7643
tree3413215e8646d3d9fb3e3efc1280b76f28e67547
parent5c7cba18032c78e24eb7c09179c67280ca0ccaa6
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()
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in
gdk/linux-fb/gdkdrawable-fb2.c
gdk/win32/gdkfont-win32.c