]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Honor cups user default options from ~/.cups/lpoptions (#469210, Stijn
[~andy/gtk] / ChangeLog
index f7578d375dd592bd2863518e04a14ea999a4461a..d1ecc23beb21d7838110d812e64c63eff341b61b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,275 @@
+2008-03-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: 
+       Honor cups user default options from ~/.cups/lpoptions
+       (#469210, Stijn Hoop)
+
+2008-03-04  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcellview.c
+       * gtk/gtkcolorbutton.c
+       * gtk/gtkentrycompletion.c
+       * gtk/gtkfontbutton.c
+       * gtk/gtkiconview.c
+       * gtk/gtkobject.c
+       * gtk/gtkpaned.c
+       * gtk/gtkpreview.c: don't include "gtksignal.h".
+
+       * gtk/gtkfilefilter.c
+       * gtk/gtkrecentchoosermenu.c
+       * gtk/gtkrecentfilter.c
+       * gtk/gtktext.c: don't include "gtkobject.h".
+
+2008-03-04  Simos Xenitellis  <simos@gnome.org>
+
+        Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896
+       - Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
+       
+       * gdk/gdkkeysyms.h: Updated file from upstream (using script from 
+       same directory).
+       
+       * gtk/gtkimcontextsimpleseqs.h (gtk_compose_seqs_compact[]): New 
+       file, contains compose sequences that used to exist in 
+       gtk/gtkimcontextsimple.c
+
+       * gtk/compose-parse.py: Script to generate compose 
+       sequences from upstream (Xorg).
+
+       * gtk/gtkimcontextsimple.c (compare_seq_index, check_compact_table, 
+       check_algorithmically): New functions. First two search in
+       gtk_compose_seqs_compact[] for matching compose sequence, third
+       tries NFC normalisation on incoming compose sequence.
+       (gtk_im_context_simple_filter_keypress): 
+       Adds searching with check_compact_table(), check_algorithmically().
+
+2008-03-03  Carlos Garnacho  <carlos@imendio.com>
+
+       Fix http://bugzilla.gnome.org/show_bug.cgi?id=417389 - Make the
+       scrollwheel work in GtkPathBar.
+
+       * gtk/gtkpathbar.h (struct _GtkPathBar): New field event_window.
+
+       * gtk/gtkpathbar.c (gtk_path_bar_realize): New function.  Create
+       an input-only window, event_window, which we'll use to capture
+       scroll events.
+       (gtk_path_bar_map): Show the event_window under the rest of the
+       windows, so it will be a catch-all for unhandled events.
+
+2008-03-03  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
+       typo in the documentation of the GtkFileChooserButtons::file-set
+       signal (see bug #353196).
+
+2008-03-03  Tor Lillqvist  <tml@novell.com>
+
+       * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
+       location.
+
+2008-03-02  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtkitemfactory.h: Use void instead of empty arguments.
+       (#508760, Philip Van Hoof)
+
+       * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
+       Remove left-over focus_pad variable.
+       (#490892, Claudio Saavedra)
+
+       * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
+       (#518166, Matt Kraai)
+
+2008-03-02  Johan Dahlin  <johan@gnome.org>
+
+       * docs/tutorial/gtk-tut.sgml: Add a missing space
+       (#517954, Matt Kraai)
+
+2008-03-03  Tor Lillqvist  <tml@novell.com>
+
+       * modules/engines/ms-windows/msw_style.c (draw_box): Check that
+       the widget is a GtkButton before casting.
+
+2008-03-02  Johan Dahlin  <johan@gnome.org>
+
+       * configure.in: Compare using = instead of ==, which is portable.
+       (#490787, Thomas Klausner)
+
+2008-03-02  Johan Dahlin  <johan@gnome.org>
+
+       * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later,
+       fixes non-C++ build.
+       (#496032, Nelson Benitez)
+
+2008-02-29  Johan Dahlin  <johan@gnome.org>
+
+       * demos/gtk-demo/demo.ui:
+       * gtk/gtkbuilderparser.c:
+       * gtk/gtkbuilderprivate.h:
+       * gtk/gtkliststore.c:
+       * tests/buildertest.c:
+       Add translatable/context and comment attributes on
+       <col> tags under a GtkListStore. Refactor parts of the
+       translation api and make it available inside gtk+ itself.
+       Update tests and example.
+       Fixes a part of #518642
+
+2008-02-29  Johan Dahlin  <johan@gnome.org>
+
+       * gtk/gtkbuilder.c:
+       Add missing g_return_val_if_fail checks for public API.
+
+       * gtk/gtkbuilderparser.c:
+       * gtk/gtkbuilderprivate.h:
+       Do not use g_error for a few more errors, instead set
+       the GError sent in through add_from_file/add_from_string.
+       * tests/buildertest.c:
+       Add a couple of new parsing tests.
+       (#519199, Pavel Syomin)
+
+2008-02-29  Federico Mena Quintero  <federico@novell.com>
+
+       * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): When
+       refreshing an existing folder (i.e. when we are about to reload
+       its file list), turn off the folder's is_finished_loading flag.
+       Otherwise callers which do ::is_finished_loading() followed by
+       ::list_children() will get nothing.
+
+2008-02-29  Cody Russell  <bratsche@gnome.org>
+
+       * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
+       say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
+
+2008-02-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcalendar.h: Remove trailing comma from enum to
+       make the compiler happy.  (#517295, Sylvain Pasche)
+
+2008-02-27  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenushell.c
+       * gtk/gtktable.c
+       * gtk/gtktext.c
+       * gtk/gtktipsquery.c
+       * gtk/gtktoolbar.c
+       * gtk/gtktreeitem.c
+       * gtk/gtktreeview.c
+       * gtk/gtkviewport.c
+       * gtk/gtkwin32embedwidget.c: remove g_return_if_fail() from
+       private functions and virtual function implementations.
+
+2008-02-27  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/GdkQuartzView.c:
+       * gdk/quartz/GdkQuartzView.h:
+       * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations):
+       Fix performance regression for borderless transparent windows
+       with shadow.
+
+2008-02-27  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * tests/testgtk.c: Revert back to r19454.
+
+2008-02-27  Sven Neumann  <sven@gimp.org>
+
+       * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
+       Quartz backend, use a native Mac OS X application for the print
+       preview (bug #518624).
+
+2008-02-26  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
+       the members of info->tag_stack since they are a) gobjects and b)
+       not even owned by us, ugh... Fixes crash when deserializing fails.
+
+2008-02-26  Sven Neumann  <sven@gimp.org>
+
+       * docs/tools/shooter.c (find_toplevel_window)
+       * docs/tools/widgets.c (find_toplevel_window): fixed signedness of
+       argument passed to XQueryTree().
+
+2008-02-25  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksearchenginebeagle.c: Look for libbeagle.so.1 and
+       don't use beagle_query_add_hit_type.
+
+2008-02-25  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkevents-quartz.c
+       (_gdk_quartz_events_trigger_crossing_events): Fix build on tiger.
+
+2008-02-24  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/GdkQuartzWindow.c: Prevent hidden windows from being
+       shown without gdk's control when clicking the dock icon.
+
+2008-02-24  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkprivate-quartz.h:
+       * gdk/quartz/gdkeventloop-quartz.c: (got_fd_activity), (poll_func):
+       Use the subtype field for the custom event that is used to wake up
+       the mainloop so we can have other custom event types.
+
+       * gdk/quartz/gdkevents-quartz.c:
+       (_gdk_quartz_events_trigger_crossing_events):
+       * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Create
+       crossing events after showing a window if necessary, to work
+       around problems with the tracking rect API.
+
+2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
+
+       * demos/gtk-demo/printing.c (do_printing): gtk-demo printing gives 
+       wrong results on win32 because it doesn't set the printing units, 
+       which affect the transformation of the cairo context 
+       (#347125, Erik van Pienbroek)
+
+2008-02-22  Tor Lillqvist  <tml@novell.com>
+
+       * tests/pixbuf-init.c: Add file missing from SVN, from the tarball.
+
+2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
+
+       * gdk-pixbuf/queryloaders.c (loader_sanity_check): It's perfectly
+       acceptable for a module to only support the save_to_callback()
+       method if it marks itself as WRITABLE
+
+2008-02-16  Matthias Clasen  <mclasen@redhat.com>
+       
+       * configure.in: Bump version
+
+2008-02-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * === Released 2.13.0 ===
+
+       * Makefile.decl: Start Xvfb at depth 16 so cairo doesn't choke.
+
+2008-02-21  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/gtkfilechooserdefault.c (list_mtime_data_func) [Win32]: Must
+       pass the format string to strftime in the C library's locale's
+       charset, not the system's. Correspondingly, the return value from
+       strftime() is in the C library's locale's charset. (#509885)
+
+2008-02-20  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations): Set
+       the right window level and shadow after recreating the window.
+
+       * gdk/quartz/GdkQuartzView.c: (drawRect): Invalidate the shadow if
+       necessary after drawing (bug #517338).
+
+2008-02-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
+
+       * gtk/gtkbuilder.c (_gtk_builder_enum_from_string): fix missing
+       call to g_type_class_unref in case of error. (#517563)
+
+2008-02-18  Sven Neumann  <sven@gimp.org>
+
+       * gtk/Makefile.am (STOCK_ICONS)
+       * gtk/stock-icons/16/gtk-page-setup.png
+       * gtk/stock-icons/24/gtk-page-setup.png: added page-setup icons
+       taken from GNOME icon theme.
+
+       * gtk/gtkstock.[ch]: added GTK_STOCK_PAGE_SETUP. Closes bug #514410.
+
 2008-02-18  Runa Bhattacharjee <runabh@gmail.com>
 
        * configure.in: Added Kannada (kn) to ALL_LINGUAS