]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Generate a grab broken event when appropriate. Fixes bug #346603, patch
[~andy/gtk] / ChangeLog.pre-2-10
index 21c8a4e4941655b16fa2067bcd4797525d764c86..10fe7ce72d911c4724123804271b895f92efbaa7 100644 (file)
@@ -1,3 +1,196 @@
+2006-07-07  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkevents-quartz.c: Generate a grab broken event when
+       appropriate. Fixes bug #346603, patch from Dave Vasilevsky.
+       
+       * gdk/quartz/gdkevents-quartz.c:
+       * gdk/quartz/gdkkeys-quartz.c:
+       * gdk/quartz/gdkprivate-quartz.c: Another patch from Dave Vasilevsky,
+       fixes bug #346605. Makes modifier key events being sent properly.
+
+2006-07-07  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkrc.c
+       * gtk/gtksettings.c: fix canonicalization of property names which
+       was broken after recent constant string cleanup.
+
+2006-07-07  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkicontheme.c: Small memory savings.
+
+2006-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkfilechooserbutton.c: Get the display name
+       for the home directory.  (#346498, Dennis Cranston,
+       patch by Andreas Köhler)
+
+2006-07-06  Behdad Esfahbod  <behdad@gnome.org>
+
+       * configure.in: Drop required Pango version down to 1.12.0. (#346597)
+
+2006-07-06  John (J5) Palmieri  <johnp@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: 
+       (cups_request_printer_list_cb): Get the name of the first printer
+       in a class to use when requesting a PPD
+       (cups_request_ppd_cb, cups_request_ppd): Fix the parameters of
+       the "details-acquired" signal emittion
+       (cups_request_ppd): get the ppd name from the cups printer
+
+       * modules/printbackends/cups/gtkprintercups.c (gtk_printer_cups_get_ppd_name):
+       New method for getting the name of the ppd we should request
+
+2006-07-06  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkrc.c: added a bunch of utility functions to copy
+       icon_factories and color_hashes between GtkRcStyles and make sure
+       that newly created, duplicated and merged styles have access to
+       all icon_factories and color_hashes they need. Fixes bug #346668.
+
+2006-07-06  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/*.c: Improve the -/_ consistency in signal and
+       property names, reducing the amount of near-duplicate strings.
+
+2006-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_enable_tree_lines): Don't
+       leak dash_list.  (#346639, Christian Persch)
+
+       * gtk/gtkwindow.c (gtk_window_unmap, gtk_window_set_keep_above) 
+       (gtk_window_set_keep_below): Fix some assignments involving
+       booleans.  (#346467, Christian Persch)
+
+2006-07-03  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkgamma.c: Use serialized pixbufs instead of xpms.
+       
+2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
+
+       * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
+
+2006-06-26  Michael Emmel  <mike.emmel@gmail.com>
+       
+       * gdk/directfb/gdkdirectfb.h: changed ifdef to compile with api introduced
+       in directfb 0.9.25 
+       * gdk/directfb/gdkwindow-directfb.c: changed ifdef to 0.9.25 
+
+2006-07-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Bump version
+
+2006-07-02  Matthias Clasen  <mclasen@redhat.com>
+       
+       * === Released 2.10.0 ===
+
+       * gtk/gtkmenubar.c (window_key_press_handler): Treat
+       "" like NULL when parsing the menu-bar-accel setting.   
+       * gtk/gtkmenu.c (gtk_menu_key_press): Here too.  
+       (#346420, Yevgen Muntyan)
+
+       * configure.in: Require cairo 1.2 and GLib 2.12,
+       set version to 2.10
+
+2006-06-30  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtknotebook.c (gtk_notebook_tab_space): Remove
+       redundant assignments to page, which may cause NULL
+       dereferences.  (#346334, Dave Vasilevsky)
+
+       * demos/gtk-demo/editable_cells.c: Portability fix.
+       (#346375, Thomas Klausner)
+
+       * NEWS, README.in, INSTALL.in: Updates
+
+       * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize):
+       Don't leak default_sort_data.  (#346341, Christian Weiske)
+
+       * gtk/Makefile.am: Make sure all win32-specific printing
+       sources are distributed.  (#346312, Erik van Pienbroek)
+       
+       * gtk/gtkprinter.c (gtk_enumerate_printers): Always call the
+       destroy notify.  (#346027, Christian Persch)
+
+       * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
+       Documentation updates.
+
+       * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_set_settings):
+       Don't leak the ranges.  (#346237, Carolyn MacLeod)
+
+       * gtk/gtkprintjob.[hc]: Add a PREVIEW capability to hide
+       the preview button.  (#346113, Christian Persch)
+
+       * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
+       Hide the preview button depending on the capability.
+
+       * gtk/gtkprintoperation-unix.c: Set the PREVIEW capability.
+
+2006-06-29  Bill Skaggs  <weskaggs@primate.ucdavis.edu>
+
+       * gtk/gtkprogress.h: revert last change by Matthias -- it broke the
+       build of gtkprogressbar.
+
+2006-06-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkevents-x11.c (gdk_event_translate): Update the 
+       size of the drawable for the root window when the screen size 
+       changes.  (#346102, Sven Herzberg)
+
+2006-06-29  Matthias Clasen  <mclasen@redhat.com>
+
+       * NEWS: Updates
+
+       * gtk/gtkprintoperation.c: Clarify docs for the allow-async
+       property.  (#346108, Christian Persch)
+
+2006-06-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprinter.c: 
+       * gtk/gtkprintunixdialog.c: 
+       * gtk/gtkprintoperationpreview.c: 
+       * gtk/gtkprintcontext.c (gtk_print_context_set_cairo_context): 
+       * gtk/gtklabel.c (gtk_label_set_line_wrap_mode): 
+       * gtk/gtkentry.c (gtk_entry_new):       
+       * gtk/gtkprintoperation.c (gtk_print_operation_set_custom_tab_label): 
+       * gtk/gtkclipboard.c (gtk_clipboard_wait_for_rich_text): Documentation
+       additions and fixes.
+
+       * gtk/gtkaspectframe.h:
+       * gtk/gtkaboutdialog.c:
+       * gtk/gtkcalendar.c:
+       * gtk/gtkinputdialog.c: 
+       * gtk/gtk.symbols: Remove unnecessary includes.
+       
+       * gtk/gtkprogress.[hc]: 
+       * gtk/gtkitemfactory.[hc]: Don't unnecessarily use GTK_COMPILATION,
+       remove unnecessary includes.
+
+       * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Only select the
+       XKB event details we actually care about.  (#346079, Ryan Lortie)
+
+2006-06-27  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_model): cancel the
+       expand collapse timeout when unsetting the model (Fixes #327164,
+       reported by Daichi Kawahata).
+
+2006-06-26  Michael Emmel  <mike.emmel@gmail.com>
+       
+       * gdk/directfb/gdkdirectfb.h: added ifdef to compile with directfb 0.9.24 
+       * gdk/directfb/gdkwindow-directfb.c: ifdef depend on directfb cvs 
+
+2006-06-26  Kristian Rietveld  <kris@gtk.org>
+
+       Make the insert and set functions somewhat more convenient.
+       (#343841, David Necas).
+
+       * gtk/gtkliststore.c (gtk_list_store_insert_with_values): allow
+       a NULL iter,
+       (gtk_list_store_insert_with_valuesv): likewise.
+
+       * gtk/gtktreestore.c (gtk_tree_store_insert_with_values): ditto,
+       (gtk_tree_store_insert_with_valuesv): likewise.
+
 2006-06-26  Michael Natterer  <mitch@imendio.com>
 
        * gtk/gtktextview.c (gtk_text_view_size_allocate): revert "keep