]> 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 8a64745d4e209f0281f0c880dd952a587c23cf4b..12ee0ce7f17d50ea0d8e75810b590affecb6c993 100644 (file)
@@ -1,3 +1,99 @@
+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.