<?xml version="1.0" encoding="utf-8"?>
<!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Gtk2Hs</title>
	<link>http://haskell.org/gtk2hs</link>
	<description>A GUI Library for Haskell based on Gtk</description>
	<pubDate>Sun, 10 May 2009 16:03:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Gtk2HS 0.10.1 Released</title>
		<link>http://haskell.org/gtk2hs/archives/2009/05/10/gtk2hs-0101-released/</link>
		<comments>http://haskell.org/gtk2hs/archives/2009/05/10/gtk2hs-0101-released/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:02:10 +0000</pubDate>
		<dc:creator>pgavin</dc:creator>
		
	<category>Announcements</category>
	<category>Releases</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2009/05/10/gtk2hs-0101-released/</guid>
		<description><![CDATA[Gtk2HS 0.10.1 has been released! This release includes mostly bug fixes and other small improvements. Most notably, GHC 6.10.1 is now supported.
The source tarball may be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=49207&#038;package_id=42440
A Windows installer will be provided soon.

]]></description>
			<content:encoded><![CDATA[<p>Gtk2HS 0.10.1 has been released! This release includes mostly bug fixes and other small improvements. Most notably, GHC 6.10.1 is now supported.</p>
<p>The source tarball may be downloaded from:</p>
<p><a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=49207&#038;package_id=42440">http://sourceforge.net/project/showfiles.php?group_id=49207&#038;package_id=42440</a></p>
<p>A Windows installer will be provided soon.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2009/05/10/gtk2hs-0101-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Mickinator File Manager</title>
		<link>http://haskell.org/gtk2hs/archives/2009/03/10/mickinator-file-manager/</link>
		<comments>http://haskell.org/gtk2hs/archives/2009/03/10/mickinator-file-manager/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:36:02 +0000</pubDate>
		<dc:creator>Axel</dc:creator>
		
	<category>Announcements</category>
	<category>Screenshots</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2009/03/10/mickinator-file-manager/</guid>
		<description><![CDATA[Michael Dever is developing a file manager in Gtk2Hs and is blogging about it. He wrote a little demo that shows how to add rows to a ListStore on the fly, namely when the user expands and collapses a link. While there are other ways to do this (namely by implementing your own store using [...]]]></description>
			<content:encoded><![CDATA[<p>Michael Dever is developing a file manager in Gtk2Hs and is <a href="http://www.mickinator.com/wordpress">blogging</a> about it. He wrote a little demo that shows how to add rows to a <a href="http://www.haskell.org/gtk2hs/docs/gtk2hs-docs-0.10.0/Graphics-UI-Gtk-ModelView-ListStore.html">ListStore</a> on the fly, namely when the user expands and collapses a link. While there are other ways to do this (namely by implementing your own store using <a href="http://www.haskell.org/gtk2hs/docs/gtk2hs-docs-0.10.0/Graphics-UI-Gtk-ModelView-CustomStore.html">CustomStore</a>) his solution is certainly much simpler. A screenshot of the demo can be found <a href="http://www.haskell.org/gtk2hs/gallery/Mickinator-File-Manager/HaskellFM">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2009/03/10/mickinator-file-manager/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Gtk2Hs version 0.10.0 released</title>
		<link>http://haskell.org/gtk2hs/archives/2009/02/11/gtk2hs-version-0100-released/</link>
		<comments>http://haskell.org/gtk2hs/archives/2009/02/11/gtk2hs-version-0100-released/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 12:40:16 +0000</pubDate>
		<dc:creator>Axel</dc:creator>
		
	<category>Announcements</category>
	<category>Releases</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2009/02/11/gtk2hs-version-0100-released/</guid>
		<description><![CDATA[The new release finishes many features that were in the works. Novelties include:

support for GHC 6.10
new bindings to GIO and GtkSourceView 2.0
full switch to the new model-view implementation using Haskell models for storage
support for many more model-based widgets such as IconView and an updated binding to ComboBox
full drag-and-drop support
better support for Attributes in Pango
replaced Event [...]]]></description>
			<content:encoded><![CDATA[<p>The new release finishes many features that were in the works. Novelties include:</p>
<ul>
<li>support for GHC 6.10</li>
<li>new bindings to GIO and GtkSourceView 2.0</li>
<li>full switch to the new model-view implementation using Haskell models for storage</li>
<li>support for many more model-based widgets such as IconView and an updated binding to ComboBox</li>
<li>full drag-and-drop support</li>
<li>better support for Attributes in Pango</li>
<li>replaced Event for EventM monad, thereby improving efficiency and convenience</li>
<li>functions for interaction between Cairo and Pixbuf (i.e. it is possible to mix vector graphics and pixel-based image manipulation routines)</li>
<li>lots of bug fixes, code cleanups, and portability improvements</li>
</ul>
<p>With this release, the bindings to GnomeVFS and GtkSourceView-1.0 have been deprecated.  The TreeList modules have been deprecated from the Gtk+ bindings.</p>
<p>Source and Win32 binaries are available on the  <a href="https://sourceforge.net/project/showfiles.php?group_id=49207&#038;package_id=42440&#038;release_id=659598">Sourceforge</a> page</p>
<p>Thanks to everyone who submitted bug fixes and features this time around!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2009/02/11/gtk2hs-version-0100-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Gtk2Hs 0.9.13 released</title>
		<link>http://haskell.org/gtk2hs/archives/2008/06/20/gtk2hs-0913-released/</link>
		<comments>http://haskell.org/gtk2hs/archives/2008/06/20/gtk2hs-0913-released/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 03:14:47 +0000</pubDate>
		<dc:creator>pgavin</dc:creator>
		
	<category>Announcements</category>
	<category>Releases</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2008/06/28/gtk2hs-0913-released/</guid>
		<description><![CDATA[Gtk2Hs version 0.9.13 is now available.
New features:

bindings for Gnome VFS and GStreamer
a new Gtk+ tutorial has been adapted by Hans van Thiel
cairo image stride support
many new demos
compiles with GHC 6.8.3
lots of bug fixes

This release has been tested on a variety of platforms with different versions of Gtk+ and GHC, so you should have no trouble [...]]]></description>
			<content:encoded><![CDATA[<p>Gtk2Hs version 0.9.13 is <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=49207&#038;package_id=42440">now available</a>.</p>
<p>New features:</p>
<ul>
<li>bindings for Gnome VFS and GStreamer</li>
<li>a new Gtk+ tutorial has been adapted by Hans van Thiel</li>
<li>cairo image stride support</li>
<li>many new demos</li>
<li>compiles with GHC 6.8.3</li>
<li>lots of bug fixes</li>
</ul>
<p>This release has been tested on a variety of platforms with different versions of Gtk+ and GHC, so you should have no trouble compiling it if you&#8217;re using an older version of Gtk+.</p>
<p>Note that the binaries for Win32 for this release are only provided for GHC 6.8.3 and Gtk+ 2.12.  As with older releases, all the C libraries needed are included in the installer, so you don&#8217;t need to download anything else to get up an running.  I&#8217;ve also created zip files containing only the C libraries that can be used for redistribution.  The sources for these binaries are available <a target="_blank" href="http://ftp.gnome.org/pub/GNOME/sources/">here</a>.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2008/06/20/gtk2hs-0913-released/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
