]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Translation updated by Ivar Smolin
[~andy/gtk] / ChangeLog
index 5d090562787b351c7b9e76cacbd71f8dd05c3358..d9c34e897f016b1cf00fa0d81b32428e85d6e0cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,338 @@
+2008-05-08  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkgeometry-quartz.c (gdk_window_scroll): Move the
+       currently invalidated region. Fixes bug #532048, patch by Yevgen
+       Muntyan.
+
+2008-05-08  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkeventloop-quartz.c (poll_func): Only set the fake
+       fd's revents, not the first one. Fixes bug #531056, spotted by
+       Yevgen Muntyan.
+
+2008-05-07  Tor Lillqvist  <tml@novell.com>
+
+       * gtk-zip.sh.in: Add gtk-update-icon-cache.exe and more man pages
+       to the dev zipfile.
+
+2008-05-05  Matthias Clasen  <mclasen@redhat.com>
+
+       Apply a patch by Marek Kasik <mkasik@redhat.com> to display
+       more printer status information in the print dialog. 
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Translate
+       printer-state-reasons into suitable messages and icons.
+
+       * gtk/stock-icons/16/gtk-print-error.{svg,png}:
+       * gtk/stock-icons/16/gtk-print-report.{svg,png}:
+       * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
+       * gtk/Makefile.am: 
+       * gtk/gtkiconfactory.c:
+       * gtk/gtkstock.h: New stock icons to display printer state.
+
+2008-05-07  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkinternals.h
+       * gdk/gdkevents.c
+       * gdk/directfb/gdkevents-directfb.c
+       * gdk/quartz/gdkevents-quartz.c
+       * gdk/win32/gdkevents-win32.c
+       * gdk/x11/gdkevents-x11.c (_gdk_windowing_event_data_copy):
+       order parameters src,dest and make src const.
+
+2008-05-06  Richard Hult  <richard@imendio.com>
+
+       * gdk/gdkevents.c: (gdk_event_copy), (gdk_event_free):
+       * gdk/gdkinternals.h: Add private backend data to events, and
+       handle it when copying/freeing events. Currently only needed in
+       the quartz backend.
+
+       * gdk/directfb/gdkevents-directfb.c:
+       * gdk/quartz/gdkevents-quartz.c:
+       * gdk/win32/gdkevents-win32.c:
+       * gdk/x11/gdkevents-x11.c: (_gdk_windowing_event_data_copy)
+       (_gdk_windowing_event_data_free): Add stubs for X11, win32 and
+       directfb. Implement for quartz. Part of fixing bug #473822.
+
+2008-05-05  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkmain-quartz.c (_gdk_windowing_init): Initalize
+       framework if there is one.
+
+2008-05-05  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkcellrenderercombo.h
+       * gtk/gtkcellrendererspin.h
+       * gtk/gtkfilechooserbutton.h: style cleanups for the sake of
+       consistency.
+
+       * gtk/gtkfilechooserdialog.h
+       * gtk/gtkfilechooserwidget.h
+       * gtk/gtkscalebutton.h: reorder instance and class structs to be
+       in canonical order.
+
+2008-05-04  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Check if
+       gdk_unicode_to_keyval() worked before using the result. Makes
+       function keys work, bug #530156. Also add F16 to the function key
+       map.
+
+2008-05-04  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Remove stray
+       semicolon after if statement. Fixes bug #530963, patch from Yevgen
+       Muntyan.
+
+2008-05-02  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtk.h: add 15 files that were missing (they all got included
+       indirectly by including gtk.h, so should have been here in the
+       first place).
+
+2008-05-02  Michael Natterer  <mitch@imendio.com>
+
+       * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
+
+2008-05-01  Richard Hult  <richard@imendio.com>
+
+       * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
+       Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
+
+2008-05-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/imput/imthai.c: Register the right translation domain.
+
+2008-04-30  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 529386 – Printing options hidden by blacklisted option
+
+       * modules/printbackend/cups/gtkprintbackendcups.c
+       (cups_printer_get_options): Fix the blacklist handling. 
+       Patch by Marek Kašík.
+       
+2008-04-30  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/GdkQuartzView.c: Simplify check for zero sized expose
+       area.
+
+2008-04-30  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkevents-quartz.c: (_gdk_events_queue): Don't send
+       nsevents with the gdk lock held, fixes deadlock when doing manual
+       window resizing with threading enabled.
+
+2008-04-30  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkevents-quartz.c:
+       (get_keyboard_modifiers_from_ns_event), (create_key_event): Map
+       Alt to Alt and Cmd to Meta. This is not only more logical but also
+       makes it easier to have Mac-like behavior.
+
+2008-04-25  Björn Lindqvist  <bjourne@gmail.com>
+
+       * gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
+       painting the flat box instead of recalculating it. (#437493,
+       Ricardo Cruz)
+
+2008-04-25  Michael Emmel  <mike.emmel@gmail.com>
+
+       Bug 529841 – incorrect position in directfb 
+
+       * gdk/directfb/gdkwindow-directfb.c: fix y = abs_x 
+
+2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
+
+       * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
+       <pango/pango-layout.h>.
+
+       * gtk/gtkiconfactory.c
+       * gtk/gtkimmodule.c
+       * gtk/gtkmain.c
+       * gtk/gtkmodules.c
+       * gtk/queryimmodules.c: remove inclusion of single files from
+       pango, none of them was actually needed.
+
+       * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
+       <pango/pango-utils.h>.
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdkfont.h: include <pango/pango.h> instead of
+       <pango/pango-font.h>.
+
+2008-04-25  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
+       <gdk/gdkscreen.h>.
+
+2008-04-21  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkselection.c: add tons of g_return_if_fail() instead of
+       crashing when NULL pointers get passed.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkenums.h: move a few '{' to their own lines so all enums
+       here have the same style.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkicontheme.h
+       * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
+       <gdk/gdkscreen.h>.
+
+       * gtk/gtkbuilderparser.c
+       * gtk/gtklinkbutton.c
+       * gtk/gtkpreview.c
+       * gtk/gtkrecentchooserdefault.c
+       * gtk/gtkrecentchoosermenu.c
+       * modules/input/gtkimcontextthai.c: remove inclusion of single
+       files from gdk, none of the includes was actually needed.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gdk/gdk.h: reorder one include so they are all alphabetical.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * modules/printbackends/cups/gtkprintercups.[ch]
+       (gtk_printer_cups_get_ppd_name): change return value and local
+       variable to const gchar* to fix warning about discarding const
+       qualifier.
+
+2008-04-18  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentmanager.c:
+       (gtk_recent_manager_set_filename): Keep the default storage
+       file in $HOME, as we don't have a migration code in place yet.
+
+2008-04-18  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_clamp_to_age):
+       g_strfreev() the uris returned by g_bookmark_file_get_uris().
+
+2008-04-17  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkiconfactory.c (get_default_icons): register the
+       GTK_STOCK_PAGE_SETUP icon.
+
+2008-04-17  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
+       g_return_if_fail(tooltips != NULL);
+
+2008-04-16  Tristan Van Berkom <tvb@gnome.org>
+
+       * gtk/gtkwindow.c: Chain up in buildable_finish()
+
+       * gtk/gtkbuilder.c: _gtk_builder_get_absolute_filename() handle
+       cases where g_path_get_dirname() returns "."
+
+       * docs/reference/gtk/tmpl/gtklabel.sgml, 
+       docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
+       for the <attributes> tags on GtkLabel
+
+2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentmanager.c:
+       (gtk_recent_manager_real_changed): Fix last commit, and
+       complete the gtk-recent-files-max-age semantics: if the
+       property is set to 0 then purge the list.
+
+2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
+
+       Bug 488507 – boundless growth of .recently-used.xbel file
+       slows down applications
+
+       * gtk/gtkrecentmanager.c:
+       (gtk_recent_manager_init),
+       (gtk_recent_manager_real_changed),
+       (gtk_recent_manager_set_filename),
+       (gtk_recent_manager_clamp_to_age): Clamp the recently
+       used resources list by the age of its items, using
+       the newly added GtkSettings property.
+
+       * gtk/gtksettings.c (gtk_settings_class_init): Add the
+       gtk-recent-files-max-age property, controlling the
+       maximum age of the items in the recently used resources
+       list.
+
+2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
+
+       * gtk/gtkrecentmanager.c:
+       (gtk_recent_manager_add_item_query_info),
+       (gtk_recent_manager_add_item): Emit the ::changed signal
+       at the end of the asynchronous MIME type query.
+
+2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
+
+       Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel
+       every 5 seconds
+
+       * gtk/gtkrecentmanager.c: Use GFileMonitor to check for
+       changes in the recently used resources storage file, and
+       drop the timeout-based poll.
+
+       * ChangeLog: Fix attribution of the patch of the previous
+       commit.
+
+2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
+
+       Bug 506062 – gtk_recent_manager_add_item does not detect mime
+       type on Windows
+
+       * configure.in: Depend on gio-2.0
+
+       * gtk/gtkrecentmanager.c:
+       (gtk_recent_manager_add_item_query_info_cb),
+       (gtk_recent_manager_add_item): Use GIO to (asynchronously)
+       query the MIME type of the passed URI (based on a patch by
+       Armin Burgmeier)
+
+2008-04-11  Carlos Garnacho  <carlos@imendio.com>
+
+       * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
+       page to visited page list instead of next current page. (#527466,
+       patch by Marcus Brinkmann)
+
+2008-04-11  Tristan Van Berkom <tvb@gnome.org>
+
+       * gtk/gtklabel.c: Added <attributes> / <attribute>
+       custom tags to parse pango attributes into labels.
+
+       * tests/buildertest.c: Added tests for GtkLabel custom
+       tag parsing.
+
+2008-04-10  Carlos Garnacho  <carlos@imendio.com>
+
+       * gtk/gtknotebook.c (hide_drag_window): Do not call
+       gtk_widget_set_parent_window(), using widget->window instead of NULL
+       to unset is the wrong thing, and gtk_widget_unparent() will already 
+       take care of this (#467698, patch by Sébastien Granjoux)
+
+2008-04-08  Tor Lillqvist  <tml@novell.com>
+
+       * demos/gtk-demo/builder.c (quit_activate, about_activate): Mark
+       these functions with G_MODULE_EXPORT.
+
+2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>
+
+       * gtk/gtkfilesystem.c: (gtk_file_info_render_icon),
+       (gtk_file_system_volume_render_icon):
+       Fix fallback icon rendering size
+
+2008-04-08  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): fix a
+       touchscreen-mode keynav corner case: when navigating to the parent
+       menu, make sure we don't close two menus at the same time in case
+       the deepest open menu has no selectable items.
+
 2008-04-06  Tristan Van Berkom <tvb@gnome.org>
 
        * gtk/gtkwidget.c: Clarified a g_warning message regarding