GTK+ 2.21.5 released

2010-07-12 Thread Matthias Clasen
GTK+ 2.21.5 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/2.21/
 http://download.gnome.org/sources/gtk+/2.21/

6b8927e4906deea9a848445ea42a3fb4eb8767b410711e0bf826698cd11ab51b  gtk
+-2.21.5.tar.bz2
350fb48ec5033dc3728d3c0701b7c5ceaafa692557d3c1d620c47956f8382a14  gtk
+-2.21.5.tar.gz

This is a development release leading toward 2.22.

Notes:

 * GTK+ 2.22 is planned to be the last stable GTK+ 2.x release,
   to be released in parallel with GTK+ 3. It will not receive
   major feature work beyond API additions that are required
   to facilitate porting to GTK+ 3.

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

 * GTK+ 2.22 will be source and binary compatible with
   the GTK+ 2.20 series; however, the new API additions
   are not yet finalized, so there may be incompatibilities
   between this release and the final 2.22 release.

 * 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.x 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.21.4 to 2.21.5
==

* Deprecations:
 - Deprecate GdkRegion apis that have no cairo equivalent
 - GtkWindow::allow-grow and ::allow-shrink properties

* New accessors:
 - gdk_window_has_native

* Introspection: misc annotation fixes


Thanks to all contributors:
Benjamin Otte
Javier Jardón
Colin Walters
Tor Lillqvist
Philip Withnall
John Palmieri
Tomeu Vizoso
Xan Lopez
Ignacio Casal Quinteiro


July 12, 2010
Matthias Clasen


___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK+ 2.21.5 released

2010-07-12 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/12/2010 12:02 PM, Matthias Clasen wrote:
 GTK+ 2.21.5 is now available for download at:
 
 * Deprecations:
  - GtkWindow::allow-grow and ::allow-shrink properties
 

Why are these properties being depreciated? Is there another way of
doing this? This properties are quite useful for some applications and I
recently converted an application to use this properties due to other
GTK options being taken away. (gtk_window_set_policy).

Kevin

- -- 
Get my public GnuPG key from
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7D0BD5D1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAkw7a3MACgkQ6w2kMH0L1dGIpQCfZYFqNuolPCuR+HDMUXK5rk0J
+boAnReEm42B2duVTd9zhQS4gq52n6xU
=us4l
-END PGP SIGNATURE-
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: GTK+ 2.21.5 released

2010-07-12 Thread Javier Jardón
2010/7/12 Kevin DeKorte kdeko...@gmail.com:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 07/12/2010 12:02 PM, Matthias Clasen wrote:
 GTK+ 2.21.5 is now available for download at:

 * Deprecations:
  - GtkWindow::allow-grow and ::allow-shrink properties


 Why are these properties being depreciated? Is there another way of
 doing this? This properties are quite useful for some applications and I
 recently converted an application to use this properties due to other
 GTK options being taken away. (gtk_window_set_policy).

Use GtkWindow::resize instead


-- 
Javier Jardón Cabezas
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK+ 2.21.5 released

2010-07-12 Thread Kevin DeKorte

On 7/12/2010 5:45 PM, Javier Jardón wrote:

2010/7/12 Kevin DeKortekdeko...@gmail.com:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/12/2010 12:02 PM, Matthias Clasen wrote:

GTK+ 2.21.5 is now available for download at:

* Deprecations:
  - GtkWindow::allow-grow and ::allow-shrink properties



Why are these properties being depreciated? Is there another way of
doing this? This properties are quite useful for some applications and I
recently converted an application to use this properties due to other
GTK options being taken away. (gtk_window_set_policy).


Use GtkWindow::resize instead




Javier,

I don't see a resize property. If you meant resizable, that does not 
work. That only allows the window to get larger, but not smaller if I 
recall.


Kevin

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GTK+ 2.21.5 released

2010-07-12 Thread Matthias Clasen
GTK+ 2.21.5 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/2.21/
 http://download.gnome.org/sources/gtk+/2.21/

6b8927e4906deea9a848445ea42a3fb4eb8767b410711e0bf826698cd11ab51b  gtk
+-2.21.5.tar.bz2
350fb48ec5033dc3728d3c0701b7c5ceaafa692557d3c1d620c47956f8382a14  gtk
+-2.21.5.tar.gz

This is a development release leading toward 2.22.

Notes:

 * GTK+ 2.22 is planned to be the last stable GTK+ 2.x release,
   to be released in parallel with GTK+ 3. It will not receive
   major feature work beyond API additions that are required
   to facilitate porting to GTK+ 3.

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

 * GTK+ 2.22 will be source and binary compatible with
   the GTK+ 2.20 series; however, the new API additions
   are not yet finalized, so there may be incompatibilities
   between this release and the final 2.22 release.

 * 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.x 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.21.4 to 2.21.5
==

* Deprecations:
 - Deprecate GdkRegion apis that have no cairo equivalent
 - GtkWindow::allow-grow and ::allow-shrink properties

* New accessors:
 - gdk_window_has_native

* Introspection: misc annotation fixes


Thanks to all contributors:
Benjamin Otte
Javier Jardón
Colin Walters
Tor Lillqvist
Philip Withnall
John Palmieri
Tomeu Vizoso
Xan Lopez
Ignacio Casal Quinteiro


July 12, 2010
Matthias Clasen


___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


GTK+ 2.21.5 released

2010-07-12 Thread Matthias Clasen
GTK+ 2.21.5 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/2.21/
 http://download.gnome.org/sources/gtk+/2.21/

6b8927e4906deea9a848445ea42a3fb4eb8767b410711e0bf826698cd11ab51b  gtk
+-2.21.5.tar.bz2
350fb48ec5033dc3728d3c0701b7c5ceaafa692557d3c1d620c47956f8382a14  gtk
+-2.21.5.tar.gz

This is a development release leading toward 2.22.

Notes:

 * GTK+ 2.22 is planned to be the last stable GTK+ 2.x release,
   to be released in parallel with GTK+ 3. It will not receive
   major feature work beyond API additions that are required
   to facilitate porting to GTK+ 3.

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

 * GTK+ 2.22 will be source and binary compatible with
   the GTK+ 2.20 series; however, the new API additions
   are not yet finalized, so there may be incompatibilities
   between this release and the final 2.22 release.

 * 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.x 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.21.4 to 2.21.5
==

* Deprecations:
 - Deprecate GdkRegion apis that have no cairo equivalent
 - GtkWindow::allow-grow and ::allow-shrink properties

* New accessors:
 - gdk_window_has_native

* Introspection: misc annotation fixes


Thanks to all contributors:
Benjamin Otte
Javier Jardón
Colin Walters
Tor Lillqvist
Philip Withnall
John Palmieri
Tomeu Vizoso
Xan Lopez
Ignacio Casal Quinteiro


July 12, 2010
Matthias Clasen


___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list