diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2000-11-29 Alexander Larsson <alexl@redhat.com> + + * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): + Set the size of the font from the description. + (gdk_text_width): Gross hack that calculates the width + of text by text_length * size/2. This is necessary because + GtkLabel does some ugly gtk_string_width call to calculate + an good size. + (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face. + Wed Nov 29 13:39:19 GMT 2000 Tony Gale <gale@gtk.org> * docs/tutorial/gtk-tut.sgml: DND updates |