]> 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 a82226b070b3d3400c6f12b140a851cd055ec6e1..7fbb7f21ee4056efddde5b9f06b82d68feeeceec 100644 (file)
@@ -1,3 +1,51 @@
+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):
+       New function, long needed.
+
+Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gdk/gdkproperty.h x11/gdkproperty.c: Change 
+       only_if_exists argument of gdk_atom_intern to
+       bool.
+
+1999-11-25  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
+       Fix two copy&paste errors.
+
+       * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
+       win32 has changed.
+
+       * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
+       GdkWin32SingleFont struct.
+
+       * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
+       subranges of loaded fonts. Clear font signature first, in case
+       GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
+       ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
+
+       * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
+       Unoffset clip region.
+
 1999-11-23  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
@@ -7,16 +55,6 @@ Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkgamma.h: Adapt cast macros to standard.
 
-Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
-
-       * gdk/gdkrectangle.c (gdk_rectangle_union gdk_rectangle_intersect):
-       Fixes so that it is safe to have dest the same as
-       src1 or src2.
-
-Wed Nov 17 15:58:44 1999  Owen Taylor  <otaylor@redhat.com>
-
-       * gdk/x11/gdkregion-x11.c (gdk_region_get_clipbox): Indentation fix.
-
 [ Merges from 1.2 ]
 
 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>