]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix string measurement code. For now, the rbearing is set to the same as
[~andy/gtk] / ChangeLog.pre-2-4
index 44c242f0f279e11ddd0e1f0ff328a7293fc7c271..7fbb7f21ee4056efddde5b9f06b82d68feeeceec 100644 (file)
@@ -1,3 +1,21 @@
+1999-12-07  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
+       the rbearing is set to the same as the width, but this should be
+       fixed.
+
+1999-12-06  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
+       function. If Windows doesn't tell us what Unicode subranges a font
+       covers, guesstimate based on the codepages it covers. This will
+       hopefully help those Windows versions or fonts that don't give us
+       any useful Unicode subrange information with GetTextCharsetInfo.
+       Call this function in gdk_font_load_internal.
+
+       * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
+       minor changes.
+
 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):