gnome-shell/js/ui
Rui Matos 449575ceae keyboard: Don't hide or show the keyboard immediately
Acting on each Show/Hide DBus call immediately may cause a lot of
jittery movement when Alt+Tabbing or even just switching tabs in
e.g. gnome-terminal.

To make the OSK feel sturdier, we wait a bit before actually showing
or hiding it so that we can coalesce tight sequences of Show/Hide
calls. I.e. the last call wins which means that we might end up not
doing anything.

https://bugzilla.gnome.org/show_bug.cgi?id=688646
2013-01-04 13:13:15 +00:00
..
components keyring: Actually ensure sensitivity when the keyring dialog opens 2012-12-30 14:09:39 -05:00
status Bluetooth: remove dead code 2012-12-23 13:32:13 +01:00
altTab.js switcherPopup: Add a timestamp argument to _finish() 2012-12-06 12:25:37 -05:00
appDisplay.js search: remove SearchProvider base class 2012-12-10 16:50:54 -05:00
appFavorites.js Show feedback notifications when the user is busy 2012-11-02 19:25:26 +01:00
boxpointer.js boxpointer: Fix a small typo 2012-12-21 12:24:48 -05:00
calendar.js Calendar: remove dead code 2012-12-10 22:34:10 +01:00
checkBox.js
ctrlAltTab.js ctrlAltTab: Remove a "window" parameter leftover 2012-12-16 23:03:34 +01:00
dash.js dash: Disable animations during overview transitions 2012-11-12 16:59:12 +01:00
dateMenu.js Calendar: use text/calendar preferred app as the calendar app 2012-12-27 19:05:52 +01:00
dnd.js search: remove more dead code 2012-12-10 16:50:54 -05:00
endSessionDialog.js Use the correct icon in the restart dialog 2012-11-01 16:21:52 +00:00
environment.js
extensionDownloader.js
extensionSystem.js extensionSystem: Fix error reporting in lg / ListExtensionErrors() 2012-12-13 19:55:33 +01:00
grabHelper.js grabHelper: Allow pressing escape on grab focus grabs 2013-01-02 12:32:29 -05:00
ibusCandidatePopup.js
iconGrid.js iconGrid: Only recreate icons when needed 2012-12-13 21:35:05 -05:00
keyboard.js keyboard: Don't hide or show the keyboard immediately 2013-01-04 13:13:15 +00:00
layout.js layout: Make OSK animation quicker, snappier 2012-12-30 00:12:27 +01:00
lightbox.js
lookingGlass.js lookingGlass: Move to an inspect() function 2012-12-28 03:20:37 -05:00
magnifier.js
magnifierDBus.js
main.js main: Add a better comment about shifting the modal stack 2013-01-02 12:32:29 -05:00
messageTray.js messageTray: Support setImage(null) to mean unsetImage() 2012-12-30 14:09:39 -05:00
modalDialog.js modalDialog: Make the button layout visible always 2012-12-25 22:18:42 -05:00
notificationDaemon.js notificationDaemon: Clean up icon/image handling 2013-01-02 12:24:10 -05:00
overview.js workspaceThumbnail: unify restack handling 2012-12-17 13:24:25 +01:00
panel.js Ping the active window when using the app menu 2012-12-25 18:41:22 +01:00
panelMenu.js lockScreenMenu: Construct actual panel icons much more accurately 2012-12-21 12:28:00 -05:00
pointerWatcher.js Port to GnomeIdleMonitor 2012-10-22 12:06:45 -04:00
popupMenu.js volume: Add smooth scrolling to adjust output volume 2012-12-20 08:40:04 -05:00
remoteSearch.js Fix regression from 4288761235 2013-01-03 02:48:22 +01:00
runDialog.js runDialog: Remove "Run" button again 2012-10-30 15:50:05 +01:00
screenShield.js ScreenShield: don't reset the lock screen animation if it's already happening 2012-12-30 01:39:24 +01:00
screenshot.js screenshot: move to a separate interface 2013-01-03 12:56:45 +01:00
scripting.js
search.js search: remove more dead code 2012-12-10 16:50:54 -05:00
searchDisplay.js search: remove more dead code 2012-12-10 16:50:54 -05:00
separator.js popupMenu: Break separator drawing code out of PopupSeparatorMenuItem 2012-12-10 16:50:53 -05:00
sessionMode.js sessionMode: Add support for 'parentMode' property 2012-12-05 21:56:57 +01:00
shellDBus.js screenshot: move to a separate interface 2013-01-03 12:56:45 +01:00
shellEntry.js
shellMountOperation.js Add a setting for the default state of 'Remember Password' 2012-12-02 23:01:56 +01:00
switcherPopup.js switcherPopup: Add a timestamp argument to _finish() 2012-12-06 12:25:37 -05:00
tweener.js
unlockDialog.js UnlockDialog: honor org.gnome.desktop.screensaver.user-switch-enabled 2013-01-03 01:43:27 +01:00
userMenu.js userMenu: Update user name on session mode changes 2012-12-11 20:31:46 +01:00
viewSelector.js ViewSelector: remove unnecessary StBoxLayout 2012-12-15 15:23:21 +01:00
wanda.js search: remove SearchProvider base class 2012-12-10 16:50:54 -05:00
windowAttentionHandler.js Show feedback notifications when the user is busy 2012-11-02 19:25:26 +01:00
windowManager.js windowManager: Return the KeyBindingAction value from addKeybinding() 2012-12-17 11:43:01 +00:00
workspace.js workspace: Add smooth scrolling support to zoom windows 2012-12-20 08:40:05 -05:00
workspacesView.js WorkspacesDisplay: clean up workspacesView lists 2012-12-18 16:00:54 +01:00
workspaceSwitcherPopup.js
workspaceThumbnail.js workspaceThumbnail: unify restack handling 2012-12-17 13:24:25 +01:00
xdndHandler.js