]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Replaced pushd and popd calls with equivalent shell code.
[~andy/gtk] / ChangeLog.pre-2-10
index efc272e536b764662ade7e4dcd85bf45bb52ab87..14464a8c135b703c13e47c6a5816816cc5f63cb5 100644 (file)
@@ -1,3 +1,96 @@
+Tue Nov 24 11:31:06 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * docs/Changes-1.2.txt: Edited section on the ScrolledWindow.
+
+       * gtk/gtklayout.c (gtk_layout_set_[hv]adjustment): Remove
+       some code duplication.
+
+       * gtk/gtklayout.[ch] Fixed mapping and unmapping of child windows
+       and child widgets when scrolling greater than 32k pixels.
+
+       * testgtk.c: Modified layout test to test scrolling over 
+       long distances.
+
+Tue Nov 24 11:11:05 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklayout.[ch]: Fixed up copyright message.
+
+       * gdk/gdkrgb.c (DM): Make the dither matrix constant
+       so it can be shared.
+
+       * gtk/gtkdnd.c: Make cursor bitmaps const.
+
+       * gdk/gdk.h gdk/gdkpixmap.c: Added const to 
+       gdk_pixmap/bitmap_create_from_data.
+
+Tue Nov 24 07:46:09 1998  Tim Janik  <timj@gtk.org>
+
+       * docs/Changes-1.2.txt: added a section on scrolled windows and
+       scrollable widgets.
+
+1998-11-24  Andrew T. Veliath  <andrewtv@usa.net>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Include radio
+       buttons when setting relief for button items.
+       (gtk_toolbar_set_button_relief): Same.
+
+1998-11-23  Jeff Garzik  <jgarzik@pobox.com>
+
+       * gdk/Makefile.am, gtk/Makefile.am:
+       Removed DEFS "+=" mess that breaks recent automakes.
+       INCLUDES is the correct way to add to CFLAGS from Makefile.am.
+
+       * gdk/gdk.c, gdk/gdkglobals.c, gdk/gdkimage.c, gdk/gdkinput.c,
+       gdk/gdkpixmap.c, gdk/gdkthreads.c, gdk/gdkwindow.c,
+       gdk/gxid_lib.c, gtk/fnmatch.c, gtk/gtkclist.c, gtk/gtkmain.c,
+       gtk/testthreads.c:
+       Include "config.h" instead of "../config.h".
+       Now that DEFS works again, automake will automatically pass us
+       the location of config.h in -I.
+
+Mon Nov 23 22:10:09 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/Makefile.am gtk/gtk.h gtk/gtklayout.[ch]
+       gtk/gtkplug.[ch] gtk/gtksocket.[ch] gtk/gtk.h:
+
+       Added layout widget for scrolling arbitrarily big areas.
+       Added plug/socket widgets for interprocess embedding.
+
+       These widgets still, at some point, need to be
+       made more pure in their use of GDK, as opposed
+       to raw X.
+
+       * gtk/testgtk.c: Added test for layout widget.
+       
+1998-11-23  Jeff Garzik  <jgarzik@pobox.com>
+
+       * gtk/gtkclist.c: (gtk_clist_swap_rows):  Bugfix from
+       Brandon Long <blong@fiction.net> - do the right thing with first
+       and last, which are the absolute values of row arguments row1
+       and row2.
+
+Mon Nov 23 04:24:55 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkprogress.c: (gtk_progress_set_adjustment): make a saner
+       default adjustment (from 0 to 100) instead. I'm not sure if this
+       is the correct level for the fix, but gtk_progress_bar_new()'s
+       original default behavior is restored.
+
+1998-11-23  Martin Baulig  <martin@home-of-linux.org>
+
+       * gtk/gtkfeatures.h.in (GTK_HAVE_FEATURES_1_1_5): Define this so
+       we can check for latest GTK features.
+
+1998-11-23  Havoc Pennington  <hp@pobox.com>
+
+       * gtk/gtktoolbar.c: (gtk_toolbar_set_relief):
+       (gtk_toolbar_insert_element): When setting relief, also affect
+       toggle buttons.
+
+Sun Nov 22 20:37:06 PST 1998 Manish Singh <yosh@gimp.org>
+
+       * gtk/gtkobject.h: remove extraneous comma
+
 Mon Nov 23 05:21:50 1998  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkcontainer.c: