]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Bug 557524 – "va_end(args);" should be added into
[~andy/gtk] / ChangeLog
index a79607499bb71b78dcf4b21d2be20f025de07a13..739b637e0fc91bc8b03c2701abca4746d01501ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+2008-10-24  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 557524 – "va_end(args);" should be added into
+       gtk_text_buffer_insert_with_tags_by_name( )
+
+       * gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
+       Don't forget to call va_end. Pointed out by Boram Park
+
+2008-10-23  Alexander Larsson  <alexl@redhat.com>
+
+       Bug 528320 - Incorrect icons displayed for files with custom mimetype icons
+       
+        * gtk/gtkfilesystem.c:
+        (_gtk_file_info_render_icon):
+       Fall back on default file icon if there was no icon or it
+       was not found in the theme. This goes with the corresponding
+       change in glib to not add the fallback icon, but is useful
+       in other cases too.
+
+2008-10-22  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 555920 – gtkentry.c passes wrong enum to
+       pango_layout_set_alignment()
+
+       * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
+       adjustment.
+
+2008-10-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
+       size actually changed.
+
+2008-10-21  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkdraw.c
+       * gdk/gdkimage.c
+       * gdk/gdkscreen.c
+       * gdk/gdkwindow.c: replace assertions for obj != NULL by
+       GDK_IS_OBJ(), remove redundant != NULL checks when there is
+       already a type check, add some g_return_if_fail() that were
+       missing entirely, fix some broken indentation and spacing.
+
+2008-10-21  Tor Lillqvist  <tml@novell.com>
+
+       Bug 557266 - Window Management Problem
+
+       Also reported in mail to gtk-list, and of course it has been well
+       known in general that window state management is messy and buggy
+       in various ways in gdk/win32.
+
+       * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
+       handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
+       the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
+       must call SetWindowPos() on the window using HWND_TOPMOST
+       instead. The description for WS_EX_TOPMOST in the documentation
+       for CreateWindowEx() even implies that if you read it carefully.
+
+2008-10-21  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkapplaunchcontext.c: reorder functions to be in standard
+       order, add prototypes and namespace to static functions, add
+       g_return_if_fail()s which were missing all over the place.
+
+2008-10-20  Christian Persch  <chpe@gnome.org>
+
+       Bug 557059 – crash when compositing emblems with icon
+
+       * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
+       with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
+       from icon cache or builtins).
+
+2008-10-20  Murray Cumming  <murrayc@murrayc.com>
+
+       * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
+       gtk_icon_view_set_tooltip_item():
+       * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
+       gtk_icon_view_set_tooltip_cell():
+       Documentation: Mention the simple set_tooltip_column() 
+       alternative.
+
+2008-10-18  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
+       WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
+       output without setting it first.
+
+2008-10-18  Tor Lillqvist  <tml@novell.com>
+
+       Bug 556578 - GIMP windows stay on top of other windows
+
+       * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
+       (ensure_stacking_on_window_pos_changing)
+       (ensure_stacking_on_activate_app): Ignore unmapped windows in the
+       loops where we look for the lowest "transient-type" window.
+
+       (gdk_event_translate): Don't call
+       ensure_stacking_on_window_pos_changing() or
+       ensure_stacking_on_activate_app() for unmapped windows.
+
+2008-10-16  Marek Kasik  <mkasik@redhat.com>
+
+       Bug 556527 - The current page property is not passed to
+       GtkPrintUnixDialog
+
+       * gtk/gtkprintoperation-unix.c: pass current-page property
+       to GtkPrintUnixDialog
+
+2008-10-15  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
+       in the type name so the macro becomes usable.
+
+2008-10-14  Christian Dywan  <christian@imendio.com>
+
+       556150 – gtk 'object' property test fixing
+
+       * gtk/tests/object.c (list_ignore_properties):
+        Remove some recently fixed properties from the exception list
+
+2008-10-13  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
+
+       * gtk/gtkcellrendererpixbuf
+       (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
+       if a GIcon is not present in the current theme. Patch by 
+       Alex Larsson.
+
 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 552318 – menubar mnemonics consumed even when