GTK+ 2.14.1 stable release

GTK+ 2.14 adds new functionality while maintaining source and binary compatibility with GTK+ 2.12.

New widgets and objects

  • GdkAppLaunchContext, provides startup notification with g_app_info_launch()
  • GtkMountOperation, can ask for passwords when mounting volumes with g_volume_mount()
  • GtkToolShell, an interface for containers of GtkToolItems

Noteworthy new APIs

  • gtk_show_uri(), a replacement for gnome_vfs_url_show() and gnome_url_show()
  • gtk_widget_get_snapshot(), using pixmap redirection to render snapshots of widgets

Changes in the file chooser

The file chooser uses GIO directly, loadable backends are no longer supported. Autocompletion in the file chooser entry has been improved.

Changes in printing support

The print dialog displays printer status information.
Support for rearranging pages when printing multiple pages per sheet has been added to the cups backend.

Accessibility support

The gail module is shipped with GTK+, GtkBuilder supports accessibility attributes and GtkStatusIcon supports keyboard navigation.

Internationalization support

The compose sequences understood by GTK+’s builtin input method have been synchronized with recent X.org compose sequences, adding a large number of new sequences.
GTK+ no longer uses translations when an application is not translated to the current locale.

gdk-pixbuf changes

  • Support loading OS X icns format
  • Support loading JPEG 2000 images
  • Support loading and saving to GIO streams
  • Use GIO for mime information

GDK changes
GDK uses Xrandr instead of Xinerama to provide more (and dynamic) monitor information. Font configuration changes are now picked up at runtime, without an application restart.

For more details and lists of fixed bugs, see the announcements for the 2.13.x development releases:

About 900 bugs were fixed between 2.12 and 2.14.

See the original announcement for more info and downloads.

GLib 2.18.0 stable release

GLib 2.18 is a stable release adding an incremental improvement in functionality over GLib 2.16 while maintaining binary and source compatibility.

glib-2.18.0.tar.bz2
md5sum: 06e5afe4ce055085dc5fd9fdab527bf7

glib-2.18.0.tar.bz2
md5sum: e55609e7a08755b40d234090f5dfd530

Major new features include:

  • Unicode 5.1 support
  • Support for the latest version of the shared-mime specification, including icons for mime types and content types for volumes
  • Improved internationalization support with g_dgettext(), g_dngettext() and NC_()
  • Support for “subparsers” in GMarkup
  • Support for emblems on icons
  • GIO supports HTTP URIs on Windows

For more details and lists of fixed bugs, see the announcements of the 2.17.x development releases:

Pango-1.21.4 unstable release

Pango-1.21.4 is now available for download

pango-1.21.4.tar.bz2
md5sum: 75f8dea346a160f8f45c47cd30e6ab3b

pango-1.21.4.tar.gz
md5sum: 3a12cb5a7f2dc562aab415d764810f4e

Overview changes from 1.21.3

  • Use cairo_show_text_glyphs() if target cairo surface supports that. This is done by adding a new PangoRenderer method, draw_glyph_item(). Custom PangoRenderer implementations that delegate to pango_cairo may want to implement this method if they target PDF files.
  • Requires cairo >= 1.7.4 now
  • Win32 build improvements
  • Justify lines broken by U+2028 LINE SEPARATOR
  • Various small fixes and improvements
  • New API additions. You can read more about them in the original announcement.

11 bugs fixed in this release!

GTK+ 2.13.6 unstable release

This is the seventh development release leading up to GTK+ 2.14.

gtk+-2.13.6.tar.bz2
md5sum: d9b3455d4639d44073abd1fb89d0c7b9

gtk+-2.13.6.tar.gz
md5sum: 14374de5407df1e794324c87d1634363

Overview of Changes from GTK+ 2.13.5

  • Fix problems on 64-bit Windows
  • Fix a long-standing, well-known problem with the handling of insensitive buttons, bug 56070
  • Fallback to Xinerama if the Xrandr implementation is just a stub
  • gdk_threads_add_timeout_seconds[_full]: New functions with second-granularity to complete the set of gdk_threads_ timeout functions
  • Support rendering icons with emblems specified as GEmblemedIcon
  • GtkFileChooser has a GFile-oriented API now, functions for creating filechoosers with specific backends have been deprecated, since GIO is used directly.
  • GtkAdjustment has been sealed, adding getters and setters for all struct fields.

30 bugs fixed in this release!

GLib 2.17.6 unstable release

This is the sixth development release leading up to GLib 2.18.

glib-2.17.6.tar.bz2
md5sum: b596b80ec89bbcc7ddb77fbf0e4db056

glib-2.17.6.tar.gz
md5sum: bbdcc3370d40e875bc0841474d9246af

Changes from GLib 2.17.4
Fix problems on 64-bit Windows:
– g_markup_context_get_user_data: New function to access the user_data outside of callbacks

GIO:
– g_mount_guess_content_type_sync: synchronous version of g_mount_guess_content_type
– GEmblem: A GIcon implementation that adds emblem-related metadata to icons
– GEmblemedIcon: A GIcon implementation that can add emblems to icons

14 bugs fixed in this release!

GTK+ 2.13.5 unstable release

This is the sixth development release leading up to GTK+ 2.14.

gtk+-2.13.5.tar.bz2
md5sum: 19a9127ec1d072444068acc90aca8085

gtk+-2.13.5.tar.gz
md5sum: 91c1171c1407cc49af98f8fad1f4305c

Changes from GTK+ 2.13.4 to 2.13.5

gdk-pixbuf:
– Use GIO for mime type sniffing when possible

Printing:
– Handle paused printers and printers that don’t accept jobs

GtkBuilder:
– Support building parts of the XML tree with the new functions
gtk_builder_add_objects_from_file,
gtk_builder_add_objects_from_string

29 bugs fixed in this release!