GTK+ 2.16.4 released

View: New views
4 Messages — Rating Filter:   Alert me  

GTK+ 2.16.4 released

by Matthias Clasen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

GTK+ 2.16.4 is now available for download at:

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

md5 sums:
d666f9f5a544e9d4d45804d88b1b5c4d  gtk+-2.16.4.tar.bz2
8b6010c62013808d549474e4e5fcc7be  gtk+-2.16.4.tar.gz

sha1 sums:
e162f21fc587d9856b1560c461953bb9bcec2242  gtk+-2.16.4.tar.bz2
ba92f581ee36737fb01b0be1a2cecce4285c96a8  gtk+-2.16.4.tar.gz

This is a quick followup release to fix an unfortunate bug that
was introduced in 2.16.3.

============

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.16.3 to 2.16.4
==============================================

* Fix a side-effect introduced by the fix for bug 586330 that
  caused all stock buttons to loose their mnemonics.


July 1, 2009
Matthias Clasen


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

Re: GTK+ 2.16.4 released

by Gabriele Greco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jul 2, 2009 at 12:58 AM, Matthias Clasen <mclasen@...> wrote:

> GTK+ 2.16.4 is now available for download at:
>


About 2.16 releases:

There is some official (like Tor Win32 bundles) or unofficial OSX framework
released or we have to build from sources?

Building an OSX universal binary framework compatible with 10.4+ is not
exactly easy like configure/make :)


--
Bye,
 Gabry
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Parent Message unknown Re: GTK+ 2.16.4 released

by Thomas Stover :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> From: Gabriele Greco <gabriele.greco@...>
> Subject: Re: GTK+ 2.16.4 released
> To: gtk-app-devel-list@...
>
> On Thu, Jul 2, 2009 at 12:58 AM, Matthias Clasen <mclasen@...> wrote:
>
>  
>> GTK+ 2.16.4 is now available for download at:
>>
>>    
>
>
> About 2.16 releases:
>
> There is some official (like Tor Win32 bundles) or unofficial OSX framework
> released or we have to build from sources?
>
> Building an OSX universal binary framework compatible with 10.4+ is not
> exactly easy like configure/make :)
>
>
>  
I have some notes from August '08 when I built gtk for osx with the x11
back end. Let me know if you are interested. Most of the steps should be
about the same. It was sort of funny in the sense that I have still
never even used osx in gui mode. A friend set me up a shell account on
his osx box on our lan, and from there via ssh and no root access, I
made it all the way to screen shots for a presentation. I was very
impressed that developers had taken the time to make all those pieces
even work. My *nix experience comes from the gnu/linux world, and so for
me at least, osx was a very strange animal. It would likely be easier to
build for native osx gui (carbon?) than x11, since there was all sorts
of --please-dont-do=that type switches I had to use.


--
www.thomasstover.com

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

Re: GTK+ 2.16.4 released

by Gabriele Greco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jul 2, 2009 at 5:28 PM, Thomas Stover <thomas@...>wrote:

>
> There is some official (like Tor Win32 bundles) or unofficial OSX framework
>> released or we have to build from sources?
>>
>> Building an OSX universal binary framework compatible with 10.4+ is not
>> exactly easy like configure/make :)
>>
>>
>>
>>
> I have some notes from August '08 when I built gtk for osx with the x11
> back end. Let me know if you are interested. Most of the steps should be
> about the same. It was sort of funny in the sense that I have still never
> even used osx in gui mode. A friend set me up a shell account on his osx box
> on our lan, and from there via ssh and no root access, I made it all the way
> to screen shots for a presentation. I was very
>

Compile an X11 version or also a "quartz" version in the standard way it's
quite easy, the problem is that u get a ton of libraries for only one
architecture and it's really tough to fit them inside your application
bundle.

What I need are updated frameworks built like the one on www.gtk-osx.org,
that are really outdated (2.14.3).

Yesterday I've lost half of my afternoon trying to make the jhbuild scripts
used to build universal frameworks to work without luck...

The info on http://live.gnome.org/GTK%2B/OSX are not enough, neither are
some other I found googling around...

Maybe most of the problems I have are related to the fact I'm trying to
compile on 10.4.

--
Bye,
 Gabry
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@...
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list