]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
use full set, since current set wasn't building on all configs.
[~andy/gtk] / ChangeLog.pre-2-10
index dfd319f6871a7f708860457bfc4855bc8e06fa11..12ee0ce7f17d50ea0d8e75810b590affecb6c993 100644 (file)
@@ -1,3 +1,223 @@
+Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * Makefile.am: Remove gtk-config-2.0 again.
+       (Grrrr, pkg-config. And stops make loops.)
+
+Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtksignal.[hc]: removed old emission hook API.
+       
+       * docs/Changes-2.0.txt: fixed sections.
+       
+       * gtk/gtktextbuffer.c: signal arg fixups.
+
+2001-03-07  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
+
+       * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
+       here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
+       of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
+       validation and the redraw which is higher priority than the
+       validation.
+
+2001-03-07  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
+       (gtk_entry_set_property): remove trailer
+
+       * gtk/gtkentry.c (gtk_entry_set_width_chars): 
+       (gtk_entry_get_width_chars): new functions, to set size request to 
+       a given number of characters
+
+       * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
+
+       * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
+       (gtk_dialog_get_has_separator): new function
+        (run_delete_handler): fix to not emit "response" signal
+       because we already did in the delete event handler installed
+       at dialog creation time.
+       
+       * gtk/gtkdialog.h: add a has_separator property,
+       add GTK_DIALOG_NO_SEPARATOR flag
+
+2001-03-07  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
+       off decorations for a window.
+
+       * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
+       changes
+
+       * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
+       to get location of PangoLayout inside the label, closes #51198
+
+       * gtk/testgtk.c (create_bbox): fix up button box usage
+
+       * gtk/testcalendar.c (create_calendar): fix up button box usage
+
+       * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
+
+       * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
+
+       * gtk/gtkhbbox.h: deprecations
+
+       * gtk/gtkvbbox.h: deprecations
+
+       * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
+       emulate deprecated gtk_button_box_get_spacing
+
+       * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
+       the "set global default" functions
+       (struct _GtkButtonBox): remove "spacing" field, use the one from 
+       GtkBox base class
+
+       * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
+
+       * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
+       render the icon, return the missing image icon.
+
+       * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
+       image icon if the load fails.   
+
+       * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
+       when no image is found; should be the Netscape "missing image"
+       icon eventually but for now is a random image
+
+       * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
+       role for the session manager
+
+       * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
+
+       * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
+       GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
+
+       * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
+
+Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/*.c: marshaller fixes.
+       
+       * gtk/gtkmarshal.list: extreme cleanup.
+
+       * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
+       param spec for now.
+
+       * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
+       where appliable.
+
+       * gtk/gtktypeutils.[hc]: updates to GLib API changes.
+       special cased autogenerated boxed types from gtktypebuiltins_ids.c
+       which are not reference counted:
+       GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
+       PangoFontDescription, GtkTreeIter and GtkTreePath.
+
+Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
+
+       * gtk/gtktreeselection.h: 
+       * gtk/gtktreemodel.c:
+       * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
+       file should be included directly, and gobject/gmarshal.h
+       as well as gtk/gtkmarshal.h even can't be included directly.
+
+       * Makefile.am: grr, install gtk-config-2.0.
+
+       * gtk/testgtk.c:
+       * gtk/simple.c:
+       * gtk/gtkmenu.c:
+       * gtk/gtkitemfactory.c: use g_object_connect() instead of
+       passing "*signal*::*" args to gtk_widget_set().
+       
+       * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
+       
+       * gtk/*.c: removed trailer arg from property setters and getters.
+       macro fixups.
+
+2001-03-07  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtklabel.c (set_markup): Removed warning
+
+Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
+       field to allow you to hide cell renderers.
+
+       * gtk/gtkcellrenderer.c: Add support for invisible cells.
+
+       * gtk/gtktreeview.c: Add support for invisible cells.
+
+Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
+       Add "clicked" signal back to columns.
+
+       * ChangeLog: remove conflict markers.
+
+Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkbutton.c: Add animation of activation by, on 
+       activate, pressing the button, and adding a timeout that 
+       releases the button after 250ms or on key release and
+       emits ::clicked. (#51501)
+
+       * gtk/gtkdialog.c: Bit of a hack - for buttons in the
+       action area, we connect to ::clicked instead of ::activate
+       so the dialog stays up through the animation.
+
+Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
+       check the ignore_enter flag for the menu shell that
+       the item is actually a child of, not for attached
+       submenus. (#51536)
+
+Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (gtk_propagate_event): Only do special
+        special key-press grab handling for widgets within
+        GtkWindows. Otherwise, fall through to normal case.
+
+        This prevents key events being sent twice to GtkInvisible
+        widgets, which can cause all sorts of mischief.
+
+Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtkmain.c (gtk_propagate_event): When a grab
+       widget is in effect, give the grab widget a first
+       crack at KEY_PRESS/RELEASE events. (#424)
+
+2001-03-06  James Henstridge  <james@daa.com.au>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
+       offset for the window_state_event to point at window_state_event
+       rather than no_expose_event.
+
+Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkimmodule.h: fix busted /* comment */
+
+Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtktreeview.c: Apply patch from John Margaglione to add
+       object properties.
+
+Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
+       add object properties.
+
+       * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
+       to add object properties.
+
+       * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
+       object properties.
+
+       * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
+       add object properties.
+
+       * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
+       object properties.
+
 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreemodel.c: renamed "child_toggled" to