]> Pileus Git - ~andy/gtk/commit
Check for FreeType using freetype-config, since we can't rely on Xft to
authorOwen Taylor <otaylor@redhat.com>
Wed, 20 Dec 2000 04:49:49 +0000 (04:49 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 20 Dec 2000 04:49:49 +0000 (04:49 +0000)
commitc7755bc9498b877aedd6a6a7eeb6004c1f134c4e
tree6f9e340b87349bb03c9f4d97684d651305d493af
parentfb14db07bdfb7b0181757c4a0fa33072afc363e7
Check for FreeType using freetype-config, since we can't rely on Xft to

Tue Dec 19 23:47:27 2000  Owen Taylor  <otaylor@redhat.com>

* configure.in gdk/x11/Makefile.am: Check for FreeType
using freetype-config, since we can't rely on Xft
to pull in the libraries for us, or rely on it being
in the default include path first.

* gtk/gtkframe.c: Fix some problems where the gap wasn't
being drawn in the right place, especially for right-aligned
frame labels.

Thu Dec 14 21:02:59 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkfontsel.c (gtk_font_selection_select_font): Update
the font_name entry as needed.
configure.in
gdk/x11/Makefile.am
gtk/gtkfontsel.c
gtk/gtkframe.c