gnome-shell/js/ui
Florian Müllner 6878ee99d9 workspace: Use has_pointer() method instead of property
ClutterActor has both a has_pointer() method and a :has-pointer
property (that we represent as 'has_pointer'). So far gjs was
able to deal with the name overlap, but now trying to use the
property will instead test for the availability of the method.
Just avoid the conflict by switching to the method, which is
unambiguous.

https://bugzilla.gnome.org/show_bug.cgi?id=785090
2017-07-19 10:49:54 +02:00
..
components Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
status Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
accessDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
altTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
animation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
appDisplay.js appDisplay: Use ::paint handler to set up spring animation 2017-07-19 10:49:54 +02:00
appFavorites.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
audioDeviceSelection.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
background.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
backgroundMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
boxpointer.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
calendar.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
checkBox.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
closeDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ctrlAltTab.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dash.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dateMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
dnd.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
edgeDragAction.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
endSessionDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
environment.js environment: Remove stray semicolon 2017-07-19 01:45:12 +02:00
extensionDownloader.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
extensionSystem.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
focusCaretTracker.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
grabHelper.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
ibusCandidatePopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
iconGrid.js iconGrid: Cancel animations on unmap 2017-07-19 10:49:54 +02:00
keyboard.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
layout.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
legacyTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lightbox.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
lookingGlass.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifier.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
magnifierDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
main.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageList.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
messageTray.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
modalDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
mpris.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
notificationDaemon.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdMonitorLabeler.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
osdWindow.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overview.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
overviewControls.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
padOsd.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panel.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
panelMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
pointerWatcher.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
popupMenu.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
remoteSearch.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
runDialog.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screencast.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screenShield.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
screenshot.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
scripting.js shell-perf-helper: Add an option for continual redraws 2014-07-16 10:33:59 -04:00
search.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
sessionMode.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellDBus.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellEntry.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
shellMountOperation.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
slider.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
switcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
tweener.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
unlockDialog.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
userWidget.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
viewSelector.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowAttentionHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowManager.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
windowMenu.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspace.js workspace: Use has_pointer() method instead of property 2017-07-19 10:49:54 +02:00
workspacesView.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceSwitcherPopup.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
workspaceThumbnail.js Define externally accessible contants with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00
xdndHandler.js Define classes with 'var' instead of 'const' 2017-07-18 21:52:06 +02:00