gnome-shell/data
Owen W. Taylor a9fd350396 Port our imported parts of Mx to ShellTheme
ShellTheme replaces both StStyle and ccss_stylesheet_t.

The interface StStylable is replaced by usage of ShellThemeNode.
A concrete node class allows some significant optimizations of property
inheritance that would have been much more difficult to achieve with
the highly abstract pair of StStylable and ccss_node_t.

Some operations that were previously on StStylable (like the
::style-changed signal) are directly on NtkWidget.

Custom properties are no longer registered as param-specs; instead you
call directly into shell theme node to look up a length or color:

shell_theme_node_get_length (theme_node, "border-spacing", FALSE, &spacing);

The dependency on libccss is dropped, while preserving all existing
functionality and adding proper parsing and inheritance of font properties
and proper inheritance for the 'color' property.

Some more javascript tests for CSS functionality are added; workarounds for
a CSS bug where *.some-class was needed instead of .some-class are removed.

https://bugzilla.gnome.org/show_bug.cgi?id=595990
2009-10-01 14:41:18 -04:00
..
theme Port our imported parts of Mx to ShellTheme 2009-10-01 14:41:18 -04:00
add-workspace.svg Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
app-well-glow.png Redo AppWell glow to be based on a based on a .png instead of cairo 2009-09-04 17:42:10 -04:00
back.svg Merge headers when a single section of search results is displayed 2009-09-01 19:06:20 -04:00
close-black.svg Some search appearance fixes for last commit 2009-08-16 10:09:34 -04:00
close.svg Add icons from Jeremy 2009-06-30 15:38:16 -04:00
gnome-shell.desktop.in.in Add a desktop file for gnome-shell 2009-08-07 14:13:24 -04:00
gnome-shell.schemas Add a developer_tools boolean defaulting to true 2009-09-15 16:12:11 -04:00
info.svg Add icons from Jeremy 2009-06-30 15:38:16 -04:00
magnifier.svg Some search appearance fixes for last commit 2009-08-16 10:09:34 -04:00
Makefile.am Fix installation and distribution of stylesheet data 2009-10-01 14:41:18 -04:00
remove-workspace.svg Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00