]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Practically everything changed.
[~andy/gtk] / ChangeLog
index 077928556795e504ec59dd0fe3bd2e1bcd661182..893ece5a2c36060ebe0645ccfe8712d1fd5ee6c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+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.
+
+2008-06-27  Mikael Hallendal  <micke@imendio.com>
+
+       * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
+       Factored out gtk_box_pack from gtk_box_pack_start and use it from both
+       pack_start and pack_end in order to reduce the code duplication.
+
+2008-06-27  Michael Natterer  <mitch@imendio.com>
+
+       Bug 442042 – GtkScaleButton is too limited
+
+       * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name
+       "gtk-scalebutton-popup-window" on the popup window so it is
+       properly themeable.
+
+2008-06-27  Kristian Rietveld  <kris@imendio.com>
+
+       * gdk/quartz/gdkgeometry-quartz.c:
+       * gdk/quartz/gdkwindow-quartz.c:
+       * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl
+       interface.
+
+2008-06-27  Carlos Garnacho  <carlos@imendio.com>
+
+       * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential
+       critical warnings. Bug #539470.
+
+2008-06-27  Emmanuele Bassi  <ebassi@gnome.org>
+
+       Abstract some GdkWindow API into an interface that the backends
+       must implement. (based on a patch by Alex Larsson)
+
+       * gdk/Makefile.am: Add gdkwindowimpl.[ch]
+
+       * gdk/gdk.symbols: Move symbols around.
+
+       * gdk/gdkinternals.h:
+       * gdk/gdkwindowimpl.[ch]: Move some of the GdkWindow API we require
+       from the backends to a GInterface that the backends should implement
+       instead.
+
+       * gdk/gdkwindow.c: Provide some of the GdkWindow public API as a
+       wrapper call around the GdkWindowImpl interface vtable.
+
+       * gdk/x11/gdkevents-x11.c:
+       * gdk/x11/gdkgeometry-x11.c:
+       * gdk/x11/gdkprivate-x11.h:
+       * gdk/x11/gdkwindow-x11.c:
+       * gdk/x11/gdkwindow-x11.h: Update the X11 backend to implement
+       the GdkWindowImpl interface.
+
+2008-06-27  Martyn Russell  <martyn@imendio.com>
+
+       Bug 540318 - Invalid URL
+       
+       * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
+       in the warning produced here.
+
+2008-06-27  Michael Natterer  <mitch@imendio.com>
+
+       Bug 442042 – GtkScaleButton is too limited
+
+       * gtk/gtkscalebutton.c: add "orientation" property. Make sure the
+       stuff that is part of the public API continues to be created in
+       init() to stay compatible. Move creating of the popup scale to
+       constructor(). Add an internal HScale class. Changed popup
+       positioning for horizontal scales accordingly.
+
+2008-06-26  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkscalebutton.c
+       * gtk/gtkvolumebutton.c: remove redundant init() and class_init()
+       prototypes, remove redundant includes, remove a little trailing
+       whitespace.
+
+2008-06-26  Richard Hult  <richard@imendio.com>
+
+       * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
+       * gtk/gtkquartz.c:
+       (_gtk_quartz_get_selection_data_from_pasteboard),
+       (_gtk_quartz_set_selection_data_for_pasteboard): Patch from
+       Christian Dywan to clean up selection data setting.
+
+2008-06-26  Richard Hult  <richard@imendio.com>
+
+       * gtk/gtkdnd-quartz.c (gtk_drag_begin_internal): Don't use
+       deprecated function gtk_widget_ref, replace with g_object_ref.
+
 2008-06-26  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtkfilesystem.c: #include "config.h"