]> 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 e2079afb459aa0ffbf3e319fd00ef9394ec0f74c..908a9fc0891c8f2d43b663ea9a166b0cf40bc939 100644 (file)
@@ -1,3 +1,190 @@
+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
+       * config.guess
+       * config.sub
+       * ltconfig
+       * ltmain.sh: upgrade to libtool 1.3
+
+Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c:
+       * gtk/gtkctree.c: merges from gtk-1-2
+
+1999-04-25  Tor Lillqvist  <tml@iki.fi>
+
+       Support added for building using a GNU toolchain on Win32,
+       gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
+
+       * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
+       * config.h.win32: Changes for gcc.
+       * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
+       * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
+       * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
+       * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
+       Protect shl stuff unavaiilable with mingw32 headers.
+       * gdk/win32/gdkevents.c: Fix typo.
+       * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
+       * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
+       * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
+       * gdk/win32/gdkprivate.h: Make up for some stuff missing from
+       the mingw32 headers.
+       * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
+       * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
+       definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
+       * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
+       Test for NATIVE_WIN32, not _MSC_VER.
+       * gtk/gtkmain.c: No use warning about developer version on Win32,
+       there aren't any non-developer versions anyhow.
+       * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
+       * gtk/makefile.msc: Use pthread from another directory. Minor other
+       changes. 
+
+Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
+
+        * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
+          default filter from the list
+
+Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
+        when gtk_widget_grab_default() is called for a widget that
+        is not within a GtkWindow.
+
+Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
+
+       * docs/gtk_tut.sgml, examples/clist.c: use a
+         scrolled window in the clist example. Minor
+         tutorial fixes.
+
+Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
+
+       * docs/gtk_tut.sgml: Style check from David King
+         <dking@youvegotmail.net>
+
+1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
+
+       * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
+       compile with unknown value of GDK_WINDOWING
+
+1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
+       after the rule is fired.
+       (install-exec-local): Install gdkconfig.h only if the contents are
+       different from the currently installed gdkconfig.h.
+
+1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * gdk/Makefile.am (configexecincludedir): Rename from 
+       configincludedir so that gdkconfig.h will be installed 
+       as part of `make install-exec'. 
+
+Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
+
+       * acinclude.m4
+       * config.guess
+       * config.sub
+       * ltconfig
+       * ltmain.sh: upgrade to libtool 1.2f
+
+       * autogen.sh: libtool is not required to autogen gtk+
+
+       * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
+       needed)
+
+1999-03-18  Tor Lillqvist  <tml@iki.fi>
+
+       * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
+       declaring gdk variables exported/imported from the DLL. New image
+       type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
+       drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
+       GDK_DRAG_PROTO_OLE2.
+
+       * gdk/gdk.h: Merge in Win32 version: Two new functions,
+       gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
+       declared only for the Win32 version, but could be in the X11
+       version as well. (Needed for a Xlib-less gdk_imlib.)
+       gdk_color_hash should have only one parameter. Declare
+       gdk_threads_mutex with GDKVAR.
+       
+       * gdk/gdkcolor.c (gdk_color_hash): As a hash function should have
+       just one parameter.
+
+       * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
+       per pixel, not bits.
+
+       * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
+       Fetch bpp (which means bits-per-pixel here) from another place on
+       Win32. Accept also depth==32 (which we might get on Win32) with
+       bpp==32.
+
+       * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
+       gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
+       gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
+       Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
+       in the backend-dependent directory, not in the common gdk
+       directory.
+
+       * gtk/testgtk.c: Ditto. Also, don't use ../gdk patchs to gdk
+       headers.
+
 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkmain.c (gtk_init_check): tell people that they don't really