gnome-shell/js
Jasper St. Pierre 28c1f81f4a appDisplay: Make page panning smoother on touch
Currently, our logic for page panning isn't great. If the user starts a
pan upwards and hesitates over a new page, we'll go to the *next* page
on release, since the difference is greater, but the velocity wound down
to 0.

Instead of trying to treat it like page down or scrolls, simply do the
math to find the page where the user scrolled to.

This is unfortunately broken for fast swipes, since the user doesn't get
far enough into the new page to make a difference. I'm getting the
impression we'll need a gesture recognizer for this, though, however
crude. Simple hacks I tried, like a velocity multiplier, didn't work
properly.

https://bugzilla.gnome.org/show_bug.cgi?id=729064
2014-04-28 13:30:09 -04:00
..
extensionPrefs Synchronize shell startup 2013-11-04 11:50:20 -05:00
gdm js: Name all the timeouts and idles 2014-04-10 21:08:16 +02:00
misc util: Don't pass too many arguments to child_watch_add 2014-04-28 10:22:51 -04:00
perf perf: Update to latest overlay changes 2012-08-20 20:40:01 +02:00
ui appDisplay: Make page panning smoother on touch 2014-04-28 13:30:09 -04:00
js-resources.gresource.xml Add indicator for location service being used 2014-01-28 18:39:12 +00:00
Makefile.am make NetworkManager optional 2014-02-11 18:04:44 -05:00