]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
free temporary paths after usage (patch from maemo-gtk),
[~andy/gtk] / ChangeLog
index 5e01b21c8f8ee6039581237a81a05540a05af52f..3718f16b683ef0ae1158899554a0af3c827be251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2006-02-08  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path),
+       (gtk_tree_model_filter_unref_path): free temporary paths after
+       usage (patch from maemo-gtk),
+       (gtk_tree_model_filter_clear_cache): fix little typo in the docs
+       (patch from maemo-gtk).
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove
+       stale FIXME.
+
+2006-02-08  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key
+       as well.  (#330389, Markku Vire)
+
+2006-02-08  Tor Lillqvist  <tml@novell.com>
+
+       * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
+
+2006-02-07  Sven Neumann  <sven@gimp.org>
+
+       * gdk/directfb/AUTHORS: updated mine and Dok's email address.
+
+2006-02-06  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler
+       warning.
+
+2006-02-05  Dom Lachowicz <cinamod@hotmail.com>
+
+       * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
+       Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
+       
+2006-02-04  Michael Emmel  <mike.emmel@gmail.com>
+       Added new directfb backend located in gdk/directfb
+       plus patches to compile new backend
+       compile with --with-gdktarget=directfb
+
+2006-02-03  Federico Mena Quintero  <federico@ximian.com>
+
+       Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
+       which used to be our own
+       http://bugzilla.gnome.org/show_bug.cgi?id=314616.  If one uses a
+       pixmap for a pattern in Cairo, and sets the pattern to
+       CAIRO_EXTEND_REPEAT; and if the destination surface is also a
+       pixmap, Cairo does a slow copy instead of using XCopyArea().  So,
+       we use the same code that we used in GTK+ 2.6 (pre-cairo), by
+       filling the double-buffer pixmap with a tiled GC and
+       XFillRectangle().
+
+       * gdk/gdkwindow.c (BackingRectMethod): New structure with a
+       cairo_t and a GdkGC field.  Depending on which of these fields
+       gets filled in, we'll use Cairo or GDK to clear the double-buffer
+       pixmap when painting a window.
+       (setup_backing_rect_method): Fill a BackingRectMethod as
+       appropriate, depending on the window's configuration and our
+       knowledge of whether Cairo is fast or slow when doing repeating
+       patterns.
+       (gdk_window_clear_backing_rect): Call
+       setup_backing_rect_method().  Depending on what it returns, use
+       Cairo to clear the double-buffer pixmap, or plain GDK.
+
+2006-02-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtklabel.c (get_layout_location): Fix handling
+       of padding in RTL.  (#329099, Hooman Mesgary) 
+
+2006-02-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
+       Make drops on the root window work again.  (#145243, Andrew S. Dixon)
+
+2006-02-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
+       docs to 80 columns.
+
+2006-01-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * autogen.sh: Touch README and INSTALL here to pacify 
+       automake.  (#329124, Kjartan Maraas, Tim Janik)
+
+2006-01-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkassistant.h: 
+       * gtk/gtkassistant.c: Actually implement visibility handling,
+       and add gtk_assistant_update_buttons_state.
+
+       * tests/testassistant.c: Test visibility handling.
+
+2006-01-31  Kristian Rietveld  <kris@imendio.com>
+
+       * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
+       hinting for the selected state.
+
+2006-01-30  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
+       Make sure the tree view is realized, since we grab the
+       focus to it.  (#329144, Wouter Bolsterlee)
+
+       * gtk/gtkspinbutton.h: 
+       * gtk/gtkspinbutton.c: Add a wrapped signal.  (#322933,
+       Carlos Garnacho Parro)
+
+       * gtk/gtkassistant.c: More generous spacing. (#328082,
+       Christian Persch, patch by Carlos Garnacho)
+       
+       * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): 
+       Use the setter for active.  (#329208, Guillaume Cottenceau)
+
+       * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
+
+       * gtk/gtkassistant.c (gtk_assistant_init): Move the
+       last button to the left where it does not affect
+       the positioning of forward/back.
+
 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
 
        More GtkAssistant work, by Carlos Garnacho.