gnome-shell/js/ui
Carlos Garnacho cd506d45ef overview: Make 3fg vertical swipes bring overview and app grid
The gesture internally manipulates the main adjustment so one swipe
up brings up the overview, and a second swipe up brings the app
grid. The gesture also works in the other direction to get out of
the overview.

Internally, this is delegated on the OverviewControls, so the
adjustment is not leaked out of there. This however meant open
coding the gesture interaction so it can be directed from
overview.js code.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1643>
2021-02-17 14:06:11 +01:00
..
components
status
accessDialog.js
altTab.js
animation.js
appDisplay.js appDisplay: Use icon-size instead of width/height for system actions 2021-02-16 13:56:20 +00:00
appFavorites.js
audioDeviceSelection.js
background.js
backgroundMenu.js
barLevel.js
boxpointer.js
calendar.js
checkBox.js
closeDialog.js
ctrlAltTab.js
dash.js overviewControls: Limit Dash height to 15% of the overview's 2021-02-11 22:31:50 +00:00
dateMenu.js
dialog.js
dnd.js dnd: Remove pointless scale factor from restore position 2021-02-17 10:12:00 +00:00
edgeDragAction.js
endSessionDialog.js
environment.js
extensionDownloader.js
extensionSystem.js
focusCaretTracker.js
grabHelper.js grabHelper: Avoid sync_pointer after pop_modal() 2021-02-14 13:57:56 +00:00
ibusCandidatePopup.js
iconGrid.js
inhibitShortcutsDialog.js
kbdA11yDialog.js
keyboard.js
layout.js
lightbox.js
locatePointer.js
lookingGlass.js lookingGlass: Let history trim input 2021-02-13 08:58:20 +00:00
magnifier.js
main.js
messageList.js messageList: Drop sync_pointer() after relayouts 2021-02-14 13:57:56 +00:00
messageTray.js messageTray: Drop hack to keep track of X11 2021-02-14 13:57:56 +00:00
modalDialog.js
mpris.js
notificationDaemon.js
osdMonitorLabeler.js
osdWindow.js
overview.js overview: Make 3fg vertical swipes bring overview and app grid 2021-02-17 14:06:11 +01:00
overviewControls.js overview: Make 3fg vertical swipes bring overview and app grid 2021-02-17 14:06:11 +01:00
padOsd.js
pageIndicators.js
panel.js
panelMenu.js
pointerA11yTimeout.js
pointerWatcher.js
popupMenu.js
remoteSearch.js
ripples.js
runDialog.js runDialog: Let history trim input 2021-02-13 08:58:20 +00:00
screenShield.js
screenshot.js screenshot: Remove shooter from sender in finally block 2021-02-11 18:51:40 +00:00
scripting.js
search.js
searchController.js searchController: Get rid of activePage reference in key handling 2021-02-17 02:31:32 +01:00
sessionMode.js
shellDBus.js overviewControls: Incorporate ActivitiesContainer 2021-02-11 15:50:31 +00:00
shellEntry.js
shellMountOperation.js
slider.js
swipeTracker.js swipeTracker: Reject touch swipes in the wrong directions 2021-02-17 14:06:11 +01:00
switcherPopup.js
switchMonitor.js
unlockDialog.js
userWidget.js
welcomeDialog.js
windowAttentionHandler.js
windowManager.js windowManager: Drop sync_pointer() after relayouts 2021-02-14 13:57:56 +00:00
windowMenu.js
windowPreview.js windowPreview: Consider chrome overlaps when offscreening for opacity 2021-02-16 13:29:00 +00:00
workspace.js workspace: Ensure that _createBestLayout() always returns a layout 2021-02-16 21:24:27 +00:00
workspaceAnimation.js
workspacesView.js workspacesView: Initialize/update swipe orientation before gesture 2021-02-17 14:06:11 +01:00
workspaceSwitcherPopup.js
workspaceThumbnail.js
xdndHandler.js