gnome-shell/js/ui
Owen W. Taylor cb4ad9a963 Fix behavior of More... links by adding a Link class
We had problems because the More links were reacting on press but
other elements were reacting on release. (Often the link would trigger
*and* an item.) Just connecting to ::button-release-event on
ClutterText gives a stuck grab (since ClutterText gets the press
but not the release), so we need more complicated code that we
encapsulate into a new class.

link.js: new "pseudo-widget" that implements a clickable link.
overlay.js: Use Link.Link for the More.. links

http://bugzilla.gnome.org/show_bug.cgi?id=573323
2009-02-26 18:07:25 -05:00
..
appDisplay.js Bug 571203 - Handle spaces in overlay search 2009-02-11 16:50:42 -05:00
button.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00
dnd.js Abstract drag-and-drop a bit and add application/recent document DND. #569717 2009-02-10 11:20:48 -05:00
docDisplay.js Bug 571203 - Handle spaces in overlay search 2009-02-11 16:50:42 -05:00
genericDisplay.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00
link.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
main.js Remove extraneous trailing paren accidentally introduced by c3c46786 2009-02-17 15:15:01 -05:00
overlay.js Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
panel.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00
runDialog.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00
tweener.js Add a wrapper around tweener to do some extra integration 2009-02-10 11:20:39 -05:00
windowManager.js Add a wrapper around tweener to do some extra integration 2009-02-10 11:20:39 -05:00
workspaces.js Port to Clutter-0.9 2009-02-23 14:53:06 -05:00