<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GNOME Theming &#187; Uncategorized</title>
	<atom:link href="http://blogs.gnome.org/theming/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/theming</link>
	<description>... for the child in you.</description>
	<lastBuildDate>Wed, 12 Aug 2009 12:22:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Announcing gtk-css-engine 0.3.1</title>
		<link>http://blogs.gnome.org/theming/2009/08/12/announcing-gtk-css-engine-031/</link>
		<comments>http://blogs.gnome.org/theming/2009/08/12/announcing-gtk-css-engine-031/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:22:14 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=45</guid>
		<description><![CDATA[The CSS Theme Engine for Gtk+, Version 0.3.1 is available for download.
About gtk-css-engine
The CSS theme engine for Gtk+ an experimental theme engine reading styling information from CSS rather than the traditional gtkrc format.
The engine has only seen very limited testing and is not suited for production use at this point in time. We are however [...]]]></description>
			<content:encoded><![CDATA[<p>The CSS Theme Engine for Gtk+, Version 0.3.1 is available for download.<strong></strong></p>
<p><strong>About gtk-css-engine</strong></p>
<p>The CSS theme engine for Gtk+ an experimental theme engine reading styling information from CSS rather than the traditional gtkrc format.</p>
<p>The engine has only seen very limited testing and is not suited for production use at this point in time. We are however proud to announce that this is the initial release that supports desktop-wide use.</p>
<p><strong>New and noteworthy</strong></p>
<ul>
<li>Initial support for desktop-wide use.</li>
<li>Require <a href="http://people.freedesktop.org/~robsta/ccss/">ccss</a> &gt;= 0.5.0.</li>
<li>Improvements to the <em><a href="http://www.gnome.org/~robsta/gtk-css-engine/0.3/Moblesse-0.3.1.png">Moblesse</a></em> sample theme.</li>
<li>Updates to the <em>Pioneer</em> single canvas theme template.</li>
</ul>
<p><strong>Usage information</strong></p>
<p>Due to limitations in the Gtk+ toolkit integration working with the CSS engine requires extra steps. Here is a brief rundown that should work on most systems. This workflow requires <a href="http://www.stellingwerff.com/?page_id=10">The Widget Factory</a> to be installed and its <code>twf</code> binary be found in the path.</p>
<ol>
<li>Install to <code>--prefix=/usr</code></li>
<li>Delete the directory <code>/usr/share/themes/moblesse</code></li>
<li>Symlink the tarball&#8217;s <code>themes/moblesse</code> directory to <code>~/.themes/moblesse</code></li>
<li>Edit <code>themes/moblesse/gtk-2.0/gtkrc.css</code></li>
<li>Go to <code>themes/moblesse/gtk-2.0</code> and run <code>make preview</code></li>
<li>Repeat from 4.</li>
</ol>
<p>Step 4. creates a gtkrc file called <code>generated.rc</code> which is included in the theme&#8217;s boilerplate gtkrc. This ensures gtk is initialised correctly so that foreign applications like Firefox and OpenOffice.org work as expected.</p>
<p>A template tarball for custom themes will be made available shortly.</p>
<p><strong>Availability</strong></p>
<p>c1d0000e00516b50f976db7726cd3f5e6318182704ad04be980d4ec7731e75d4 <a href="http://ftp.gnome.org/pub/GNOME/sources/gtk-css-engine/0.3/gtk-css-engine-0.3.1.tar.bz2">gtk-css-engine-0.3.1.tar.bz2</a><br />
9cf4fe99f3b6a30edc892489894252e031b3b988d7f23629e202d97ee689078e <a href="http://ftp.gnome.org/pub/GNOME/sources/gtk-css-engine/0.3/gtk-css-engine-0.3.1.tar.gz">gtk-css-engine-0.3.1.tar.gz</a><br />
<strong></strong></p>
<p><strong>Contributors</strong></p>
<p>Robert Staudinger, Thorsten Wilms</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2009/08/12/announcing-gtk-css-engine-031/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing ccss 0.5</title>
		<link>http://blogs.gnome.org/theming/2009/08/11/announcing-ccss-05/</link>
		<comments>http://blogs.gnome.org/theming/2009/08/11/announcing-ccss-05/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 16:44:39 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=42</guid>
		<description><![CDATA[The CCSS library version 0.5 is available for download.
About CCSS
CCSS offers a C API to parse CSS stylesheets from files or buffers and offers and interface to cascade styles for custom document representations such as a libxml DOM or a Gtk+ widget tree.
The CCSS-Cairo integration library offers an API to draw CSS styles onto cairo [...]]]></description>
			<content:encoded><![CDATA[<p>The CCSS library version 0.5 is available for download.<strong></strong></p>
<p><strong>About CCSS</strong></p>
<p>CCSS offers a C API to parse CSS stylesheets from files or buffers and offers and interface to cascade styles for custom document representations such as a libxml DOM or a Gtk+ widget tree.</p>
<p>The CCSS-Cairo integration library offers an API to draw CSS styles onto cairo surfaces.</p>
<p>CCSS-Gtk+ integration library provides convenience functions for interacting with Gtk+, such as a best-effort css-to-gtkrc conversion.</p>
<p><strong> New and noteworthy</strong></p>
<ul>
<li>Use <em>ccss</em> name consistently, drop <em>lib</em> prefix where possible (e.g. pkg-config files).</li>
</ul>
<p>CCSS</p>
<ul>
<li>Deep-free properties when destroying a stylesheet, fixes memory leak.</li>
<li> New <code>ccss_style_hash()</code> value can be used to compare styles for equality.</li>
<li> Ability to load CSS files and dump the resulting CSS in <em>ccss-stylesheet-to-gtkrc</em> for debugging multi-file stylesheets.</li>
<li>New <code>ccss_stylesheet_unload()</code> to unload CSS files or buffers.</li>
</ul>
<p>CCSS-Cairo</p>
<ul>
<li> Support for loadable modules to hook in custom CSS3 <em>appearance</em> renderers.</li>
<li> Draw background with alpha channel.</li>
<li> Consolidate drawing functions (no more <code>outline</code>, <code>line</code> functions), use double precision coordinates.</li>
</ul>
<p>CCSS-Gtk+</p>
<ul>
<li> Improvements to gtk[rc] compatibility.</li>
</ul>
<p><strong>Availability<br />
</strong></p>
<p><a href="http://people.freedesktop.org/%7Erobsta/ccss/">http://people.freedesktop.org/~robsta/ccss/</a></p>
<p><strong>Contributors<br />
</strong></p>
<ul>
<li>Robert Staudinger</li>
<li>Thomas Thurman</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2009/08/11/announcing-ccss-05/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Announcing gtk-css-engine 0.3</title>
		<link>http://blogs.gnome.org/theming/2009/08/03/announcing-gtk-css-engine-03/</link>
		<comments>http://blogs.gnome.org/theming/2009/08/03/announcing-gtk-css-engine-03/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 07:12:21 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=38</guid>
		<description><![CDATA[The CSS Theme Engine for Gtk+, Version 0.3 is available for download.
 About gtk-css-engine
The Cascading Style Sheet Theme Engine for the GNU is Not UNIX Tool Kit Plus (commonly just CSS Engine) is an experimental theme engine reading styling information from CSS rather than the traditional gtkrc
format.
The engine has only seen very limited testing and [...]]]></description>
			<content:encoded><![CDATA[<p>The CSS Theme Engine for Gtk+, Version 0.3 is available for download.</p>
<p><strong> About gtk-css-engine</strong></p>
<p>The Cascading Style Sheet Theme Engine for the GNU is Not UNIX Tool Kit Plus (commonly just <em>CSS Engine</em>) is an experimental theme engine reading styling information from CSS rather than the traditional gtkrc<br />
format.</p>
<p>The engine has only seen very limited testing and is not suited for desktop-wide use at this point in time. Currently <a href="http://www.stellingwerff.com/?page_id=10">The Widget Factory</a> is the recommended way for working with the CSS engine.</p>
<p><strong>New and noteworthy</strong></p>
<ul>
<li> Work on widgets parts: a way to address things like notebook tabs.</li>
<li> Start of a sample theme called <a href="http://www.gnome.org/~robsta/gtk-css-engine/0.3/Moblesse-0.3.png">Moblesse</a>.</li>
<li> Work on a single canvas theme called Pioneer.</li>
<li> Requires <a href="http://people.freedesktop.org/~robsta/libccss/">libccss-0.4</a>.</li>
</ul>
<p><strong>Availability</strong></p>
<p><a href="http://download.gnome.org/sources/gtk-css-engine/0.3/" target="_blank">http://download.gnome.org/sources/gtk-css-engine/0.3/</a></p>
<div id=":3av" class="ii gt"><strong>Contributors</strong></p>
<ul>
<li>Anton Kerezov</li>
<li>Robert Staudinger</li>
<li>Thorsten Wilms</li>
</ul>
<p><a href="http://people.freedesktop.org/%7Erobsta/libccss/" target="_blank"></a></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2009/08/03/announcing-gtk-css-engine-03/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GNOME Art meeting reminder (Monday 19:00 UTC)</title>
		<link>http://blogs.gnome.org/theming/2008/12/07/gnome-art-meeting-reminder-monday-1900-utc/</link>
		<comments>http://blogs.gnome.org/theming/2008/12/07/gnome-art-meeting-reminder-monday-1900-utc/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 15:58:16 +0000</pubDate>
		<dc:creator>benzea</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=35</guid>
		<description><![CDATA[The next GNOME Art Meeting will be on Monday the 8th December at 19:00 UTC in #gnome-art on irc.gnome.org.
No topic that should be discussed on Monday has been added to the Wiki page yet. If you would like to add anything to the agenda, you can do so by editing the Wiki.
Everyone is welcome to [...]]]></description>
			<content:encoded><![CDATA[<p>The next <a href="http://live.gnome.org/GnomeArt/Meetings">GNOME Art Meeting</a> will be on Monday the 8th December at <a href="http://www.timeanddate.com/worldclock/fixedtime.html?month=12&#038;day=8&#038;year=2008&#038;hour=19&#038;min=0&#038;sec=0&#038;p1=0">19:00 UTC</a> in #gnome-art on irc.gnome.org.</p>
<p>No topic that should be discussed on Monday has been added to the <a href="http://live.gnome.org/GnomeArt/Meetings/20081208">Wiki page</a> yet. If you would like to add anything to the agenda, you can do so by editing the <a href="http://live.gnome.org/GnomeArt/Meetings/20081208">Wiki</a>.</p>
<p>Everyone is welcome to participate in the meeting.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/12/07/gnome-art-meeting-reminder-monday-1900-utc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the CSS engine (not)?</title>
		<link>http://blogs.gnome.org/theming/2008/11/22/what-is-the-css-engine-not/</link>
		<comments>http://blogs.gnome.org/theming/2008/11/22/what-is-the-css-engine-not/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:05:01 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gtk-css-engine]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=28</guid>
		<description><![CDATA[Andreas&#8217; recent post initiated some discussion about this project&#8217;s merits [1, 2], so it might be helpful to spell out some factoids.
The CSS engine is:

A theme engine for Gtk+ 2.x, that reads widget style descriptions from CSS.
Very immature and far from being ready for daily use.
Considerably slower than existing engines, since CSS styles are currently [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andreasn.se/blog/?p=91">Andreas&#8217; recent post</a> initiated some discussion about this project&#8217;s merits [<a href="http://www.jonobacon.org/?p=1403">1</a>, <a href="http://dborg.wordpress.com/2008/11/19/creating-themes/">2</a>], so it might be helpful to spell out some factoids.</p>
<p>The CSS engine is:</p>
<ul>
<li>A theme engine for Gtk+ 2.x, that reads widget style descriptions from CSS.</li>
<li>Very immature and far from being ready for daily use.</li>
<li>Considerably slower than existing engines, since CSS styles are currently calculated for every drawing operation.</li>
<li>Rather wastful regarding memory consumption, because it adds a complete theming layer aside Gtk+&#8217;s built-in gtkrc infrastructure.</li>
</ul>
<p>The CSS engine is not / does not provide:</p>
<ul>
<li>A theming system for Gtk+ 3.x.</li>
<li>A new way to arrange widgets in Gtk+ applications.</li>
<li>The way how GNOME 3 will be themed.</li>
<li>Good themes for free. No drawing is being done by the engine itself, every pixel on the screen has to be put there by CSS (or images referenced from CSS). Writing a CSS theme will be a lot of work.</li>
<li>Any kind of innovation. QT supports CSS, XUL uses it for even longer. From a developer&#8217;s point of view the most interesting part is <a href="http://anongit.freedesktop.org/git/ccss.git/">libccss</a> anyway, a library that parses CSS and draws CSS styles using cairo. The gtk engine is just a thin wrapper around it.</li>
</ul>
<p>[1] http://www.jonobacon.org/?p=1403<br />
[2] http://dborg.wordpress.com/2008/11/19/creating-themes/</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/11/22/what-is-the-css-engine-not/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Towards gtk-css-engine 0.3</title>
		<link>http://blogs.gnome.org/theming/2008/10/27/towards-gtk-css-engine-03/</link>
		<comments>http://blogs.gnome.org/theming/2008/10/27/towards-gtk-css-engine-03/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 16:35:57 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gtk-css-engine]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=17</guid>
		<description><![CDATA[Up to now the vocabulary used for theming in the CSS engine was very much tied to the way Gtk+ works internally. Designers were required to know how things work under the hood, which made the creation of themes rather counter-intuitive.
For the upcoming release this will change. Theming will focus on the well-known widgets and [...]]]></description>
			<content:encoded><![CDATA[<p>Up to now the vocabulary used for theming in the CSS engine was very much tied to the way Gtk+ works internally. Designers were required to know how things work under the hood, which made the creation of themes rather counter-intuitive.</p>
<p>For the upcoming release this will change. Theming will focus on the well-known <em>widgets</em> and a few additional <em>widget roles</em>.</p>
<p><strong>Widget Theming</strong></p>
<p>Specifying the style of simple widgets is very intuitive, the following example creates a white button with black border and red text:</p>
<pre style="padding-left: 30px;">GtkButton {
    background-color: white;
    border: 1px solid black;
    color: red;
}</pre>
<p>Things are a bit more involved when it comes to widgets that consist of several parts, like for instance a scroll-bar. In version 0.3 style will apply to the background of a widget by default:</p>
<pre style="padding-left: 30px;">GtkScrollbar {
    background-color: grey;
}</pre>
<p>will affect the scroll-bar&#8217;s <em>&#8220;trough&#8221;</em> area, the part on which the scroll handle resides.</p>
<p>Of course it is desirable to also have access to a scroll-bar&#8217;s other parts, like the up/down arrows and the scroll-handle. This is possible using <em>widget roles</em>.</p>
<p><strong>Widget Roles</strong></p>
<p>The scroll-bar arrows mentioned above appear in a similar fashion in a spin-button, and there is a number of widgets that employs some sort of <em>&#8220;handle&#8221;</em> that is used to change a position or value, yet another set of widgets share the concept of a <em>&#8220;drop-down button&#8221;</em>.</p>
<p>To allow for styling of such common parts a set of CSS classes will be introduced:</p>
<dl>
<dt style="font-family: fixed;">.gtk-check-mark</dt>
<dd style="padding-left: 30px;">A check-mark sign, used by GtkCheckButton, GtkCheckMenuItem, GtkCellRendererToggle.</dd>
<dt style="font-family: fixed;">.gtk-radio-knob</dt>
<dd style="padding-left: 30px;">A radio-button sign, used by GtkRadioButton, GtkRadioMenuItem, GtkCellRendererToggle.</dd>
<dt style="font-family: fixed;">.gtk-dropdown-button</dt>
<dd style="padding-left: 30px;">A button exposing collapsed widget content in a pop-up, used by GtkComboBox, GtkComboBoxEntry, GtkMenuToolButton, GtkOptionMenu.</dd>
<dt style="font-family: fixed;">.gtk-expander</dt>
<dd style="padding-left: 30px;">Usually an arrow exposing collapsed widget content inline, used by GtkExpander, GtkTreeView.</dd>
<dt style="font-family: fixed;">.gtk-handle</dt>
<dd style="padding-left: 30px;">A widget part that is used to changed values or positions, used by GtkHandleBox, GtkStatusbar, GtkPaned, GtkRange (and its sub-classes GtkHScale, GtkVScale, GtkHScrollbar, GtkVScrollbar).</dd>
<dt style="font-family: fixed;">.gtk-tab</dt>
<dd style="padding-left: 30px;">A label that stays visible when the widget&#8217;s main part is hidden, used by GtkNotebook.</dd>
<dt style="font-family: fixed;">.gtk-header</dt>
<dd style="padding-left: 30px;">A header providing information about a column, used by GtkTreeView, GtkCalendar.</dd>
<dt style="font-family: fixed;">.gtk-forward-stepper, .gtk-backward-stepper</dt>
<dd style="padding-left: 30px;">An arrow increasing or decreasing value or position, used by GtkSpinButton, GtkHScrollbar, GtkVScrollbar.</dd>
<dt style="font-family: fixed;">.gtk-secondary-forward-stepper, .gtk-secondary-backward-stepper</dt>
<dd style="padding-left: 30px;">A secondary arrow for manipulation of scroll position, used by GtkHScrollbar, GtkVScrollbar.</dd>
<dt style="font-family: fixed;">.gtk-progress-indicator</dt>
<dd style="padding-left: 30px;">An area indicating how much an operation already progressed, used by GtkProgressBar.</dd>
<dt style="font-family: fixed;">.gtk-focus-indicator</dt>
<dd style="padding-left: 30px;">GtkButton, GtkCalendar, GtkCheckButton, GtkEntry, GtkExpander, GtkIconView (&#8221;iconview-drop-indicator&#8221;, &#8220;icon_view&#8221;), GtkListItem (&#8221;add-mode&#8221;, NULL&#8221;), GtkNotebook, GtkOptionMenu, GtkRange, GtkText, GtkTextView, GtkTreeItem, GtkTreeView (&#8221;NULL, &#8220;treeview&#8221;, &#8220;treeview-left&#8221;, &#8220;treeview-right&#8221;, &#8220;treeview-middle&#8221;, &#8220;treeview-drop-indicator&#8221;, &#8220;treeview-drop-indicator-left&#8221;, &#8220;treeview-drop-indicator-right&#8221;, &#8220;tree-view-drop-indicator-middle&#8221;), GtkTreeViewColumn</dd>
</dl>
<p><strong>Examples</strong></p>
<p>CSS provides means to select specific items and apply style to them, here are a few examples:</p>
<ul>
<li><code>*.gtk-dropdown-button { ... }</code>: give a common appearance for all drop-down buttons.</li>
<li><code>GtkComboBox &gt; *..gtk-dropdown-button { ... }</code>: give a special appearance for a combo-box&#8217;s drop-down button.</li>
<li><code>GtkVScrollbar &gt; *.gtk-handle { ... }</code>: access the slider of a vertical scrollbar.</li>
<li><code>GtkTreeview &gt; *.gtk-header { ... }</code>: access the header of a tree-view widget.</li>
<li><code>GtkHandleBox[handle-position=left] &gt; *.gtk-handle { ... }</code>: access the handle of a standard handle-box with the handle on the left.</li>
</ul>
<p><strong>Updates</strong></p>
<ul>
<li>Add <em>&#8220;.gtk-focus-indicator&#8221;</em> role.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/10/27/towards-gtk-css-engine-03/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Announcing gtk-null-engine 0.2</title>
		<link>http://blogs.gnome.org/theming/2008/10/21/announcing-gtk-null-engine-02/</link>
		<comments>http://blogs.gnome.org/theming/2008/10/21/announcing-gtk-null-engine-02/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 16:20:11 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gtk-null-engine]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=14</guid>
		<description><![CDATA[The gtk-null-engine, version 0.2 is available:
http://www.gnome.org/~robsta/gtk-null-engine/
9ac60dc1af7a6cf578821d709d90ecdc  gtk-null-engine-0.2.tar.gz
About gtk-null-engine
The gtk-null-engine is primarily a gtk theme engine template. It can be used as a starting point when attempting to write a gtk theme engine from scratch.

An addition worth mentioning is the gne-inspector executable now accompanying the library. It  captures the drawing log output of the theme [...]]]></description>
			<content:encoded><![CDATA[<p>The gtk-null-engine, version 0.2 is available:</p>
<p style="padding-left: 30px;"><a href="http://www.gnome.org/~robsta/gtk-null-engine/">http://www.gnome.org/~robsta/gtk-null-engine/</a><br />
9ac60dc1af7a6cf578821d709d90ecdc  gtk-null-engine-0.2.tar.gz</p>
<div class="ArwC7c ckChnd"><strong>About gtk-null-engine</strong><br />
The gtk-null-engine is primarily a gtk theme engine template. It can be used as a starting point when attempting to write a gtk theme engine from scratch.</div>
<div id=":1in" class="ArwC7c ckChnd">
<p>An addition worth mentioning is the <code>gne-inspector</code> executable now accompanying the library. It  captures the drawing log output of the theme engine and can thus be used to quickly get an abridgement how widgets are drawn and which drawing functions are used.</p>
<p>Example command-lines:</p>
<pre style="padding-left: 30px;">./gne-inspector GtkButton
./gne-inspector GtkComboBoxEntry</pre>
<p>After a successful build the program can be found in the <code>inspector</code> sub-directory.</p>
<p>The source code repository is available at<br />
<a href="http://bzr-playground.gnome.org/%7Erobsta/gtk-null-engine" target="_blank">http://bzr-playground.gnome.org/~robsta/gtk-null-engine</a></p>
<p><strong>New in version 0.2</strong></p>
<ul>
<li>Drawing function logging, see above.</li>
<li>Resolve special size values: values of -1 for width and/or height mean the full respective extent of the drawable should be covered.</li>
</ul>
<p>For an exhaustive list of changes please refer to the <code>ChangeLog</code>.</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/10/21/announcing-gtk-null-engine-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gtk-css-engine 0.2 available</title>
		<link>http://blogs.gnome.org/theming/2008/10/01/announce-gtk-css-engine-02-available/</link>
		<comments>http://blogs.gnome.org/theming/2008/10/01/announce-gtk-css-engine-02-available/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 12:41:40 +0000</pubDate>
		<dc:creator>robsta</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gtk-css-engine]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/?p=7</guid>
		<description><![CDATA[¿Where?
The CSS Theme Engine for Gtk+, Version 0.1 is available for downloaded:
ftp://ftp.gnome.org/pub/GNOME/sources/gtk-css-engine/0.2/
4268420614b57a8e54a40e7fea3ea22c  gtk-css-engine-0.2.0.tar.bz2
c02e05a4d5afa2be54814ff9f2100dba  gtk-css-engine-0.2.0.tar.gz
¿What?
The Cascading Style Sheet Theme Engine for the GNU is Not UNIX Image Manipulation Program Tool Kit Plus (commonly just &#8220;CSS engine&#8221;) is an experimental theme engine reading styling information from CSS rather than the traditional gtkrc format.
Because of the fledgling status [...]]]></description>
			<content:encoded><![CDATA[<p><strong>¿Where?</strong></p>
<p>The CSS Theme Engine for Gtk+, Version 0.1 is available for downloaded:</p>
<p style="padding-left: 30px;"><a href="ftp://ftp.gnome.org/pub/GNOME/sources/gtk-css-engine/0.2/">ftp://ftp.gnome.org/pub/GNOME/sources/gtk-css-engine/0.2/</a></p>
<p style="padding-left: 30px;">4268420614b57a8e54a40e7fea3ea22c  gtk-css-engine-0.2.0.tar.bz2<br />
c02e05a4d5afa2be54814ff9f2100dba  gtk-css-engine-0.2.0.tar.gz</p>
<p><strong>¿What?</strong></p>
<p>The Cascading Style Sheet Theme Engine for the GNU is Not UNIX Image Manipulation Program Tool Kit Plus (commonly just &#8220;CSS engine&#8221;) is an experimental theme engine reading styling information from CSS rather than the traditional gtkrc format.</p>
<p>Because of the fledgling status this project is still in, desktop-wide use of CSS themes is not supported yet. Currently The Widget Factory [1] is the recommended way for working with the CSS engine. The focus of this release is on basic CSS support.</p>
<p>Features:</p>
<ul>
<li> Border radius.</li>
<li>Background image: -attachment, -position, -repeat, -size.</li>
<li> External tool `css2gtkrc` for extracting gtkrc information from stylesheets.</li>
</ul>
<p>Theme:</p>
<ul>
<li>Rounded corners.</li>
<li> CSS compliant background-image settings.</li>
<li> Use actual borders for checks and options, make them use 100% of the allocated space.</li>
</ul>
<p>Internals:</p>
<ul>
<li>Create `color` property and use it for bg- and fg-color(in `block`, `style`, &#8230;).</li>
<li> More robust parsing, handle (some) invalid CSS.</li>
<li> Better stability, work around a problem in libcroco (b.g.o#553937).</li>
<li> Have an internal instance of `ccss_style_t` with default values, `ccss_style_init()` initialises the style to those. Then drawing functions don&#8217;t have to check for `NULL` pointers any more, or, at least not handle them functionally.</li>
</ul>
<p><strong>¿How?</strong></p>
<p>The engine ships a forthcoming port of the &#8220;Gilouche&#8221; theme by Jakub Steiner and Garrett LeSage. A screenshot is avavailable at:</p>
<p style="padding-left: 30px;"><a href="http://www.gnome.org/~robsta/gtk-css-engine/0.2/Gilouche-CSS-0.2.png">http://www.gnome.org/~robsta/gtk-css-engine/0.2/Gilouche-CSS-0.2.png</a></p>
<p><strong>¿Who?</strong></p>
<ul>
<li>Andreas Nilsson: art.</li>
<li>Robert Staudinger: code.</li>
</ul>
<p><strong>¿When?</strong></p>
<p>The release-date for the subsequent version has not been determined yet, but we are confident that 0.3 will be the first version supporting desktop-wide use. Please refer to the roadmap (TODO file) for details.</p>
<p>[1] <a href="http://www.stellingwerff.com/?page_id=10">http://www.stellingwerff.com/?page_id=10</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/10/01/announce-gtk-css-engine-02-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New backgrounds for GNOME 2.24</title>
		<link>http://blogs.gnome.org/theming/2008/08/27/new-backgrounds-for-gnome-224/</link>
		<comments>http://blogs.gnome.org/theming/2008/08/27/new-backgrounds-for-gnome-224/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:44:26 +0000</pubDate>
		<dc:creator>thos</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/theming/2008/08/27/new-backgrounds-for-gnome-224/</guid>
		<description><![CDATA[We chose the winners from the background competition at GUADEC and the new backgrounds have been integrated into the gnome-backgrounds package. Thank you to everyone who took part and congratulations to the winners. All the backgrounds are released under the GNU GPL, so we encourage anyone who feels they could improve the backgrounds with any [...]]]></description>
			<content:encoded><![CDATA[<p>We chose the winners from the background competition at GUADEC and the new backgrounds have been integrated into the gnome-backgrounds package. Thank you to everyone who took part and congratulations to the winners. All the backgrounds are released under the GNU GPL, so we encourage anyone who feels they could improve the backgrounds with any tweaks to submit your finished results back to gnome-backgrounds!</p>
<p>Abstract<br />
 &#8211; Silk.png, Spring.png, Waves.png:  Patryk Zawadzki<br />
 &#8211; Flow.png, Gulp.png:  Daniel Galleguillos</p>
<p>Nature<br />
 &#8211; Aqua.jpg: Charles Barbin<br />
 &#8211; Blinds.jpg: Lennart Poettering<br />
 &#8211; Dunes.jpg: Marco Cogoni<br />
 &#8211; FreshFlower.jpg: Jens Ansorg<br />
 &#8211; Garden.jpg: Charles Barbin<br />
 &#8211; GreenMeadow.jpg: Timothy Schellhase, retouched by Lapo Calamandrei<br />
 &#8211; LadyBird.jpg: Charles Barbin<br />
 &#8211; OpenFlower.jpg: Garrett LeSage<br />
 &#8211; RainDrops.jpg: &#8220;blackcombwhistler07&#8243;<br />
 &#8211; Storm.jpg: Sergey Nazarov<br />
 &#8211; TwoWings.jpg: Charles Barbin<br />
 &#8211; Wood.jpg: Jean-François Fortin Tam<br />
 &#8211; YellowFlower.jpg: Charles Barbin</p>
<p><img src='http://blogs.gnome.org/theming/files/2008/08/new-backgrounds.png' alt='new-backgrounds.png' /></p>
<p>Download available here: <a href="http://download.gnome.org/sources/gnome-backgrounds/2.23/">http://download.gnome.org/sources/gnome-backgrounds/2.23/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/theming/2008/08/27/new-backgrounds-for-gnome-224/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
