<?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, 24 Feb 2008 20:24:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Barracuda P2P Chat</title>
		<link>http://haskell.org/gtk2hs/archives/2008/02/24/barracuda-p2p-chat/</link>
		<comments>http://haskell.org/gtk2hs/archives/2008/02/24/barracuda-p2p-chat/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 20:24:17 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
		
	<category>Screenshots</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2008/02/24/barracuda-p2p-chat/</guid>
		<description><![CDATA[Barracuda (by Stephan Friedrichs, Henning Günther, Oliver Mielentz and Martin Wegner) implements an ad-hoc (p2p) network. On top of that, a chat application has been realised.
Just like in IRC, the communication is organised in channels. A channel maybe anonymous (the messages&#8217; origin is obscured), private (encrypted, only invited users may join them) or public (free [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sep07.mroot.net/">Barracuda</a> (by Stephan Friedrichs, Henning Günther, Oliver Mielentz and Martin Wegner) implements an ad-hoc (p2p) network. On top of that, a chat application has been realised.</p>
<p>Just like in IRC, the communication is organised in channels. A channel maybe anonymous (the messages&#8217; origin is obscured), private (encrypted, only invited users may join them) or public (free for all users).</p>
<p>The GUI has been designed to hide the rather complicated network from the user and to look like a usual chat application. At first, every user has to select his/her private and public key, Barracuda checks if they match:</p>
<p><a href="http://haskell.org/gtk2hs/gallery/Barracuda/key_mismatch" class="gallery_href" ><img src="http://haskell.org/gtk2hs/albums/Barracuda/key_mismatch.thumb.png" class="gallery_image"  alt="[img]"  /></a> <a href="http://haskell.org/gtk2hs/gallery/Barracuda/key_match" class="gallery_href" ><img src="http://haskell.org/gtk2hs/albums/Barracuda/key_match.thumb.png" class="gallery_image"  alt="[img]"  /></a></p>
<p>Then the user may create or join private and public channels and actually chat:</p>
<p><a href="http://haskell.org/gtk2hs/gallery/Barracuda/chat_simple" class="gallery_href" ><img src="http://haskell.org/gtk2hs/albums/Barracuda/chat_simple.thumb.png" class="gallery_image"  alt="[img]"  /></a> <a href="http://haskell.org/gtk2hs/gallery/Barracuda/chat_private" class="gallery_href" ><img src="http://haskell.org/gtk2hs/albums/Barracuda/chat_private.thumb.png" class="gallery_image"  alt="[img]"  /></a></p>
<p>It is also possible to send and receive attachments:</p>
<p><a href="http://haskell.org/gtk2hs/gallery/Barracuda/chat_attachments" class="gallery_href" ><img src="http://haskell.org/gtk2hs/albums/Barracuda/chat_attachments.thumb.png" class="gallery_image"  alt="[img]"  /></a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2008/02/24/barracuda-p2p-chat/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>New application: Xiangqiboard</title>
		<link>http://haskell.org/gtk2hs/archives/2008/01/04/new-application-xiangqiboard/</link>
		<comments>http://haskell.org/gtk2hs/archives/2008/01/04/new-application-xiangqiboard/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 17:52:45 +0000</pubDate>
		<dc:creator>Axel</dc:creator>
		
	<category>Announcements</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2008/01/04/new-application-xiangqiboard/</guid>
		<description><![CDATA[Ralph Glass has written a new game using Gtk2hs. Screenshots and downloads at http://xiangqiboard.blogspot.com/. Thanks Ralph!

]]></description>
			<content:encoded><![CDATA[<p>Ralph Glass has written a new game using Gtk2hs. Screenshots and downloads at <a href="http://xiangqiboard.blogspot.com/">http://xiangqiboard.blogspot.com/</a>. Thanks Ralph!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2008/01/04/new-application-xiangqiboard/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Gtk2Hs 0.9.12.1 released</title>
		<link>http://haskell.org/gtk2hs/archives/2007/11/08/gtk2hs-09121-released/</link>
		<comments>http://haskell.org/gtk2hs/archives/2007/11/08/gtk2hs-09121-released/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 02:07:24 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
		
	<category>Announcements</category>
	<category>Releases</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2007/11/08/gtk2hs-09121-released/</guid>
		<description><![CDATA[Gtk2Hs version 0.9.12.1 is now available from:
http://haskell.org/gtk2hs/download/
The source tarball and an installer for Windows are available. Packages for various platforms should become available soon, hopefully including Debian, Fedora, Gentoo, FreeBSD and Darwin.
Changes since 0.9.12:

builds with GHC 6.8.1
updated SOE API to match that of the recent SOE release
added status icon binding
added text buffer clipboard functions
fix build [...]]]></description>
			<content:encoded><![CDATA[<p>Gtk2Hs version 0.9.12.1 is now available from:</p>
<p><a href="http://haskell.org/gtk2hs/download/">http://haskell.org/gtk2hs/download/</a></p>
<p>The source tarball and an installer for Windows are available. Packages for various platforms should become available soon, hopefully including Debian, Fedora, Gentoo, FreeBSD and Darwin.</p>
<h3>Changes since 0.9.12:</h3>
<ul>
<li>builds with GHC 6.8.1</li>
<li>updated SOE API to match that of the recent SOE release</li>
<li>added status icon binding</li>
<li>added text buffer clipboard functions</li>
<li>fix build issue with recent glib versions</li>
<li>a few minor bug fixes</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2007/11/08/gtk2hs-09121-released/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Gtk2Hs 0.9.12 released</title>
		<link>http://haskell.org/gtk2hs/archives/2007/07/27/gtk2hs-0912-released/</link>
		<comments>http://haskell.org/gtk2hs/archives/2007/07/27/gtk2hs-0912-released/#comments</comments>
		<pubDate>Fri, 27 Jul 2007 19:12:50 +0000</pubDate>
		<dc:creator>Duncan</dc:creator>
		
	<category>Announcements</category>
	<category>Releases</category>
		<guid isPermaLink="false">http://haskell.org/gtk2hs/archives/2007/07/27/gtk2hs-0912-released/</guid>
		<description><![CDATA[Gtk2Hs version 0.9.12 is now available from:
http://haskell.org/gtk2hs/download/
The source tarball and an installer for Windows are available. Packages for various platforms should become available soon, hopefully including Debian, Fedora, Gentoo, FreeBSD and Darwin.
Changes since 0.9.11:

ps, pdf and svg cairo backends are now supported
drag &#038; drop support added
can run mainGUI in GHCi after :reload
Graphics.SOE.Gtk now works with [...]]]></description>
			<content:encoded><![CDATA[<p>Gtk2Hs version 0.9.12 is now available from:</p>
<p><a href="http://haskell.org/gtk2hs/download/">http://haskell.org/gtk2hs/download/</a></p>
<p>The source tarball and an installer for Windows are available. Packages for various platforms should become available soon, hopefully including Debian, Fedora, Gentoo, FreeBSD and Darwin.</p>
<h3>Changes since 0.9.11:</h3>
<ul>
<li>ps, pdf and svg cairo backends are now supported</li>
<li>drag &#038; drop support added</li>
<li>can run mainGUI in GHCi after :reload</li>
<li>Graphics.SOE.Gtk now works with threaded rts and GHCi</li>
<li>Windows build now includes OpenGL and SourceView packages</li>
<li>c2hs no longer chokes on some system headers (eg glibc-2.4)</li>
<li>various bug fixes and minor code cleanups</li>
<li>major overhaul of the code generator (will help binding Gtk+ 2.10)</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://haskell.org/gtk2hs/archives/2007/07/27/gtk2hs-0912-released/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
