]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
upgrade to libtool 1.3.2 (BeOS changes merged)
[~andy/gtk] / ChangeLog.pre-2-4
index 5d82374b6198a2eaa30353fa3f4f08e821c612be..908a9fc0891c8f2d43b663ea9a166b0cf40bc939 100644 (file)
@@ -1,3 +1,59 @@
+Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
+
+       * acinclude.m4
+        * config.guess
+        * config.status
+        * ltconfig
+        * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
+
+1999-05-30  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
+       SafeAdjustWindowRectEx. Don't override all calls to
+       AdjustWindowRectEx by it, but use it only in two places: When
+       creating a new top-level window and when moving a top-level
+       window.
+
+       Use screen coordinate rectangle, not client rectangle, in
+       gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
+       when we try to place a window so that the decoration (mainly,
+       title bar) isn't visible.
+
+       These changes fix the bug that showed up for instance as the
+       GIMP's saved top-level windows moving right and down (by an amount
+       equal to the window decoration) for each session. This bug showed
+       up also in testgtk's "Saved Position".
+
+       gdk_window_resize also redone a bit.
+
+1999-05-25  Tor Lillqvist  <tml@iki.fi>
+
+       * gtk/testgtkrc: Add (commented out) Windows-style theme
+       include line.
+
+       * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
+
+1999-05-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
+       gdkx.h to a gdk subdirectory, so that applications can include
+       these with <gdk/*.h> without trouble.
+
+       * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
+       (gdk_image_destroy): Plugged resource leak, some GdkImages didn't
+       have their bitmap destroyed.
+
+       * gdk/win32/gdk.def: Add gdk_root_parent.
+
+Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
+
+       * configure.in
+         gtk-config.in
+         ltconfig
+         ltmain.sh     
+         gtk/Makefile.am: changes to compile nicely (with xlib) 
+          on BeOS
+
 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
 
        * acinclude.m4