gnome-shell:wip/grab-helper-top-panel

Last commit made on 2012-11-26
Get this branch:
git clone -b wip/grab-helper-top-panel https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/grab-helper-top-panel
Repository:
lp:gnome-shell

Recent commits

64bacc6... by Jasper St. Pierre

popupMenu: Port to GrabHelper

https://bugzilla.gnome.org/show_bug.cgi?id=689109

50fec9e... by Jasper St. Pierre

grabHelper: Drop to the actor clicked on

This is necessary for child popups in menus, e.g. while in a combo box,
clicking outside of the user menu should drop the entire menu, but
clicking on the user menu itself should only drop the combo box.

b03f756... by Jasper St. Pierre

grabHelper: Treat the current grabbed actor as a grabbed actor

This should be obvious, but I guess it wasn't necessary for the
message tray case.

ef9006f... by Jasper St. Pierre

grabHelper: Use captured-event for escape ungrabs

I have no idea why we used 'event' rather than 'captured-event' before.
'event' has some really strange quirks that came up when porting PopupMenu
to the GrabHelper

485d16c... by Jasper St. Pierre

overview: Remove custom swipe scrolling implementation

https://bugzilla.gnome.org/show_bug.cgi?id=689062

1e40264... by Jasper St. Pierre

workspacesView: Don't use the overview swipe scrolling system

Switch to a ClutterPanAction instead too.

https://bugzilla.gnome.org/show_bug.cgi?id=689062

ae22bde... by Jasper St. Pierre

workspacesView: Clean up scroll code a bit

There's no code path that results in us not animating.

https://bugzilla.gnome.org/show_bug.cgi?id=689062

32502af... by Jasper St. Pierre

searchDisplay, appDisplay: Use ClutterPanAction for re-swipe scrolling

The sooner we can kill off the custom overview swipe scroll code, the
better.

https://bugzilla.gnome.org/show_bug.cgi?id=689062

7d693cb... by Jasper St. Pierre

viewSelector: Set the active page immediately

This prevents some focus management issues.

https://bugzilla.gnome.org/show_bug.cgi?id=689062

d86e57a... by Jasper St. Pierre

layout: Dummy hack for now because the X server is amazing

dummy demo garbage