]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-0
deprecated gtk_widget_freeze_accelerators and
[~andy/gtk] / ChangeLog.pre-2-0
index 4c43b6a77636366c512b1aba075b62f9d1ab3d96..4212541e4b1f9d12f67a31ede4debab04093660a 100644 (file)
@@ -1,3 +1,115 @@
+Sat Nov 28 00:06:49 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkwidget.h: 
+       * gtk/gtkwidget.c: deprecated gtk_widget_freeze_accelerators and
+       gtk_widget_thaw_accelerators, we provide gtk_widget_lock_accelerators
+       and gtk_widget_unlock_accelerators.
+
+       * gtk/gtklayout.h:
+       * gtk/gtklayout.c: implemented incremental freezing facility.
+
+       * gtk/gtktext.h: 
+       * gtk/gtktext.c: implemented incremental freezing facility.
+
+       * gtk/gtkenums.h:
+       * gtk/gtkaccelgroup.h: moved enum GtkAccelFlags into this place.
+
+       * gtk/gtkentry.h:
+       * gtk/gtkentry.c:
+       deprecated gtk_entry_adjust_scroll().
+       
+       * random GtkType, macro and indentation fixes.
+
+Fri Nov 27 22:50:15 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkclist.h: 
+       * gtk/gtkclist.c: implemented incremental freezing facility, added
+       a new class member (*refresh)() which takes over the thaw
+       functionality. the clist FROZEN flag got removed on the way.
+       * gtk/gtkctree.c: adaptions to feature the clist refresh functionality
+       and incremental freezing.
+
+       * gtk/gtkcalendar.c: implemented incremental freezing facility.
+
+Fri Nov 27 11:41:27 1998  Raph Levien  <raph@gimp.org>
+
+       * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that
+       it still includes the core pointer in gdk_input_devices even
+       if the XInput extension is not present in the X server.
+
+Fri Nov 27 12:17:15 1998  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to
+       get the source widget of a drag.
+
+       * gtk/gtkdnd.[ch]: Target flags GTK_TARGET_SAME_[WIDGET/APP]
+       to restrict certain targets to the same widget or to
+       the same application.
+
+       * gtk/testdnd.c: Test gtk_drag_get_source_widget().
+       
+Thu Nov 26 19:11:46 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtk-boxed.defs (GtkCTreeNode): define GtkCTreeNode as boxed type
+       * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_CTREE_NODE_TYPE
+       instead of GTK_TYPE_POINTER in signal definitions.
+       (patch from James Henstridge <james@daa.com.au>)
+
+Thu Nov 26 18:48:44 1998  Lars Hamann  <lars@gtk.org>
+
+       * gtk/gtkclist.c (set_cell_contents)
+       * gtk/gtkctree.c (set_cell_contents): call column_auto_resize only
+       if auto.resize == TRUE
+
+       * gtk/gtknotebook.c (gtk_notebook_set_shape) (gtk_notebook_expose):
+       don't draw tab, if show_tabs == FALSE
+       (bug reports from Alexis Mikhailov / Dave Cole)
+       (gtk_notebook_focus_changed) (gtk_notebook_draw_focus): draw only
+       the focus rectangle, not the hole tab.
+
+Thu Nov 26 03:18:08 1998  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtkclist.h: 
+       * gtk/gtkctree.h: 
+       * gtk/gtkclist.c:
+       * gtk/gtkctree.c: reverted bogus and undocumented!!! changes from
+       Jay Cox (98/11/23 13:53:26) which `const' qualified char* arrays.
+
+       * gtk/maketypes.awk: changed underline substitution, so we get
+       GTK_TYPE_CTREE_POS instead of the broken GTK_TYPE_C_TREE_POS.
+       * gtk/makeenums.pl: likewise.
+       * gtk/gtkctree.c: adapted type names accordingly.
+
+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