<?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/">
<channel>
	<title>Comments on: The Widget Factory 0.2</title>
	<link>http://www.stellingwerff.com/?p=9</link>
	<description>Clearlooks, Linux and other things that matter</description>
	<pubDate>Sun, 05 Sep 2010 20:20:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: Craig</title>
		<link>http://www.stellingwerff.com/?p=9#comment-8072</link>
		<pubDate>Sun, 23 Jul 2006 06:23:38 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-8072</guid>
					<description>Hm, dunno why, but I debianized it for AMD64 and it segfaults:

Program received signal SIGSEGV, Segmentation fault.
0x00002aaaac8acfa0 in strlen () from /lib/libc.so.6</description>
		<content:encoded><![CDATA[<p>Hm, dunno why, but I debianized it for AMD64 and it segfaults:</p>
<p>Program received signal SIGSEGV, Segmentation fault.<br />
0&#215;00002aaaac8acfa0 in strlen () from /lib/libc.so.6
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Scott</title>
		<link>http://www.stellingwerff.com/?p=9#comment-261</link>
		<pubDate>Fri, 23 Dec 2005 20:51:27 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-261</guid>
					<description>Is this source code, an install package or both?  I was hoping it was source as I'd like to build an Debian (Ubuntu) package from it.</description>
		<content:encoded><![CDATA[<p>Is this source code, an install package or both?  I was hoping it was source as I&#8217;d like to build an Debian (Ubuntu) package from it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kenneth Christiansen</title>
		<link>http://www.stellingwerff.com/?p=9#comment-61</link>
		<pubDate>Mon, 12 Sep 2005 07:30:38 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-61</guid>
					<description>So when do you update your blog and give us a status update ? :)</description>
		<content:encoded><![CDATA[<p>So when do you update your blog and give us a status update ? <img src='http://www.stellingwerff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mikkel Kamstrup Erlandsen</title>
		<link>http://www.stellingwerff.com/?p=9#comment-54</link>
		<pubDate>Tue, 30 Aug 2005 23:10:29 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-54</guid>
					<description>Thanks a million Richard! I've already been poking around... Seems like it's a little like writing a Gnome-VFS module, just different :-D

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks a million Richard! I&#8217;ve already been poking around&#8230; Seems like it&#8217;s a little like writing a Gnome-VFS module, just different <img src='http://www.stellingwerff.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
<p>Cheers!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bvc</title>
		<link>http://www.stellingwerff.com/?p=9#comment-53</link>
		<pubDate>Tue, 30 Aug 2005 14:34:55 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-53</guid>
					<description>Looking great Richard! Keep it up!</description>
		<content:encoded><![CDATA[<p>Looking great Richard! Keep it up!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Stellingwerff</title>
		<link>http://www.stellingwerff.com/?p=9#comment-52</link>
		<pubDate>Tue, 30 Aug 2005 14:31:52 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-52</guid>
					<description>How did I get started... Well, after having used Bluecurve for quite some time, it started to grow old on me. So after creating some mockups, I downloaded the Bluecurve source code and started looking at the code. Now I don't completely remember what I changed first, or how I knew what to look for, but I probably just searched for some keywords (like "button") and studied the code.

Luckily, the code is not that difficult to understand. I suggest that you look at the source code of Clearlooks cairo, to get an idea.
The latest code is at http://cvs.gnome.org/viewcvs/gtk-engines/engines/clearlooks/src/ .

First look at clearlooks_style.c. This is where GTK+ tells the engine to draw things. clearlooks_draw.c performs the actual drawing. 

As for documentation. I recommend that you install 'devhelp' (http://developer.imendio.com/wiki/Devhelp). It allows you to browse trough the GTK+ documentation, which is very useful.

If you need help, then there's always #gnome-art and #theme-hackers on GIMPnet.</description>
		<content:encoded><![CDATA[<p>How did I get started&#8230; Well, after having used Bluecurve for quite some time, it started to grow old on me. So after creating some mockups, I downloaded the Bluecurve source code and started looking at the code. Now I don&#8217;t completely remember what I changed first, or how I knew what to look for, but I probably just searched for some keywords (like &#8220;button&#8221;) and studied the code.</p>
<p>Luckily, the code is not that difficult to understand. I suggest that you look at the source code of Clearlooks cairo, to get an idea.<br />
The latest code is at <a href='http://cvs.gnome.org/viewcvs/gtk-engines/engines/clearlooks/src/' rel='nofollow'>http://cvs.gnome.org/viewcvs/gtk-engines/engines/clearlooks/src/</a> .</p>
<p>First look at clearlooks_style.c. This is where GTK+ tells the engine to draw things. clearlooks_draw.c performs the actual drawing. </p>
<p>As for documentation. I recommend that you install &#8216;devhelp&#8217; (http://developer.imendio.com/wiki/Devhelp). It allows you to browse trough the GTK+ documentation, which is very useful.</p>
<p>If you need help, then there&#8217;s always #gnome-art and #theme-hackers on GIMPnet.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mikkel Kamstrup Erlandsen</title>
		<link>http://www.stellingwerff.com/?p=9#comment-51</link>
		<pubDate>Tue, 30 Aug 2005 12:01:09 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-51</guid>
					<description>Where do I find documentation on gtk theme engines? - Been poking around but haven't been able to find any :-(

How did you get started in the first place Richard?

Great work btw!</description>
		<content:encoded><![CDATA[<p>Where do I find documentation on gtk theme engines? - Been poking around but haven&#8217;t been able to find any <img src='http://www.stellingwerff.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>How did you get started in the first place Richard?</p>
<p>Great work btw!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ghaefb</title>
		<link>http://www.stellingwerff.com/?p=9#comment-50</link>
		<pubDate>Sat, 27 Aug 2005 07:32:52 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-50</guid>
					<description>Never mind... found it in clearlooks CVS</description>
		<content:encoded><![CDATA[<p>Never mind&#8230; found it in clearlooks CVS
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: ghaefb</title>
		<link>http://www.stellingwerff.com/?p=9#comment-49</link>
		<pubDate>Sat, 27 Aug 2005 07:27:18 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-49</guid>
					<description>Thanks for the neat app, it's very usefull.

When will clearlooks-cairo theme be ready ?
Can we download a preview/cvs version or something ?</description>
		<content:encoded><![CDATA[<p>Thanks for the neat app, it&#8217;s very usefull.</p>
<p>When will clearlooks-cairo theme be ready ?<br />
Can we download a preview/cvs version or something ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Richard Stellingwerff</title>
		<link>http://www.stellingwerff.com/?p=9#comment-48</link>
		<pubDate>Fri, 26 Aug 2005 11:36:42 +0000</pubDate>
		<guid>http://www.stellingwerff.com/?p=9#comment-48</guid>
					<description>Atonio Ognio:
Sorry, I'm not using Metacity but XFWM :)
The theme I use is something I quickly hacked up after getting "legal threats" from the Opus author for using an XFWM theme that was modelled after Opus. I didn't release this XFWM theme to the public and I'm currently not planning to port it to Metacity.

John:
It's Trebuchet MS, part of MS Core Fonts (http://corefonts.sourceforge.net/).</description>
		<content:encoded><![CDATA[<p>Atonio Ognio:<br />
Sorry, I&#8217;m not using Metacity but XFWM <img src='http://www.stellingwerff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The theme I use is something I quickly hacked up after getting &#8220;legal threats&#8221; from the Opus author for using an XFWM theme that was modelled after Opus. I didn&#8217;t release this XFWM theme to the public and I&#8217;m currently not planning to port it to Metacity.</p>
<p>John:<br />
It&#8217;s Trebuchet MS, part of MS Core Fonts (http://corefonts.sourceforge.net/).
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
