]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Update gcc build instructions. Mention gettext is GPL.
[~andy/gtk] / ChangeLog.pre-2-6
index ab3544618408ba276f507894dd0acca567fa0fdf..ccb53c916e9fb3bb2c99cc267494aa01d894e894 100644 (file)
@@ -1,3 +1,56 @@
+1999-07-21  Tor Lillqvist  <tml@iki.fi>
+       
+       * README.win32: Update gcc build instructions. Mention gettext is
+       GPL.
+
+       * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
+       supported cursor size with GetSystemMetrics.
+       
+       * gdk/win32/gdkfont.c
+       * gtk/gtkfontsel.c: Guard against some font weight and charset
+       symbols being undefined (in mingw32 headers).
+
+       * gdk/win32/makefile.cygwin
+       * gtk/makefile.cygwin
+       * gtk/gtkthemes.c: No longer need to have differently named
+       gcc-built DLLs when using gcc-2.95 and -fnative-struct.
+
+hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
+
+       * docs/gtkfaq.sgml: Long awaited FAQ update.
+
+1999-07-15  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
+       it. Obscure bit manipulation needed.
+
+       * gdk/win32/gdkevents.c: Logging.
+       
+       * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
+       style (file name include compiler name) for theme engines.
+
+1999-07-13  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
+
+       * gdk/win32/gdkevents.c: Fix long-standing bug in key
+       events. The key.string wasn't zero-terminated, still we strdup'ed
+       it in gdk_event_copy(). Synthesize crossing events for button
+       events before possible propagation.
+
+       * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
+
+       * gdk/win32/makefile.cygwin
+       * gtk/makefile.cygwin: Use new DLL naming style for the
+       GCC-compiled ones.
+
+       * gdk/win32/makefile.msc
+       * gtk/makefile.msc: Cosmetics mostly.
+
+       * gtk/gtk.def: Add missing entry points.
+
+       * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
+
 1999-07-09  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
@@ -19,7 +72,7 @@
        and property stuff is a bit of a mess.)
 
        * gdk/win32/gdkevents.c
-       * gdk/win32/gdkproperty.c: A bít more verbose logging.
+       * gdk/win32/gdkproperty.c: A bit more verbose logging.
 
        * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
        that never got deleted). Revamp gdk_region_shrink.