]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-6
Update gcc build instructions. Mention gettext is GPL.
[~andy/gtk] / ChangeLog.pre-2-6
index b017826940e7cdbae216205f15426133ed130d96..ccb53c916e9fb3bb2c99cc267494aa01d894e894 100644 (file)
@@ -1,4 +1,100 @@
-Mon Jun 28 10:03:07 1999  Tor Lillqvist  <tml@iki.fi>
+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
+       or height is zero. Don't print a warning if Pie or Arc fails, they
+       always fail (?) for very narrow ellipses.
+
+       * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
+       the part or the destination window corresponding to source area
+       outside of the source drawable's boundary.
+
+       * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
+       anything if less than two points.
+
+       * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
+       return NULL. Gtk cut-and-paste inside a single program works
+       better this way. (It always gets the clipboard contents from
+       Windows, not from its own copy, which is cleared anyway. I can't
+       say I fully understand what happens... Emulating the X selection
+       and property stuff is a bit of a mess.)
+
+       * gdk/win32/gdkevents.c
+       * 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.
+
+       * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
+       after use.
+
+       * gtk/gtk.def: Add some missing entry points.
+
+       * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
+       component.
+
+1999-07-04  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkevents.c (gdk_event_translate): Handle
+       Control-digits specially.
+
+1999-07-03  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
+
+1999-06-28  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
        bitmaps, should be multiple of 4. (Thanks to Hans Breuer for