gnome-shell/js/ui
Owen W. Taylor db0c2b5959 Port our imported parts of Nbtk to ShellTheme
ShellTheme replaces both NbtkStyle and ccss_stylesheet_t.

The interface NbtkStylable 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 NbtkStylable and ccss_node_t.

Some operations that were previously on NbtkStylable (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.
2009-09-21 19:32:18 -04:00
..
altTab.js Make "global" global. 2009-09-08 16:21:15 -04:00
appDisplay.js Convert remaining uses of "let me = this;" to Lang.bind 2009-09-15 13:11:23 -04:00
appIcon.js More global-ization 2009-09-11 17:23:42 -04:00
button.js Convert remaining uses of "let me = this;" to Lang.bind 2009-09-15 13:11:23 -04:00
chrome.js Make "global" global. 2009-09-08 16:21:15 -04:00
dash.js Don't show section headers for sections with no results and don't show page 2009-09-11 19:30:11 -04:00
dnd.js Add API to programmatically initiate a drag 2009-09-02 14:34:57 -04:00
docDisplay.js Convert remaining uses of "let me = this;" to Lang.bind 2009-09-15 13:11:23 -04:00
environment.js Add some structure for interactive tests of UI components 2009-09-18 16:18:50 -04:00
genericDisplay.js Don't show section headers for sections with no results and don't show page 2009-09-11 19:30:11 -04:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
lookingGlass.js Change keyboard handling API to handle nested modal calls 2009-09-15 16:15:16 -04:00
main.js Port our imported parts of Nbtk to ShellTheme 2009-09-21 19:32:18 -04:00
Makefile.am Add some structure for interactive tests of UI components 2009-09-18 16:18:50 -04:00
overview.js Change keyboard handling API to handle nested modal calls 2009-09-15 16:15:16 -04:00
panel.js More global-ization 2009-09-11 17:23:42 -04:00
places.js Add volumes support to places 2009-09-02 15:04:24 -04:00
runDialog.js [runDialog] Add 'debugexit' command 2009-09-15 17:47:57 -04:00
sidebar.js More global-ization 2009-09-11 17:23:42 -04:00
tweener.js Add Tweener.slowDownFactor, initialize from $GNOME_SHELL_SLOWDOWN_FACTOR 2009-09-02 09:15:37 -04:00
widget.js Make "global" global. 2009-09-08 16:21:15 -04:00
widgetBox.js Use clutter_event_get_* instead of ShellGlobal 2009-09-08 17:58:13 -04:00
windowManager.js Convert remaining uses of "let me = this;" to Lang.bind 2009-09-15 13:11:23 -04:00
workspaces.js Convert remaining uses of "let me = this;" to Lang.bind 2009-09-15 13:11:23 -04:00