Go to file
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
.settings Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
data Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
js/ui Fix behavior of More... links by adding a Link class 2009-02-26 18:07:25 -05:00
src Don't try to respawn metacity and the panel if we didn't kill them. 2009-02-26 13:08:42 -05:00
tools/build Update Fedora deps (Bug 572053) and reorganize/improve in general 2009-02-24 13:05:13 -05:00
.gitignore Don't try to respawn metacity and the panel if we didn't kill them. 2009-02-26 13:08:42 -05:00
.project Convert all JS style to be uniform, add Eclipse settings bits 2008-11-28 20:12:20 +00:00
AUTHORS Initial commit 2008-10-31 04:22:44 +00:00
autogen.sh Initial commit 2008-10-31 04:22:44 +00:00
configure.ac Make the gnome-shell script work without needing "jhbuild run" 2009-02-25 14:37:16 -05:00
COPYING Initial commit 2008-10-31 04:22:44 +00:00
MAINTAINERS Initial commit 2008-10-31 04:22:44 +00:00
Makefile.am Add (+) and (-) icon artwork, and a little bit of infrastructure for them 2008-12-22 22:05:56 +00:00
README Initial commit 2008-10-31 04:22:44 +00:00