]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Bug 556527 - The current page property is not passed to GtkPrintUnixDialog
[~andy/gtk] / ChangeLog
index e68b197067027fba20307bd8e2b5d9c92c19a641..95bc68ac7b9a3d66b9406ee1ff5ab2fcd86f4740 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,126 @@
+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
+       gtk-enable-mnemonics=false
+
+       * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
+       entries block accelerator activation when gtk-enable-mnemonics is
+       FALSE. Problem reported by Andreas Moog.
+
+2008-10-13  Cody Russell <cody@jhu.edu>
+
+       * test/testfilechooser.c: Fix option parsing so that -a and
+       --action work correctly.
+
+2008-10-13  Christian Persch <chpe@gnome.org>
+
+       Bug 555386 – format not a string literal and no format arguments
+
+       * gtk/gtkiconfactory.c
+       * gtk/gtkprintbackend.c
+       * gtk/gtkprintoperation.c
+       * gtk/gtkthemes.c
+       * gtk/tests/builder.c
+       * modules/other/gail/gailtextview.c
+       * tests/testmerge.c: Use printf safely.
+
+2008-10-13  Christian Persch <chpe@gnome.org>
+
+       Bug 555724 – gtkcellrendereraccel not initialised correctly
+
+       * gtk/gtkcellrendereraccel.c: Initialise the cell text.
+
+2008-10-12  Simos Xenitellis  <simos@gnome.org>
+
+       Bug 555625 – Updated gtk_compose_seqs_compact table 
+       (gtkimcontextsimpleseqs.h)
+       
+       * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
+       In this update we removed a further set of compose sequences that
+       are otherwise covered by check_algorithmically(). 
+
+       * gtk/gtkimcontextsimple.c: Updated table value that shows how many 
+       distinct first values exist in the compose sequences. 
+       Change from 22 to 20.
+       
+2008-10-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
+       part of the previous change, since it doesn't work correctly without
+       extra complication, and using custom icon sizes doesn't make too
+       much sense in a desktop-wide setting.
+
+2008-10-11  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
+
+       * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
+       GtkSettings::gtk-toolbar-icon-size into int properties, to
+       allow the use of app-registered icon sizes.
+
+2008-10-11  Christian Dywan  <christian@imendio.com>
+
+       Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
+
+       * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
+        Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
+
+2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 551355 – [PATCH] Make glib build with libtool 2.2
+
+       * autogen.sh: Accept libtool 2.2.   We are moving towards having
+       it working.
+
+2008-10-10  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
+       Add empty stub to fix linking.
+
+2008-10-10  Simos Xenitellis  <simos@gnome.org>
+
+       Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
+       GtkIMContextSimple
+
+       * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
+       it only checks if input is a deadkey keysym.
+
+2008-10-09  Christian Dywan  <christian@imendio.com>
+
+       Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
+
+       * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
+        Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
+
 2008-10-09  Christian Dywan  <christian@imendio.com>
 
        Bug 555573 – gtk_font_selection_set_font_name