]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Use g_filename_to_utf8 to convert the font names Windows gives us from
[~andy/gtk] / ChangeLog.pre-2-10
index 99af5ca197633f457aea924d5b322048fa0a6f9a..d557074680a0d393f9745fbe30ae2fcb35af471e 100644 (file)
@@ -1,3 +1,168 @@
+2000-02-04  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
+       g_filename_to_utf8 to convert the font names Windows gives us from
+       whatever is the default codepage to UTF-8.
+       (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
+       in the other direction.
+
+       * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
+       error in debugging output.
+
+2000-02-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
+       and height parameters to gdk_window_clear_area(). Not minus one.
+
+Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
+       checks if the widget passed to gtk_drag_get_data() was not the
+       dest widget.
+
+2000-02-01  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
+       g_filename_from_utf8 functions (which were added a moment ago to
+       GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
+       size buffers.
+
+       * gtk/gtkfilesel.h: Add comment about
+       gtk_file_selection_get_filename returning the filename in the C
+       runtime's encoding.
+
+       * README.win32
+       * gdk/gdk.def
+       * gdk/makefile.{cygwin,msc}
+       * gtk/gtk.def: Updates.
+
+       * gdk/gdkcursor-win32.c: Initialise refcount.
+
+2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
+
+        * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
+
+2000-01-30  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
+       destroy
+
+       * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
+
+       * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
+       implemented in platform-specific code
+
+       * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
+
+       * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
+       underscore in front
+
+       * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
+       put an underscore in front
+
+       * gdk/gdkcursor.c: new file, implements
+       gdk_cursor_ref/gdk_cursor_unref
+
+       * gdk/gdkcursor.h: Refcount GdkCursor
+
+       * gdk/gdkcompat.h (gdk_cursor_destroy): compat
+
+2000-01-29  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkwindow.h
+       * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
+
+Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
+       structures to properly inherit from GtkWidget not GtkBin.
+
+Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk+.spec.in: Added lib/gtk+/include/* to %files
+       (bug #5178 - Peter Wainright)
+       
+       * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
+       so that it will be installed.
+       (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
+
+Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
+       for the GtkStyleClass vtable const.
+
+       * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
+       take a const string argument like GtkTranslateFunc. This will
+       require changes in use code.
+
+2000-01-19  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
+       semantics (to mimic the X11 backend, which just calls XClearArea)
+       is to check for zero width (and height), and in that case use the
+       window's width minus x (height minus y). This fixes for instance
+       some redraw problems with gtkclist, which were easily noticeable
+       in the gtk file selection widget.
+
+       (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
+       windows.
+
+2000-01-13  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in
+       * gdk/Makefile.am
+       * gdk/x11/Makefile.am
+       * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
+       (bug #5177).
+       * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
+       out later.
+
+2000-01-09  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
+       WM_MOVE for iconified or invisible windows. This fixes various
+       problems when minimising windows. Thanks to Bernd Herd.
+
+2000-01-05  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
+       backend's draw_lines method, not draw_points.
+
+2000-01-02  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
+       before Owen's reorganisation: Don't have queued_events and
+       queued_tail statics in this file, but use gdk_queued_events and
+       gdk_queued_tail. This makes exposure event compression work again.
+
+       (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
+       seem to be needed?
+
+1999-12-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
+       gdkkeysyms.h to get the GDK_* keysym constants that are needed by
+       gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
+       doesn't do anything.
+
+       * gdk/gdk.def: Add gdk_xid_table_insert.
+
+       * gdk/win32/gdkprivate-win32.h
+       * gdk/win32/gdkevents-win32.c
+       * gdk/win32/gdkinput-win32.c
+       
+       * gdk/win32/gdkwindow-win32.c: Remove the superfluous
+       extension_events field in the GdkWindowWin32Data struct. Use only
+       the extension_events field in GdkWindowPrivate. Previously one was
+       set, and the other one tested, which broke tablet
+       functionality. Thanks to Keishi Suenaga for pointing this out.
+
+1999-12-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
+       When handling a single character (text length == 1), don't handle
+       it as if it was UTF-8.
+
 1999-12-11  Tor Lillqvist  <tml@iki.fi>
 
        * Makefile.am: Distribute README.win32.