gnome-shell/js/ui
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
..
altTab.js Improve support for multihead setups 2009-10-01 13:46:03 -04:00
appDisplay.js [AppSwitcher] Do not show the glow for icons in alt+tab dialog. 2009-09-29 18:43:35 +02:00
appIcon.js [AppSwitcher] Do not show the glow for icons in alt+tab dialog. 2009-09-29 18:43:35 +02:00
button.js Rename iconButton to IconButton, as it is a class. 2009-09-26 00:50:07 +02:00
chrome.js Make "global" global. 2009-09-08 16:21:15 -04:00
dash.js Use "More" instead of "Browse" 2009-09-27 17:59:54 +02:00
dnd.js Bug 594916 - Allow cancelling DND by hitting Esc 2009-09-22 16:15:28 -04:00
docDisplay.js Do not show "More" next to "Recent Docs" if there are no docs (bug #582037) 2009-09-25 21:17:57 +02:00
environment.js Add some structure for interactive tests of UI components 2009-10-01 14:41:17 -04:00
genericDisplay.js Rename iconButton to IconButton, as it is a class. 2009-09-26 00:50:07 +02:00
lightbox.js [lightbox] Fix logic; get_children() returns children bottom-to-top 2009-09-22 18:11:25 -04:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
lookingGlass.js Improve support for multihead setups 2009-10-01 13:46:03 -04:00
main.js Port our imported parts of Mx to ShellTheme 2009-10-01 14:41:18 -04:00
Makefile.am Add some structure for interactive tests of UI components 2009-10-01 14:41:17 -04:00
overview.js Improve support for multihead setups 2009-10-01 13:46:03 -04:00
panel.js More global-ization 2009-09-11 17:23:42 -04:00
places.js Add Desktop in Places 2009-10-01 11:53:30 -04:00
runDialog.js Improve support for multihead setups 2009-10-01 13:46:03 -04:00
shellDBus.js Add shellDBus.js which implements Eval(str) and an OverviewActive property 2009-09-23 16:56:33 -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 [windowmanager] Remove destroy effect 2009-09-28 09:45:38 -04:00
workspaces.js Add a missing "let". 2009-09-26 00:50:13 +02:00