GTK+ 2.13.6 released



GTK+ 2.13.6 is now available for download at:

 http://download.gnome.org/sources/gtk+/2.13/

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

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

Notes:

 * This is unstable development release. While it has had
   a bit of testing, there are certainly plenty of bugs
   remaining to be found. This release should not be used
   in production.

 * Installing this version will overwrite your existing
   copy of GTK+. If you have problems, you'll need
   to reinstall GTK+ 2.12.

 * GTK+ 2.14 will be source and binary compatible with
   the GTK+ 2.12 series. The new API additions in GTK+ 2.13
   are finalized at this point.

 * Bugs should be reported to http://bugzilla.gnome.org.


What is GTK+
============

GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties. 


Where to get more information about GTK+
========================================

Information about GTK+ including links to documentation can be
found at:
 
http://www.gtk.org/

An installation guide for GTK+ 2.8 is found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Common questions:
 
http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/


Contributing
============

GTK+ is a large project and relies on voluntary contributions.
We are actively searching for new contributors in various areas
and invite everyone to help project development.
If you are willing to participate, please subscribe to the project
mailing lists to offer your help and read over our list of vacant
project tasks:
    http://live.gnome.org/GtkTasks


Overview of Changes from GTK+ 2.13.5 to 2.13.6
==============================================

* 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.

* Bugs fixed:
 544265 GDK assumes XFIXES extension
 543915 "Sole completion" translation issue
 544510 SetTimer callback signatures has the wrong type
 544390 evince crashes after clicking print
 361561 StatusIcon signals not documented as definitely public API.
 368234 Incorrect tabs rendering during reorder with rounded themes
 545976 Deprecate gtk_file_chooser_*_with_backend
 545978 Make filechooser GFile API public 
 544863 gtkquartz.h not included in released 2.13.5 package
 424207 printing hangs on unreachable cups server
  56070 Can't click button after setting it sensitive
 545931 small documentation typos
 344383 use po/LINGUAS
  65818 rename gtk_window_set_default() and add getter for it
 539733 No way to control treeview separator height
 523950 GtkTreeModelFilter's visible function may get an empty...
 526575 Missing return type in gtk_ui_manager_get_toplevels...
 429411 add style properties to set minimum progressbar w...
 429427 Add "arrow-spacing" style property to GtkRange
 544302 GtkStatusIcon should support GIcon
 339699 implement gtk_print_operation_set_show_dialog for...
 538686 gtkprintoperation-win32.c: devmode_from_settings
 540379 gtk_tree_view_enable_model_drag_dest and ...
 544684 Win64 issue, window handles are assumed to be 32-bit
 540834 Insensitive widgets cannot be grabbed
 515596 GtkUIManager's embedded UI definition example is invalid
 534979 GtkImageMenuItem is a bin but has two children
 382291 Automatically dim the combobox when the model is empty
 545982 missing braces cause bogus warnings when using GtkBuilder
 544858 Seal GtkAdjustment

* Updated translations:
 Spanish (es)
 Galician (gl)
 Japanese (ja)
 Korean (ko)
 Norwegian bokmÃl (nb)
 Portugese (pt)
 Brasilian Portugese (pt_BR)
 Albanian (sq)
 Swedish (sv)

Thanks to all contributors
Frederic Crozat
Sven Herzberg
Tor Lillqvist
Ian Turner
Andre Klapper
Richard Hult
Cody Russell
Sebastien Bacher
Murray Cumming
Sven Neumann
Marek Kasik
BjÃrn Lindqvist
Carlos Garnacho
Christian Dywan
Antti KaijanmÃki
Michael Natterer


August 5, 2008
Matthias Clasen





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]