]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Add ChangeLog.gtk-printing
[~andy/gtk] / ChangeLog.pre-2-10
index af012321110b10ba97f62409246937d5e834048f..ab225f9c7ff2e7f00c6626c22ce151edc995cf86 100644 (file)
@@ -1,3 +1,156 @@
+2006-05-02  Alexander Larsson  <alexl@redhat.com>
+
+       * ChangeLog.gtk-printing: 
+       * Makefile.am (EXTRA_DIST):
+       Add ChangeLog.gtk-printing
+
+2006-05-01  Matthias Clasen  <mclasen@localhost.localdomain>
+
+       * NEWS: Updates
+
+2006-05-02  Kristian Rietveld  <kris@imendio.com>
+
+       * configure.in: Up ABI version to 2.10.0 (by Matthias' request).
+
+2006-05-01  Kristian Rietveld  <kris@imendio.com>
+
+       Merge of the GTK+ asynchronous file chooser branch.  Please see
+       the kris-asynch-branch for more detailed ChangeLog entries.
+
+       * configure.in: increase binary version to 2.9.0.
+
+       * gtk/gtk.symbols:
+       * gtk/gtkfilechooser.c:
+       * gtk/gtkfilechooserbutton.c:
+       * gtk/gtkfilechooserdefault.c:
+       * gtk/gtkfilechooserdialog.c:
+       * gtk/gtkfilechooserembed.c:
+       * gtk/gtkfilechooserembed.h:
+       * gtk/gtkfilechooserentry.c:
+       * gtk/gtkfilechooserentry.h:
+       * gtk/gtkfilechooserprivate.h:
+       * gtk/gtkfilesystem.c:
+       * gtk/gtkfilesystem.h:
+       * gtk/gtkfilesystemmodel.c:
+       * gtk/gtkfilesystemmodel.h:
+       * gtk/gtkfilesystemunix.c:
+       * gtk/gtkpathbar.c:
+       * gtk/gtkpathbar.h:
+       Merge from kris-async-branch.
+
+2006-05-01  Matthias Clasen  <mclasen@dhcp83-48.boston.redhat.com>
+
+       * NEWS: Updates
+
+2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
+
+       * gtk/gtktreemodel.c (gtk_tree_model_base_init): Document
+       GtkTreeModel signals.
+
+2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
+
+       * gdk/directfb/gdkdrawable-directfb.c: removed all subtracting one on
+       clipping
+
+2006-04-30  Kristian Rietveld  <kris@imendio.com>
+
+       Fix for #340200, spotted by Torsten Schoenfeld.
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): fix up logic
+       calculating the level indentation,
+       (gtk_tree_view_start_editing): remove code calculating the
+       level indentation, since _get_cell_area() takes care of this for us.
+
+2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
+
+       Fix problems with setting symbolic colors from rc files.
+       (#338345, Benjamin Berg)
+       
+       * gtk/gtkrc.c (gtk_rc_settings_changed, gtk_rc_font_name_changed) 
+       (gtk_rc_color_hash_changed, gtk_rc_reparse_all_for_settings): Don't
+       freeze notification for settings changes while parsing; instead
+       manually avoid recursion, and update the color hashes.
+
+2006-04-30  Matthias Clasen  <mclasen@localhost.localdomain>
+
+       * gtk/gtksettings.c (gtk_settings_class_init): Change the default
+       value of the gtk-color-scheme setting to "".
+
+       * gtk/gtkprinteroption.c: 
+       * gtk/gtkprinteroptionwidget.c: 
+       * gtk/gtkprintunixdialog.c: Improve the print dialog layout,
+       mark some more strings for translation.  (#340139, Christian Persch)
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Fix the definition
+       of the ::size-changed signal, and improve its documentation.
+       (#340112, Christian Persch)
+
+2006-04-29  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
+       (gtk_widget_get/create_pango_context): Change colormap to font map in
+       docs. (#340093)
+
+2006-04-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols: 
+       * gtk/gtkstatusicon.h: 
+       * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): Add a menu
+       position function for use with popups on status icons.  (#334573, 
+       Christian Persch)
+
+       * gtk/gtkwidget.c (gtk_widget_is_composited): Fix a C99ism.  (#340055,
+       Kazuki Iwamoto)
+
+2006-04-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderertext.c (get_size): Use _static variants when
+       copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
+
+2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
+       docs. (#340063)
+
+2006-04-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
+       the standard DND icon if the user has a custom DND source.  
+       (#339522, Joe Wreschnig)
+
+2006-04-28  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktextbuffer.c (create_clipboard_contents_buffer): keep a
+       reference to the source buffer while the clipboard contents buffer
+       exists, because it is needed for serializing the contents buffer.
+       Makes copying from the contents buffer possible even after the
+       resp. text view is destroyed (for example when there is a
+       clipboard manager running on app exit) (bug #339195).
+
+2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
+
+       * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
+       before dividing by PANGO_SCALE. (#334582)
+
+2006-04-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentry.c (popup_position_func): Improve positioning
+       of the menu when popped up by keynav.  (#334987, Christian
+       Persch)
+
+       * gtk/gtkdnd.c (gtk_drag_set_icon_window): Handle the case
+       of being called after the drag is cancelled.  (#339224, 
+       Benjamin Otte)
+
+       * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
+       Use XFixes only if it is available.  (#339839, Marko Anastasov)
+
+2006-04-26  Federico Mena Quintero  <federico@novell.com>
+
+       * gtk/gtkdialog.c (gtk_dialog_close): Don't make this conditional
+       on having a GTK_RESPONSE_CANCEL button -> end the idiocy.  Fixes
+       bug #101293.
+
 2006-04-26  Kristian Rietveld  <kris@imendio.com>
 
        * gtk/gtktreeview.c (node_is_visible): new function,
@@ -296,7 +449,7 @@ Tue Apr 25 10:25:28 2006  Søren Sandmann  <sandmann@redhat.com>
 2006-04-21  Alexander Larsson  <alexl@redhat.com>
 
         Merge the gtk-printing branch.
-       For more detailed ChangeLog entries, see the branch.
+       For more detailed ChangeLog entries, see the ChangeLog.gtk-printing.
        
        * .cvsignore:
        * Makefile.am: