]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Practically everything changed.
[~andy/gtk] / ChangeLog
index c26aa682701e9c3b039724a26a682f1f344ec482..893ece5a2c36060ebe0645ccfe8712d1fd5ee6c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2008-06-30  Cody Russell  <bratsche@gnome.org>
+
+       * Practically everything changed.
+
+       Change all references of GIMP Toolkit (and variations of it)
+       to GTK+ Toolkit, showing no mercy at all to our beloved
+       ancestry. (#540529)
+
+2008-06-30  Michael Natterer  <mitch@imendio.com>
+
+       Some unrelated cleanups found while reviewing
+       the offscreen window patch:
+
+       * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
+       functions, fix some function header indentation, update
+       documentation of redirect_to_drawable().
+
+       * gdk/x11/gdkwindow-x11.c
+       * gdk/x11/gdkpixmap-x11.c: fix function header
+       formatting/indentation.
+
+       * gtk/gtkwidget.c: use I_() on "damage_event".
+
+2008-06-30  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkinternals.h: remove duplicate declaration of
+       _gdk_window_new().
+
+2008-06-30  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/Makefile.am: reorder source lists alphabetically.
+
+2008-06-30  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 540310 – Avoid unnecessary repaints when resizing GtkWindow
+
+       * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing.
+       Patch by Owen Taylor
+
+2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 530255 – GtkAboutDialog cuts off comments label
+       Followup patch from  Jan Arne Petersen
+
+       * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
+
+2008-06-28  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkselection.h: properly indent the newly added
+       GtkSelectionData accessors. Some newlines can't hurt either.
+
 2008-06-27  Mikael Hallendal  <micke@imendio.com>
 
        * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.