[gnome-shell] (2508 commits) Non-fast-forward update to branch wip/wayland
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] (2508 commits) Non-fast-forward update to branch wip/wayland
- Date: Wed, 19 Jun 2013 14:09:25 +0000 (UTC)
The branch 'wip/wayland' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
http://live.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
5248c8b... Remove shell-screen-grabber
e264be5... Don't try to use GLX if Cogl isn't using that Winsys
6355e9a... Don't link directly to libGL
c9d111c... Don't pass on X events to Clutter
ce80d55... Avoid calling clutter_x11_get_stage_window on Wayland
6166c19... st-clipboard: Use GDK for the event filters instead of Clut
f8271ac... st-im-text: Extract the hardware keycode via the evdev code
Commits added to the branch:
985641c... Updated Slovenian translation (*)
ad6d986... browser-plugin: Fix enable/disable (*)
65d23fb... extensionUtils: Support subdirectories in getCurrentExtensi (*)
ebbd295... panel: Refuse to add (legacy) status icons not part of the (*)
cb5ae92... sessionMode: Add 'input-method' to status icons in user mod (*)
5e4edac... browser-plugin: Fix Opera support (*)
33dc9ab... Updated Norwegian bokmål translation (*)
95d7099... [l10n] Update Japanese translation (*)
41c3795... Add an initial-setup mode (*)
35b142f... NetworkMenu: fix updating connection lists (*)
934e5aa... notificationDaemon.js: convert the hints dict at the beginn (*)
022376d... Added contexts to various Unknown strings (*)
a1f6872... telepathyClient: Remove C-based TelepathyLogger wrapper (*)
94493cd... a11y: setting the proper role/label_actor for SearchResult. (*)
76005f5... workspacesDisplay: Connect to 'notify::n-workspaces' early (*)
ec0730f... status/keyboard: Port to the new input sources settings (*)
7911154... NetworkMenu: show notifications for failed VPN connections (*)
e63f7e8... userMenu: Indicate progress on status changes (*)
cfcd1bc... Updated Hebrew translation. (*)
db7ac52... Patch for bug https://bugzilla.gnome.org/show_bug.cgi?id=67 (*)
465556f... Updated Galician translations (*)
c1f51a7... searchDisplay: Use the rowLimit we pass to the IconGrid (*)
2b2cce6... Updated Galician translations (*)
4ba4a50... Updated Spanish translation (*)
7b048fc... endSessionDialog: Factor out _updateDescription from _updat (*)
cc9d53e... popupMenu: bypass changeSignal callback if action is alread (*)
f850e92... popupMenu: do not overflow the currentItems (*)
cda8a54... css: add a 'hidden' style class (*)
c31d9d5... a11y: do not expose a label text if 'hidden' style class is (*)
06febdc... Bump version to 3.5.2 (*)
b07345a... main: Adapt to new plugin API (*)
6382eeb... network: Remove old API (*)
b31d224... calendar: Adapt to Evolution-Data-Server API changes. (*)
6700f86... LayoutManager: Add primary-fullscreen-changed signal (*)
f5933c8... messageTray: Don't show non urgent notifications while in f (*)
54292a9... calendar-server: Remove left-over include (*)
07f1a05... Updated Slovenian translation (*)
dc004f6... modalDialog: show dialogs on monitor with the mouse pointer (*)
0078fe9... Updated Russian translation (*)
675572a... Updated Greek translation (*)
b79d173... data: Actually substitute @GETTEXT_PACKAGE@ in schema files (*)
df5298d... extensionSystem: Initialize the HTTP session after parse ti (*)
a7ecc4c... Revert "extensionSystem: Initialize the HTTP session after (*)
c7b4022... extensionSystem: Initialize the HTTP session after parse ti (*)
c929619... js: Remove unnecessary versions of clutter_actor_get_childr (*)
196f6c2... appDisplay: Don't show apps in NoDisplay categories in the (*)
9eee4b7... Fix name for the schemas file (*)
15b4d29... Updated Norwegian bokmål translation (*)
0b30dc2... Updated Lithuanian translation (*)
496e9f7... st: Trigger theme updates on resolution changes (*)
3ff51da... extensionSystem: Split off the extension downloader into a (*)
feef35a... extensionUtils: Don't write to the filesystem on start (*)
cdbe0bb... extensionUtils: Remove version check for js-version (*)
5265884... extensionUtils: Remove userExtensionsDir (*)
498b023... extensionUtils: Use signals rather than callbacks for findi (*)
86de6f5... extensionUtils: Create and load the extension object when s (*)
11278a0... extensionSystem: Load/unload stylesheets on enable/disable (*)
0805d7a... extensionSystem: Make the init function optional (*)
3290bfa... extensionSystem: Remove the two-step initialize (*)
75570b7... extensionSystem: Add a method to unload an extension (*)
19ef6b0... shellDBus: Add a method to reload extensions (*)
266bfdf... Updated POTFILES.in (*)
aa38b16... l10n: Updated Italian translation (*)
300eb87... Updated Arabic translation (*)
22f0099... main: NO_GAIL envvar is a noop (*)
de1eafb... Always enable a11y (*)
1cf2bb6... ShellContactSystem: fix GeeMapIterator leak (*)
447246d... shell-util: fix GFile leak (*)
2b34978... ShellContactSystem: fix GSList leak (*)
201dc05... ShellContactSystem: fix GSList of utf8 leak (*)
7524210... st-texture-cache: fix GtkIconInfo leak (*)
e112fa9... telepathyClient: decline dispatch op when approving unsuppo (*)
ededba0... telepathyClient: ignore invalidated channels (*)
f58e8f2... Depend on gjs 1.33.2 (*)
c303c6b... shell-app: Update app menu if necessary (*)
e6f5e21... Enable the Screen Reader menu item (*)
2404d29... workspace: Remove unused method (*)
0804cef... workspace: Minor cleanup (*)
8ebbba6... Disable unredirection when a modal operation is active (*)
77242cf... build: Make folks optional (*)
c414f9a... build: Fix the case of building without folks (*)
281b0a3... mount-operation: fix exceptions when showing password entry (*)
de73128... mount-operation: close the password entry on operation abor (*)
0e3795b... autorun: change logic for ignoring volumes (*)
ebee01b... autorun: simplify code (*)
cbb8d5b... autorun: only obey allowAutorun flag for transient notifica (*)
646435e... automount: don't allow autorun for things we mount at start (*)
36888a3... NetworkMenu: sort wifi networks by strength (*)
61de3de... NetworkMenu: prefer wifi/3g over vpn in the panel (*)
d1815a3... mount-operation: turn the passphrase prompt into a dialog (*)
66af7de... automount: re-use the same dialog when passphrase doesn't m (*)
f7c0f82... autorun: use GError.matches() to fix some FIXMEs (*)
5b7e4bb... mount-operation: don't use global.get_current_time() (*)
594c317... mount-operation: fix indentation for some callbacks (*)
e5f5a2a... Updated Spanish translation (*)
317c6b7... Util: update trySpawn to new gjs GError mapping (*)
3b4ad5c... app-system: Clean up imports (*)
96cdc9c... app-system: Use g_slist_free_full (*)
df56ff4... app-system: Don't show items with NoDisplay parents in the (*)
0c4692a... appDisplay: Fix recursive directory NoDisplay testing (*)
d9ff8e3... Updated Slovenian translation (*)
81929c2... Updated Greek translation (*)
01c07fb... userMenu: Rename 'Hidden' to 'Invisible' (*)
6b5f9a6... mount-operation: implement org.Gtk.MountOperationHandler (*)
ef0aa65... clock: Switch to using GnomeWallClock, delete clock GSettin (*)
fd62aba... Updated Greek translation (*)
4e4092f... pokit-agent: fix memory leak (*)
556d5d1... st-widget: fix GList leak (*)
d9e968d... Updated Galician translations (*)
560daec... st-widget: Chain up in the dispose handler for accessibilit (*)
a347a72... st-widget: Fix st_widget_set_theme (*)
7eaf231... st-theme-node: Don't hold a ref to the theme context or the (*)
69e1503... st-widget: Free the inline style (*)
9e25e13... test-theme: Fix (*)
ab75faa... test-theme: Clean up after ourselves (*)
3ce9ad0... run-js-test: GC twice after running a test (*)
0d82ce5... tests: Don't use the default stage (*)
c7196a5... tests: Run each test in a function (*)
de2dcfe... Update Punjabi Translation (*)
1b8d03f... St: reference the StTheme from StThemeNode (*)
4d77eb9... remoteSearch: Use GIcon instead of icon name (*)
bc91b7d... remoteSearch: Parse 'DesktopId' field in key file (*)
3d5312e... Bump version to 3.5.3 (*)
965287e... Updated Slovenian translation (*)
ae16da4... Fix wrong result handling of remote calls (*)
eb759cf... dateMenu: Fix regression that caused no date to be displaye (*)
00279db... theme: Center date label in calendar (*)
1a33cd9... Updated Arabic translation (*)
a1bb0ec... WindowTracker: fix ref counting bug in get_app_for_window() (*)
de72065... WorkspaceSwitcher: simplify code for handling keybindings (*)
04dbf15... WindowManager: handle move-to-workspace keybindings (*)
e43fe98... windowManager: Hold the window on the stage while going bet (*)
c3d3d34... WindowManager: ignore ctrl-alt-left/right (*)
9561f77... Main: fix ctrl-alt-arrow in the overview (*)
698fb64... userMenu: Move "Power off" item to the bottom (*)
fd256b6... overview: Remove contacts search provider (*)
970b9de... shell: Remove ContactSystem (*)
2b2a235... network: don't ask for always-ask secrets when interaction (*)
971341b... Updated POTFILES.in (*)
46cf9fa... PolkitAgent: Look for the right password prompt (*)
a10295f... po/vi: import from Damned Lies (*)
5d10d85... Updated Vietnamese translation (*)
7e277fd... shellDBus: Clean up (*)
7da0f39... shellDBus: Split extensions API out into a separate DBus in (*)
48b83f1... extensionDownloader: Fix loading of downloaded extensions (*)
67689f1... browser-plugin: Prevent a copy when checking for valid exte (*)
6a117ac... browser-plugin: Rework scriptable method argument parsing a (*)
8915bb4... extensionDownloader: Fix errors during error paths during i (*)
1d1359b... extensionDownloader: Properly error out when downloading/pa (*)
7949397... shellDBus: Add a real error reporting system to InstallExte (*)
c99e8eb... extensionSystem: Be saner at error handling (*)
23e86d7... extensionDownloader: Clean up names of methods (*)
59246ba... search: Remove createResultContainer() hook (*)
e92719b... userMenu: Don't disconnect account signals when disabled (*)
20769f6... calendar-server: Add .desktop file for evolution calendar (*)
66adeef... dateMenu: Use .desktop file to launch calendar (*)
a4b1ebd... Assamese translation reviewed (*)
8845a21... networkAgent: use absolute path if configured (*)
f9dbe56... recorder-src: Use normal GObject boilerplate (*)
f17fc43... recorder: Don't crash on pipeline errors (*)
2231c23... Updated Arabic translation (*)
4448b65... telepathyClient: don't add log messages on presence changes (*)
a1837dd... lookingGlass: Don't use a signal callback on 'paint' to dra (*)
7973dd4... Updated Bulgarian translation (*)
6c6e182... Updated Bulgarian translation (*)
9745e97... Add support for inhibiting automount (*)
3ea22f8... Updated Spanish translation (*)
b446492... Implemented banner support for the login screen (*)
0242801... messageTray: Remove unused method parameter (*)
8d017ce... boxpointer: Flip side if we would end outside the monitor (*)
cf6f149... boxpointer: Change 'animate' parameter on show/hide to a bi (*)
58dbd28... Updated Norwegian bokmål translation (*)
04fb688... css: Re-add rule lost in commit fd256b6 (*)
8754b27... Add a grayscale effect (*)
3483179... UserMenu: show "Install Updates & Restart" when appropriate (*)
2d91357... messageTray: don't show the message tray when a new notific (*)
460cda2... recorder: Port to GStreamer 1.0 API (*)
85ab019... Updated translations (*)
6658660... magnifier: fix a copy/paste typo (*)
1ead290... Updated Norwegian bokmål translation (*)
d2b4a65... Updated Norwegian nynorsk translation (*)
3a48daa... Don't build documentation for the recorder when it's disabl (*)
1363d30... extensionUtils: Don't crash on startup for an empty directo (*)
539993b... extensionDownloader: Move extension loading code to the ins (*)
1e286e4... extensionDownloader: Add update/blacklist support for exten (*)
b90e7eb... Updated Hebrew translation. (*)
9faac81... panel: don't break when indicator has no menu (*)
f906cfe... appMenu: Disable app menu during startup animations (*)
168e0b5... mount-operation: implement show-unmount-progress (*)
bdb3410... st-icon: Fix potential crash involving shadows (*)
e1ec89a... extensionSystem: Fix error emitting when enabling/disabling (*)
de65739... windowManager: Remove unused function (*)
e82fe14... shell-global: remove unused shell_global_maybe_gc() (*)
e756c2d... js: use System.gc() instead of shell_global_gc() (*)
85bc8cc... shell-global: remove shell_global_gc() (*)
6f60559... global: don't run a garbage collection on tweeners end (*)
9812771... dash: hide tooltips when overview begins hiding (*)
464813e... Assorted test-gapplication fixes (*)
c4e7d8e... Assamese translation updated (*)
d212d57... shell-embedded-window: Remove hacks for old and fixed Clutt (*)
b7018de... magnifier: Fix grayscale effect (*)
a04350f... windowManager: Split _shouldAnimate() into two functions (*)
6ab25cd... windowManager: Update animation of attached modals (*)
04570ac... windowManager: Remove 'animate' parameter from (un)dimWindo (*)
c671ff7... windowManager: Replace custom shader with builtin ClutterEf (*)
f556cdf... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
ff9088e... tests: Fix make dist (*)
fe69ea3... calendar: Fix grid lines in RTL locales (*)
c9fa0fd... .gitignore: Update (*)
985db40... test-gapplication: Untabify, add modeline (*)
3df3f0d... portability: use /bin/sh instead of /bin/bash (*)
e00c1cb... Updated Belarusian translation. (*)
14d3235... status/keyboard: Add support for IBus input sources (*)
04074f8... ibusCandidatePopup: A candidate popup for IBus input method (*)
cf08b4d... Updated Telugu Translation (*)
be2f100... Updated Spanish translation (*)
f0e03b5... WorkspaceSwitcherPopup: fix for dynamic workspace changes (*)
0098c2b... Move ibus status icon under keyboard (*)
8b81f23... lookingGlass: Use a more standard chevron (*)
4f7c554... lookingGlass: Remove old signal handler (*)
75d0362... link: Remove (*)
d0807c8... lookingGlass: Don't use a global (*)
360e6e7... lookingGlass: Use one red border effect (*)
2791d94... UserMenu: move Install Updates at the end (*)
e06ecb8... gdm: port from libgdmgreeter to libgdm (*)
edb96cd... Bump version to 3.5.4 (*)
76472b8... util: Remove unused imports (*)
10a0762... extensionPrefs: Fix (*)
63cdb18... improve calendar layout and legibitily (*)
bfd4016... boxpointer style updates (*)
ec47bd1... build: Require gsettings-desktop-schemas >= 3.5.4 (*)
f46a165... loginDialog: Scale focusBin instead of resizing it (*)
eec9dba... data: Enable translations for desktop files (*)
ef218c9... Updated Slovenian translation (*)
19e4c95... js: Don't pass extra arguments to add_actor (*)
dd80f39... js: Spurious fixes for cases where we pass extra arguments (*)
01a1255... ShellEntry: make isPassword param changeable at runtime (*)
5e865f5... LayoutManager: reverse the visibleInFullscreen flag (*)
f5e58c5... Modal stack: fix handling of destroyed actors (*)
d9c3b83... Panel: fix finding leftmost and rightmost buttons (*)
2c073fb... UserMenu: split user avatar into its own widget (*)
a29507e... St: add :disabled pseudo class when a button is not reactiv (*)
26d3b19... St: don't attempt to give focus to non reactive actors (*)
ac6c808... MessageTray: rework icon handling to split model and view (*)
8970e17... ModalDialog: add 'default' pseudo-class to default button (*)
4e6fa56... screenShield: add initial functionality (*)
46db9ed... Split some common code out of gdm/loginDialog (*)
2c3ec78... Add UnlockDialog for unlocking the screen shield (*)
c22a00a... ScreenShield: improve locking/modal policy (*)
54dc0fd... ScreenShield: use LayoutManager for creating the actor (*)
c0652bc... ScreenShield: implement curtain design (*)
a28d639... Consolidate creation of login and unlock dialog in the scre (*)
904ceba... Add a clock to the lock screen (*)
c3afe1a... Show the panel above the screenshield when locked (*)
22eea75... ScreenShield: show notifications in the locked screen (*)
34cb92f... Don't track the status of the screensaver on DBus (*)
0e4171a... Screen Shield: animate manual locking (*)
e0bb15e... Login Dialogs: update styling to match mockups (*)
f7f2f50... ShellDBus: export screensaver interface (*)
5fd47ed... Updated POTFILES.in (*)
be801df... gdm: Add a missing comma (*)
26031eb... Updated Greek translation (*)
414fe75... st-widget: Move reactivity tracking to StWidget, use "insen (*)
75e4961... st-theme: Make the custom stylesheets have higher priority (*)
fd87468... util: Fix number of parameters passed to spawn_sync (*)
519addf... Updated Hebrew translation. (*)
ce14d6d... Updated Norwegian bokmål translation (*)
5bae557... Updated Kazakh translation (*)
626488e... Updated Telugu Translation (*)
144e959... Updated Arabic translation (*)
d474261... Updated Spanish translation (*)
a004389... Updated Hungarian translation by Bence Lukacs <lukacs.bence (*)
9e503aa... Updated Slovenian translation (*)
1392be2... Updated Galician translations (*)
57044ea... Updated gujarati file (*)
a2465e0... bluetooth: Adapt to GnomeBluetooth API break (*)
bfea41b... loginDialog: Update user list style (*)
6a615f3... gdm: Adjust timed-login indicator (*)
5c7992b... loginDialog: Tweak automatic scroll animation (*)
aa120e0... st-scroll-bar: Add support for :active (*)
247566c... st-scroll-bar: Fix build warnings (*)
e55f2dd... Updated Russian translation (*)
a3f4bca... loginDialog: Add an :expanded pseudo class to the user list (*)
96c9f80... loginDialog: Indicate whether users are logged in (*)
c9d51ca... Assamese translation updated (*)
dcf872b... js: Remove StatusIconDispatcher (*)
30cd1e8... theme: Fix unlock button colors (*)
4449007... theme: Common style for entries (*)
c2a5d6f... theme: Update the look of scrollbars (*)
cca8476... theme: Improve legibility of date and time in the lock scre (*)
e134d2e... theme: Reformat (*)
4d7d66b... polkit: Improve styling in polkit dialog (*)
114fb42... tests: Fix borders test (*)
3ffa1e3... st-theme-node: Clean up (*)
7dbc78c... st-theme-node: Add repeating backgrounds (*)
56adbda... build: Add missing file to Makefile (*)
48b70f3... GdmUtil: don't call GetUserVerifier from the user session (*)
ed991f7... theme: Use the noise texture for the background of the scre (*)
66197b1... lookingGlass: Don't pass too many arguments to Clutter.ungr (*)
e875b9c... status: Clean up imports (*)
e7e56e1... boxpointer: Cope with a missing -arrow-border-color when we (*)
d8390ef... autorunManager: Remove line that sets summary icon (*)
413ace2... UnlockDialog: allow going back to the lock screen by pressi (*)
b479eec... Updated Persian translations (*)
ec78dd6... magnifier: 'color-saturation' is a double not a boolean (*)
7431c4d... magnifier: Using properly 'color-saturation' (*)
0b9a5c3... build: Add noise-texture.png (*)
fd3be5b... build: Fix distcheck (*)
782e11b... Remove markup from translated strings (*)
a29ceaa... ScreenShield: lower the autodrag threshold to 10% (*)
59dfb58... ScreenShield: update the displayed title when the source ch (*)
59cd9b4... ScreenSheild: make notification view scrollable (*)
8d7fa54... ScreenShield: fix spacing of notifications and sources (*)
1e37969... NotificationDaemon: don't override the title for app notifi (*)
8336222... Updated Serbian translation (*)
b018d49... Updated Slovenian translation (*)
4db8783... Updated gujarati file (*)
c317958... Assamese translation updated (*)
9082b4d... keyboard: _showLayoutItem is only defined if allowSettings. (*)
ad5572f... tests: Remove JHBUILD_TYPELIBDIR (*)
aa30c6a... loginDialog: Remove manual insensitive tracking (*)
355ec9c... UserMenu: fix disconnecting a signal that was never connect (*)
aa733b5... Only show new notifications in the screen shield (*)
d11027e... util: Don't pass too many arguments to GLib.spawn_async (*)
5a35c57... ModalDialog: make dialogLayout public (*)
03db0d6... UnlockDialog: Move "Login as another user" at the bottom (*)
855f0db... UnlockDialog: place the prompt above the entry, rather than (*)
12a71be... Updated Spanish translation (*)
d7f5421... ScreenShield: when explicitly locking, tween the shield fro (*)
e304854... Bump version to 3.5.5 (*)
7950c4a... messageTray: Add a toggle-message-tray keybinding to toggle (*)
5de38cd... Assamese translation updated (*)
6037350... Updated Spanish translation (*)
9f02129... Updated Hebrew translation. (*)
c6a6ae5... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
b17f5b6... Updated German translation (*)
b33e51b... Update Punjabi Translation (*)
2c627ca... ScreenShield: prepare the dialog when the user starts dragg (*)
e01e79d... Use symbolic icons for workspace switch OSD (*)
06262a9... UserMenu: don't lock the screen if automatic lock disabled (*)
9f07a3d... keyringPrompt: Improve styling here as well (*)
f63371d... messageTray: Set can_focus to true for SummaryItem (*)
31c3783... Updated Marathi Translations (*)
028e831... main: Do not hard-code <super> as overlay-key (*)
ca7c4ed... windowManager: Update dim effect (*)
aaf61cb... Revert "windowManager: Update animation of attached modals" (*)
ff25a5e... windowManager: Update animation of attached modals (again) (*)
b3b847f... ScreenShield: fix regression from 2c627cad (*)
1dbbb4f... Use GDM instead of libaccountsservice for fast user switchi (*)
3e94f6b... LayoutManager: add a ClutterConstraint for tracking monitor (*)
1a65374... Port modal dialogs to the new MonitorConstraint (*)
2b30afa... ScreenShield: place the lock screen contents only on the pr (*)
cbd2188... MonitorConstraint: fix clamping monitor index (*)
cbb56b6... Hide user menu and a11y menu in the screen lock (*)
80fde70... UnlockDialog: remove hover effect from the avatar widget (*)
d0a9476... ScreenShield: bump the lock screen slightly when pressing a (*)
b53d18f... ScreenShield: constrain vertical movement of the screen loc (*)
f8b1a84... ScreenShield: Fix updating visibility of the notification b (*)
fd04c59... UnlockDialog: add an explicit cancel button (*)
e3a8228... Updated Galician translations (*)
a5f2d28... ScreenShield: reduce curtain sliding time to 0.5 seconds (*)
6a9b199... ShellIdleMonitor: turn it into a singleton (*)
341b6a1... UnlockDialog: go back to the lock screen automatically when (*)
8f129e1... messageTray: Defer creation of mainIcon (*)
addb247... telepathyClient: Remove some obsolete wrappers (*)
a004ad6... telepathyClient: Pass the right amount of parameters (*)
3042e64... telepathyClient: Pass a proper launch client to launch empa (*)
43767ab... Updated Serbian translation (*)
190f2f8... a11y: allow navigation on non reactive items (*)
dafa27f... a11y: can_focus=!reactive as a general rule is not true any (*)
6cb713b... Consolidate ConsoleKit and Systemd code (*)
8dc9ceb... ScreenShield: make .lock() and .unlock() idempotent (*)
b6375d3... ScreenShield: listen to login managers to unlock the sessio (*)
b9226fb... screenShield: Add missing import (*)
5991c8d... messageTray: Hook SourceActor up to source icon changes aut (*)
98c461d... build: Require clutter-1.0 >= 1.11.11 (*)
9a7914e... Consolidate systemd and consolekit in a common abstract cla (*)
a909017... UnlockDialog: Fix "other user" label (*)
5594c11... Add screenShield.js into POTFILES.in (*)
16bbe97... messageTray: Clone, clip & move the window_group when tray (*)
0ac4787... messageTray: remove the labels of the items in the message (*)
6f8e7f0... messageTray: restyle the message tray (*)
1a2dcf2... theme: move the message tray's summary box pointer higher (*)
ab5c0bc... messageTray: don't time out banners when the user is inacti (*)
9c7222d... messageTray: don't show the tray after new items are added (*)
a8e6bfc... message-tray: Add :overview pseudo class when in overview (*)
b36029f... theme: Update message-tray style in the overview (*)
c540cb5... st-scroll-bar: use clutter_grab_pointer() (*)
d766f86... Introduce a new GrabHelper (*)
8d1ed9f... messageTray: Port to GrabHelper (*)
1f6d807... messageTray: Make modal (*)
8bb2c42... messageTray: Properly track notificationExpanded (*)
e8c8fec... messageTray: Make the hot corner summon the tray (*)
3da0e9e... messageTray: Make it keyboard navigable in the overview (*)
8f71920... messageTray: Correct idleness (*)
cb50953... messageTray: Use a Lightbox to shade the window_group (*)
0711a70... js: Use global.focus_manager, rather than grabbing it ourse (*)
c33e2d1... messageTray: Add the summary view to the focus manager (*)
c668d16... messageTray: Grab the key focus when entering from the keyb (*)
e937fd0... theme: Add a new style for .summary-source-button:focus (*)
fe8e62c... messageTray: keep the desktop clone at integral positions t (*)
7a6b2ab... theme: Make sure to select the summary source item when sho (*)
1fd17b5... messageTray: Be able to "switch" notifications (*)
79c25d1... grabHelper: Clean up (*)
11dc510... grabHelper: Fix some keyboard focus issues with the message (*)
3031036... grabHelper: Make sure to call onUngrabbed for all popped ac (*)
c3ae454... grabHelper: Fix ungrabbing properly (*)
3568e6d... grabHelper: Only connect to specific signals when actually (*)
4dfe3d2... messageTray: Always close the tray when clicking outside of (*)
95b9863... messageTray: Close the current box pointer when clicking on (*)
44b4741... messageTray: Close the current box pointer when clicking on (*)
4a214d8... messageTray: be sure to remove destroyed notifications from (*)
f8eab65... messageTray: hide removed notification without tweening (*)
5c6b1fd... messageTray: add close button to notifications (*)
05d613f... messageTray: Fix going to left-click/right-click on the sam (*)
eebab34... grabHelper: Make sure to return not null when the stack con (*)
7e2bab4... messageTray: Force the tray closed when exiting the overvie (*)
ef4231b... search: Junk the OpenSearch system (*)
ebe7890... Updated Spanish translation (*)
b5dc78a... viewSelector: Use a fixed set of view tabs (*)
0ea2d98... overview: Move the entry out of the SearchTab into the over (*)
2ee6f49... dash: Make the favRemoveTarget always visible (*)
27fbe4c... dash: Refactor favRemoveTarget to showAppsIcon (*)
816a29d... viewSelector: Hook up the dash's showApps button (*)
dff6735... viewSelector: Remove tab title bar (*)
7d12f47... viewSelector: Remove shortcut to switch between tabs (*)
0959adc... overview: Center the dash vertically (*)
c267a7a... viewSelector: Merge SearchTab into the ViewSelector (*)
8c40ded... viewSelector: Replace tab system with pages (*)
f347aba... overview: Increase the searchEntry width to 320 pixels (*)
7cca0a9... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
4b60a8d... Updated Spanish translation (*)
ea14d74... viewSelector: Clean up focusTrap in search results (*)
37da87d... perf: Update to latest overlay changes (*)
776b71b... viewSelector: Allow to start keynav using the down arrow (*)
ee0102e... viewSelector: Allow to close the application view with esca (*)
d1e35d1... messageTray: Put the lightbox opacity down (*)
75ed427... theme: Put back the transition from overview to desktop for (*)
99c9770... calendar: Fix showing "Next Week" on Sundays (*)
becaeaf... messageTray: Port the close buttons over to Clutter propert (*)
d721fc2... messageTray: Put the notification widget in the center (*)
a2e0e0a... messageTray: Adjust the position of the close button (*)
0f065eb... userMenu: Delay restoring presence until the network comes (*)
cd43c49... userMenu: Make presence chooser insensitive when offline (*)
4ff0697... workspace: Reindent (*)
3776c50... workspace: Position windows only when needed (*)
4465834... pointerWatcher: add a class to track the pointer (*)
54f3036... messageTray: add dwelling at the bottom of the screen to op (*)
695f84e... Style the tray so it is less prominent in the overview (*)
83a1c72... a11y: exposing percentage label on power menu items (*)
8ebd2ff... a11y: adding a proper state for menu items with a dot (*)
370de39... a11y: name label and main status chooser item don't neeed t (*)
9024c5d... gdm: generalize fingerprint message into login hint (*)
0a1f0e5... gdm: Add network login hint (*)
1c92786... network: ignore unrecognized/irrelevant devices/connections (*)
55922c0... Updated POTFILES.in (*)
46b7a95... messageTray: Remove the message tray hot corner (*)
fa2b413... Bump version to 3.5.90 (*)
64fdff6... Updated Polish translation (*)
7f8c5c4... Updated Polish translation (*)
47ce72e... Fix modal dialog styling for network secret prompts (*)
7126239... network: Fix icon_size parameter (*)
39559f0... [l10n] Update Japanese translation (*)
66a36bf... Updated Norwegian bokmål translation (*)
e92a6b3... workspacesView: Avoid an unnecessary animation (*)
c50132b... theme: improve scrollbars coloring (*)
e9a4843... AutorunManager: Fix fallout from LoginManager rework (*)
88effdd... appMenu: Make show() a no-op in locked state (*)
9835352... dash: Fix some issues with the label API (*)
3fafe0d... dash: Add tooltip label to show applications icon (*)
2154a22... layout: Don't unnecessarily go through Main for a property (*)
56dc2eb... remoteSearch: Don't add providers more than once (*)
ecbf2f1... messageTray: Handle 'popup-menu' signal on summary items (*)
5d6f370... Updated Lithuanian translation (*)
3902e8b... messageTray: fix dwelling during mouse-down (*)
58ff5c6... a11y: setting label actor for endSessionDialog.ListItem (*)
43883a6... Updated Spanish translation (*)
d60a4e9... shell-app: Don't match on comments (*)
18c62a1... Make workspace selector more similar to the mockup (*)
4696bfb... extensionSystem: Make unloadExtension take an extension obj (*)
4ca2697... shellDBus: Fix reloadExtension (*)
67115b3... extensionDownloader: Fix extension installation (*)
baf08dd... Updated Polish translation (*)
6851c54... workspace: Refactor code a bit (*)
efc128e... workspacesView: Refactor thumb zooming out code (*)
9e665e4... Updated Russian translation (*)
00fe97a... Updated Arabic translation (*)
13a10f8... Updated Hebrew translation. (*)
bec4849... ScreenShield: hide Removable devices in the lock screen (*)
3c386e0... gdm: reset cancellable if cancelled. (*)
785ab81... shell-app: Fix a memory leak in the running state (*)
8a86540... Revert the other half of "St: don't attempt to give focus t (*)
46fcfb7... build: Bump version in jhbuildrc (*)
50e5736... Updated Greek translation (*)
9dafaa2... ScreenShield: don't bump the lock screen while animating (*)
6ea80ea... a11y: set a label_actor for the summary items on the messag (*)
a1ecf45... a11y: exposing the proper button role while using toggle_mo (*)
b50604d... a11y: set a proper label for the "Show Applications" dash b (*)
973a6b2... Assamese translation updated (*)
417941a... overview: Fix ShellInfo.setMessage() (*)
1f48954... Implemented FUEL entries to Assamese translation (*)
df3fa97... main: Load extensions as late as possible (*)
b3cb9d8... Fix the spacing in the mount operation auth prompt (*)
e34ab6c... Add 1em of padding below the password box (*)
70d1953... Use the term password instead of passphrase (*)
684e5be... Updated Norwegian bokmål translation (*)
ac44426... Updated Spanish translation (*)
12c76e5... Updated Polish translation (*)
79408d3... placeDisplay: Remove "Connect to..." item (*)
1ba21ed... Updated Galician translations (*)
2672f20... notificationDaemon: Explicitly return false from an idle (*)
f96dcac... MessageTray: clamp unexpanded notification height (*)
d3b0d23... StIcon: deprecate StIcon:icon-name and StIcon:icon-type (*)
41dc9e0... PanelMenu: Allow multiple icons in one SystemStatusButton (*)
c1de278... Add a new lock screen menu to combine volume network and po (*)
d52cb51... Updated POTFILES.in (*)
382310f... Updated Polish translation (*)
ee60863... st-im-text: Support pre-edit (*)
042c1fd... Updated Spanish translation (*)
c21b1e5... st: Remove StIconType (*)
f075b36... Updated Lithuanian translation (*)
04d1a35... PopupMenu: propagate all open-state-changed down to PopupMe (*)
43af6f4... Updated Galician translations (*)
2beff98... Fix a couple of symbolic icons (*)
dc13e72... messageTray: Use monitor geometry for dwelling (*)
2f3df71... status/network: Fix VPN symbolic icon (*)
14a7da7... status/volume: Fix initial symbolic icon (*)
85d9933... st-im-text: Simplify dispose (*)
77ea16e... st-im-text: Support surrounding-text (*)
4cf3acd... Updated Greek translation (*)
df15ee4... Updated Arabic translation (*)
e616877... js: Fix up for Clutter.Color changes (*)
8aed511... magnifier: Use PointerWatcher to poll the mouse pointer (*)
3fd0502... magnifier: Round the uiGroup to integer positions (*)
54e5ffc... magnifier: Don't set the size of the uiGroup (*)
c815979... magnifier: Don't use some deprecated APIs (*)
f8805e8... windowManager: Disable the window dimmer when we close all (*)
4ba1f26... searchDisplay: Improve the placement and style of the "No r (*)
82c8aad... NetworkMenu: remove broken device activation policy (*)
dc10e61... Fix some more symbolic icon names (*)
f4740ba... Updated Polish translation (*)
5e46abf... Use UserAvatarWidget to display user avatars (*)
a3d8b5e... Fix some more icon names (*)
d3f5d94... Updated Galician translations (*)
87e021c... statusArea: hide power indicator on desktop (*)
6931e6c... po/vi: import from Damned Lies (*)
1a7fad1... Updated Vietnamese translation (*)
6973594... messageTray: Summary items should be square and have spacin (*)
167ed7c... loginDialog: Fix regression from updating icon (*)
43caace... boxpointer: Use the -arrow-rise as padding instead of a mag (*)
eb351b1... MessageTray: escape the tray when a legacy icon is clicked (*)
1a6d74f... ScreenShield: rework the arrow in the lock screen (*)
a76cc79... ScreenShield: add a drop shadow to the animated arrows (*)
fcb175e... update Punjabi Translation (*)
366a3e2... Updated Norwegian bokmål translation (*)
38e4ab1... updated Tamil translation (*)
8f4f8fc... Updated Lithuanian translation (*)
833cb25... gdm: Fix powerMenu icon name (*)
3013a87... theme: Tweak the padding of #summary-mode (*)
703417a... ShellUserVerifier: fix cancellation (*)
73ec867... Updated Italian translation (*)
50f8ae6... st-bin: Don't allocate a hidden actor (*)
79bfea5... st-widget: Unset hover when setting track_hover to FALSE (*)
1237aef... Updated Spanish translation (*)
11086e8... messageTray: s/_useLongerHideTimeout/_useLongerTrayLeftTime (*)
f177bd0... ScreenShield: Allow lifting up the curtain with the mouse w (*)
ca4b86e... messageTray: Don't hide the banner after NOTIFICATION_TIMEO (*)
e0ca572... Updated Polish translation (*)
e5534e8... Panel: clean up button construction code (*)
47d46e3... ScreenShield/MessageTray: fix crash after the introduction (*)
3a1f623... sessionMode: Remove extraStylesheet (*)
cb9062f... calendar: Launch the calendar server with DBus autostart (*)
b257029... main: Remove some cruft (*)
aa9c095... panel: Make sure to show the app menu button after unlockin (*)
08a69cd... Bump version to 3.5.91 (*)
ec4f6b7... Updated Hungarian translation (*)
db20a54... Login/UnlockDialog: don't reset immediately if auth fails (*)
7e343f1... st-bin: Make sure not to allocate hidden children (*)
ca2e09f... sessionMode: Allow changing the session mode at runtime (*)
2a800e4... Rearchitect the Shell to have a components system (*)
ec01f5d... userMenu: Make the user menu insensitive in the lock screen (*)
f1ca96b... userMenu: Don't update the presence icon immediately (*)
59e2710... sessionMode: Reindent (*)
16e92a7... sessionMode: Inherit from a more restrictive session mode b (*)
cebd8e1... screenShield: Zoom out on login (*)
92d8d65... ScreenShield: use session mode to handle the GDM login dial (*)
3f5edf7... VolumeMenu: read output and input if PulseAudio is already (*)
7c244b0... Panel: move the _panelContainer down to PanelMenu (*)
e0dea63... Updated POTFILES.in (*)
2e6205b... Updated POTFILES.in (*)
8954d33... Updated Polish translation (*)
f5ca649... shell-recorder: Don't use a default filename (*)
70d610b... shell-recorder: Fix accidental fallthrough (*)
11ce684... shell-recorder: Remove count and unique filename settigs (*)
f0474ff... shell-recorder: Remove the ability to pause the timeline (*)
14d0a96... shell-recorder: Fix warning message about unknown escapes (*)
f563fb1... shell-gtk-embed: Fix NULL pointer dereference (*)
eda17de... messageTray: Move close button above notification widget st (*)
110d58b... Reintroduce run dialog (*)
59412a9... Components/Keyring: unregister the system prompter when dis (*)
0223507... Updated Arabic translation (*)
2890fc9... Updated Serbian translation (*)
5c990f1... Rewrite the layout code of the message tray (*)
3710b88... Bluetooth: don't restrict the length of non numeric PINs (*)
3830e90... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
aed589a... Updated British English translation (*)
011c9d1... Updated Indonesian translation (*)
f957ae7... Don't start new components when activating the screen-shiel (*)
0725a7d... SessionMode: add polkit to gdm session (*)
09c81f7... AutorunManager: fix regression from the components rewrite (*)
457fb60... autorunManager: Fix another regression (*)
ffbc1fd... unlockDialog: Fix centering of label in screen shield (*)
be5df17... grabHelper: Clean up the code a bit (*)
b37e02c... screenShield: Fix typo (*)
43ba93a... screenShield: Animate the raising of the lock screen with t (*)
7999e90... Updated Greek translation (*)
7f479e1... Finnish translation update by Jiri Grönroos (*)
ec52928... messageTray: A variable to indicate that the close button w (*)
5030d59... messageTray: Focusing the text entry should force chats to (*)
ad8bdb9... ShellDBus: fully show the lock screen before returning for (*)
b98c5f9... shellSearchProvider: Fix GetResultMetas definition (*)
6b016c2... st-texture-cache: Fix stretched textures (*)
5847728... popupSubMenu: Only remove padding when scrollbar is shown (*)
9d0eaa2... layout: Fix hiding panel for fullscreen apps (*)
2ed2821... popupMenu: Don't always ignore SubMenu children in width re (*)
5a259dd... GrabHelper: always navigate focus when grabbing (*)
8109dd6... sessionMode: Introduce the concept of "primary" modes (*)
2501d29... Updated Brazilian Portuguese translation. (*)
8639cf8... l10n: Updated Persian translation (*)
19f92df... Updated Slovenian translation (*)
00f15c1... boxpointer: Avoid malformed boxpointer arrow (*)
10da35c... boxpointer: Clean up (*)
657887b... Revert "userMenu: Don't update the presence icon immediatel (*)
8c53416... Panel: don't animate session mode switches (*)
475dde4... Updated German translation (*)
5af389c... Updated Hebrew translation. (*)
6d704be... Updated Belarusian translation. (*)
1c79f18... stage: Change background color to grey (*)
c866b0d... Clean up vestiges of the OpenSearch system (*)
30048b7... Updated Korean translation (*)
48e7d73... Updated Portuguese translation (*)
9f48adc... MessageTray: fix unexpanded height when receiving multiple (*)
8a26904... messageTray: Restyle the summary counters (*)
00e0d24... Updated Thai translation. (*)
7ebb5c6... NotificationDaemon: don't fail if a tray icon has no WM_CLA (*)
452ac29... PolkitAgent: don't crash if there is no avatar (*)
09e3aed... St: don't focus hidden actors (*)
8cf9baa... ScreenShield: move lock status handling to use session mode (*)
785be2f... Hide the user menu in the GDM greeter lock screen (*)
5e3d8dd... Assamese translation updated (*)
7fd128e... Updated Marathi Translations (*)
2db029b... dash: Don't underallocate show-apps button (*)
49df72c... st-im-text: Replace key-* handler with captured-event (*)
4fe604b... status/keyboard: Make IBus display strings consistent with (*)
409af28... status/keyboard: Handle IBus engines which don't specify a (*)
9dfd1bf... shellEntry: Don't use a ClutterClickAction to pop up a menu (*)
2226689... shellEntry: Make the entry have a fake focus state when a c (*)
ed82c37... recorder: Fix more fallout from session-mode changes (*)
2a8625f... screenShield: Add box-shadow to the shield (*)
9627864... status/network: Fix another StIconType regression (*)
6f5b700... messageTray: Split out the building of the right menu to a (*)
e71129a... autorunManager: Don't show a right-click menu (*)
77c15b7... Fix extension styling (*)
488820d... TelepathyClient: don't emit an error if an unknown message (*)
bf2d207... Keyboard: fix timestamp handling to account for CURRENT_TIM (*)
7499b04... Fix insensitive styling for popup menu items (*)
b3041ae... TelepathyClient: fix includes (*)
b7ae74e... Revert showing notifications in the locked screen (*)
be290fa... ScreenShield: wait for stage mapping before taking a grab (*)
f7a95b5... Update French translation (*)
b145152... messageTray: Disable the tray dwell when the user is intera (*)
107f5de... ScreenShield: animate going from the unlock dialog to the l (*)
638507c... fingerprint: autostart fprintd when necessary (*)
e62c66b... TelepathyClient: fix regression from 6f5b700833305f455f3397 (*)
7654f1c... MessageTray: remove bad fast path in hideSummaryBoxPointer (*)
3d63202... UnlockDialog: allow typing before the first question from P (*)
3b293e9... viewSelector: Make the start search event available to inpu (*)
4254fa3... ScreenShield: Make Return key dismiss screenshield (*)
94c1d5a... focus-manager: Make groups "refcounted" (*)
afcd90a... messageTray: Fix _hideTray() being called recursively (*)
e30d45a... Updated Bulgarian translation (*)
2bb1a67... update Simplified Chinese (zh_CN) translation (*)
b203a95... grabHelper: Rework grabbing code to properly handle stackin (*)
f39098a... ViewSelector: remove the places & devices search provider (*)
e421953... panel: Make activities button's hot corner public (*)
38f943e... messageTray: Do not block hot corner when open (*)
0d62ec5... lookingGlass: Fix object inspector for multi-monitor scenar (*)
4c82df5... Updated POTFILES.in (*)
633bbd8... Fix regression from 38f943ef81781210a7b680ecd58b75cb9007635 (*)
e71c016... recorder: Port to new gstreamer vp8enc api (*)
70c34ba... Wanda: don't recreate the texture if the icon size doesn't (*)
4beba79... Wanda: remove unnecessary destroy signal connection (*)
daceb81... Updated Slovenian translation (*)
f6645a4... grabHelper: Set _grabbedFromKeynav (*)
ff31ccd... grabHelper: Remove unused parameters (*)
8ee74e5... st-theme: Fix extension ordering with !important (*)
abfdcaa... Updated Russian translation (*)
8eecbb5... Updated Lithuanian translation (*)
95a55a2... Updated Hungarian translation (*)
2d184e1... Updated Polish translation (*)
131fa6a... Updated Indonesian translation (*)
15f22ad... Updated Portuguese translation (*)
5ca5f02... Assamese translation updated (*)
2a46c39... hindi update (*)
b150a28... hindi update (*)
ea5bf10... hindi update (*)
33bd6bc... Updated gujarati file (*)
cb627db... Updated Greek translation (*)
c0ff02d... Updated Spanish translation (*)
2c130c8... history: Allow events to bubble up when arrowing past the f (*)
a5d6005... messageTray: Allow to open summary item with up arrow (*)
809cbf5... grabHelper: Ungrab the entire stack on "outside clicks" (*)
906368d... messageTray: Add shortcuts to summary boxpointer (*)
ef7b74a... grabHelper: Remove support for untracked grabs (*)
f2af0be... messageTray: Allow to start keynav with Tab (*)
6ef3c62... messageTray: Move focus ourselves when entering by keybindi (*)
de93677... Allow the shell to run without the screenshield (*)
9659d93... status/keyboard: Add menu items for IBus Anthy's InputMode, (*)
5c7da4b... status/keyboard: Fix hidden separator when menu changes whi (*)
ea4855e... Updated Galician translations (*)
e6ba7c6... messageTray: Fix summary position in RTL locales (*)
cc67440... gdm: Don't fade in the log in dialog (*)
e7a2e1f... Updated Thai translation (*)
5e12e5f... layout: Add a fake root pixmap actor at startup, and fade i (*)
10884ef... ShellUserVerifier: catch DBus errors and report them to the (*)
1f30670... userMenu: Close menu immediately when activating Lock (*)
114f6f5... screenShield: Delay destruction of unlock dialog (*)
bafe346... build: Install keybinding files for control-center (*)
51bdc44... gdm: Fix property typo (*)
ac5c6de... Updated Indonesian translation (*)
1102409... Updated Telugu Translation (*)
449d116... Fix 10884ef7f5ba0b5a0ad96130b4e386af813819af (*)
2acb097... grabHelper: Fix regression for dwelling with mouse down (*)
23c1138... screenShield: Fix regression from 114f6f577f58 (*)
c1590d9... Revert "messageTray: Fix summary position in RTL locales" (*)
7753361... shell-docs: Remove left-over includes (*)
fba427f... Bump version to 3.5.92 (*)
6fd7a56... Updated Slovenian translation (*)
21adc98... updated Tamil translation (*)
6d791d3... Updated Polish translation (*)
760bf52... update Punjabi Translation (*)
7126ce8... Updated Bulgarian translation (*)
6b6fdc6... Assamese translation updated (*)
0302c3f... Updated HINDI translation (*)
8854ac8... Updated Arabic translation (*)
601d232... Updated Arabic translation (*)
7e3f6c3... Updated Marathi Translations (*)
300f97f... Updated Greek translation (*)
2591d1b... Updated Thai translation (*)
23a31b9... Update French translation (*)
a2f943d... Updated Galician translations (*)
2161c79... Updated Hungarian translation (*)
a2303d8... Updated Malayalam file (*)
1317956... Updated Malayalam file (*)
2815889... Updated Malayalam file (*)
d0a77b7... keyboard: Make input source items accessible (*)
0ff614c... Don't show network dialogs in the lock screen (*)
e8ebe4d... popupMenu: Set initial visibility of settings items (*)
717bbd3... Updated Serbian translation (*)
9f6e118... Updated Portuguese translation (*)
1742bd6... Updated Galician translations (*)
d11d8d5... Updated translation for Odia. (*)
3429fc3... userMenu: Close menu immediately on user/session switch (*)
5b0c9a7... Updated Spanish translation (*)
44d9316... Updated Belarusian translation. (*)
79b96ab... Updated Lithuanian translation (*)
cc1d6e9... Updated Brazilian Portuguese Translation (*)
175ddaa... searchDisplay: Fix alignment of section headers in RTL loca (*)
4964388... Updated Korean translation (*)
5c2031b... Updated Bulgarian translation (*)
f9b42e1... Updated British English translation (*)
c13a573... Updated Danish translation (*)
0c8a94b... screenShield: Fix unlock animation (*)
7904e35... Updated Hebrew translation. (*)
4a21034... Updated Hebrew translation. (*)
098d805... [l10n] Updated Italian translation. (*)
7df7cd0... messageTray: Clean up commented code a bit (*)
a87ba46... messageTray: Don't open the tray from a dwell if we're in a (*)
5d0a57c... Finnish translation update by Jiri Grönroos (*)
d4306f7... update Simplified Chinese (zh_CN) translation (*)
27ff388... [l10n] Updated Catalan translation (*)
b52c83d... [l10n]Updated Catalan (Valencian) translation (*)
1957899... [l10n] Updated German translation (*)
30d536b... hindi update (*)
f9c583a... Updated Russian translation (*)
8076c66... Updated Russian translation (*)
3adf54a... Updated Latvian translation (*)
0c324c4... [l10n] Update Japanese translation (*)
0a8eeb2... [l10n] Updated Estonian translation (*)
83d5721... Added 'ky' to LINGUAS (*)
90df435... Added Kyrgyz translation (*)
adf6d0e... Update Czech translation by Adam Matousek (*)
e1e0c50... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
74d6225... Update Czech translation (*)
dc9ad8d... st-texture-cache: Add API to remove cache data (*)
c4c470c... st-theme-node: Add method to invalidate drawing state (*)
cd024e2... st-widget: Add method to clear background-image (*)
6f3cf0a... userMenu: Force reload of background-image on icon changes (*)
9f476a1... gdm: Provide an accessible name for powerMenu (*)
f782661... gdm: Make UserList accessible (*)
2c70ee7... [l10n] Update Japanese translation (*)
c4b1ccb... Updated Brazilian Portuguese Translation (*)
dbe2c11... update Punjabi Translation (*)
2f6b004... Updated Indonesian translation (*)
fee0a85... Updated Marathi Translations (*)
fe124e6... Keyboard: update for the message tray changes (*)
6611d63... messageTray: Only update keyboardVisible as necessary (*)
2e63709... grabHelper: Ignore events from On-Screen-Keyboard (*)
2ed7ee8... keyboard: Keep tray after clicking summary item (*)
6c1bd95... keyboard: Ignore focus changes caused by tray showing/hidin (*)
f8ce788... keyboard: Fix check for extended keys (*)
ef9f63f... keyboard: Ignore focus changes from extended keys (*)
18eedbc... keyboard: Disable "tray" button in lock/login screen (*)
c9fa00c... Updated Portuguese translation (*)
2a4eb3e... Updated Slovenian translation (*)
6424b2d... Assamese translation updated (*)
d8993c5... Updated Latvian translation (*)
0941357... Updated Greek translation (*)
db9f91b... Updated Spanish translation (*)
e32df1b... Updated Galician translations (*)
e5cb224... Updated Arabic translation (*)
759b758... hindi update (*)
846771f... Updated Hebrew translation. (*)
506490e... Updated Hebrew translation. (*)
6a739af... gdm: Make SessionList accessible (*)
908bf3b... volume: Fix initial visibility of input (*)
8f2a6f8... Bump version to 3.6.0 (*)
ee485e1... Updated Polish translation (*)
f9019ce... Update French translation (*)
f5c86fa... Added uk translation (*)
5d9fa2c... [l10n] Updated Catalan translation (*)
f42d4b5... [l10n] Updated Catalan (Valencian) translation (*)
440aa0d... Update Simplified Chinese Translations (*)
ba6e931... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
2f61381... Updated Belarusian translation. (*)
960f7d5... Updated Hungarian translation (*)
d57c3b4... Updated Czech translation (*)
044b121... Updated Serbian translation (*)
f026741... Updated Russian translation (*)
37e0cef... Updated Lithuanian translation (*)
3f8995b... Updated Danish translation (*)
4ceb3d8... Updated Norwegian bokmål translation (*)
8437885... [l10n] Updated Italian translation. (*)
e8ab0b3... Updated Lithuanian translation (*)
7206b61... dash: Make padding even on the top/bottom of the dash (*)
9fb6510... Updated Bulgarian translation (*)
e6fd2be... dnd: Add drag actors to the stage before querying their siz (*)
4f359e6... workspaceThumbnail: Fix the dynamic workspaces check for dr (*)
24efeff... Really hide 'Show Keyboard Layout' on the lock screen (*)
e2ff584... wanda: Use an StIcon again for createIcon (*)
8b6df2e... st-texture-cache: Remove load_icon_name (*)
d4ce7ae... dnd: Fix regression from e6fd2be (*)
5b4553f... Revert "st-texture-cache: Remove load_icon_name" (*)
7d9ec8c... jhbuildrc-gnome-shell: add ignore_suggests = True (*)
06e9bf9... gnome-shell-build-setup.sh: install git-bz (*)
a171e92... ctrlAltTab: Only set the stage focus mode when we're focusi (*)
4485170... messageTray: Show the message tray in Ctrl+Alt+Tab outside (*)
7e496b1... autorunManager: Clean up mount operations (*)
ff9509b... autorunManager: Don't scan the filesystem if autorun is dis (*)
0ad739e... autorunManager: Don't try to scan remote filesystems (*)
a1bf19d... ShellUserVerifier: fix typo in function name, caught on aut (*)
36edf20... gnome-shell-build-setup.sh: Add additional system packages (*)
0e01a81... userMenu: Remove 'Switch Session' item (*)
0192a6c... unlockDialog: Make the prompt entry insensitive while loggi (*)
7d6c85b... messageTray: Don't animate the desktop clone for a failed t (*)
1118ec9... GActionMuxer: disconnect group signals on finalize (*)
78e5d4d... Update French translation (*)
20d4ffd... loginDialog: Rely on default button for activation (*)
55284e4... modalDialog: Add alternative keys to activate default (*)
59f9f4f... Updated Hebrew translation. (*)
7f5f228... Updated Hebrew tranlation. (*)
4f66f09... userMenu: Ignore 'lock-enabled' setting for user switching (*)
b99bb3d... gnome-shell-build-setup.sh: Move default directory to ~/gno (*)
9395f31... extensionUtils: don't log verbosely on missing extension di (*)
aa1a84e... gnome-shell-build-setup.sh: add a note about removing insta (*)
1e890a8... gnome-shell-build-setup.sh: install libdb on Fedora 18. (*)
f6c2902... gnome-shell-build-setup.sh: Fix warning about git-bz symlin (*)
f80eb89... jhbuildrc-gnome-shell: switch to the GNOME 3.8 moduleset (*)
6dab119... extensionUtils: Don't warn about missing url (*)
17e70ff... notificationDaemon: Store tray-icon-added/removed ids (*)
3ed5f9c... gdm: Try harder to move focus to the first user (*)
9fac285... messageTray: Fix some artifacts when tweening back from the (*)
be24ee4... messageTray: Clean up and consolidate code for tween comple (*)
147a6e4... dash: Refactor some common code (*)
f994ada... dash: Clean up unused code (*)
52871c7... dash: Make the show apps button insensitive when we're drag (*)
245e43e... dash: Make the tooltip and hover effect sync up to the real (*)
36e5ae4... dash: Construct the label at init (*)
06e5c25... dash: Make the dash items accessible (*)
6487cd8... dash: Only set the label's text when initially showing the (*)
4f56fb1... overview: Make sure that we put the desktop clone at the ri (*)
8b0301e... Updated Irish translation (*)
0f6effa... Calendar: hide all actions when on the login screen (*)
7109bd5... Updated Thai translation (*)
f71108a... extensionPrefs: Remove an extra parameter to set_cell_data_ (*)
576009b... theme: Make the selected text color white for all entries (*)
1e942be... Add a new code style/hacking guide (*)
d2e830c... messageTray: Do not add the tray unconditionally to ctrl-al (*)
5bfcc53... messageTray: Reset summary after losing focus to outside ac (*)
05f5fac... loginDialog: Use the same prompt layout as the unlock dialo (*)
dc15df1... loginDialog: Remove now unused functions (*)
e8f96a6... loginDialog: Sync :expanded better with user list visibilit (*)
3fdc8bf... main: Override focus-change-on-pointer-rest preference (*)
b3cd46a... screenShield: Align notifications to the left, not the midd (*)
955b550... screenShield: Add some padding between the clock and notifi (*)
d90bf5c... theme: Make the notifications box match mockups better (*)
cf0ae8f... screenShield: Remove erroneous top/bottom padding that may (*)
3abfcda... loginDialog: Use the same focus root for dialog and ctrl-al (*)
8cc54ce... loginDialog: Add focus indication (*)
8dfea95... Updated Norwegian bokmål translation. (*)
651030b... layout: Fix an accidental undefined variable error (*)
2502ca6... tests: Actually call test() in box-layout (*)
4a92d7d... st-im-text: Chain up to parent first in dispose() (*)
42ab233... L10N: Updated Persian translation (*)
11299d9... Updated British English translation (*)
0460675... workspace: fix typo in removeThumbnails. (*)
88fbdba... panel: Fix a copy/paste type when dealing with panel corner (*)
cae9a8d... Updated Korean translation (*)
b561694... theme: Remove left-over style (*)
4342155... dateMenu: Hide "Open Calendar" item if calendar unavailable (*)
0ac215f... autorunManager: Fix another StIconType removal regression (*)
a7d344d... Make org.gnome.ScreenSaver.SetActive work (*)
5ad7db7... ScreenShield: don't allow cancelling the curtain by pressin (*)
99f97ad... UnlockDialog: reset UI on verification failure (*)
562f561... Updated Kannada Translation (*)
19946f1... Updated Danish translation (*)
fc0bd3b... Updated Latvian translation. (*)
f94369d... Updated German translation (*)
48fb16b... ScreenShield: show the unlock dialog on the primary monitor (*)
487749c... st-entry: Force a relayout if necessary (*)
cf58a7e... dash: Reset show-apps label on drag-end (*)
f203907... build: Add missing files (*)
205773b... Bump version to 3.6.1 (*)
dd3484b... dash: Open 'Show Apps' with Super+A (*)
3a8e723... data: Expose '<Super>F10' shortcut in System Settings (*)
6ad5064... Updated Indonesian translation (*)
284ab03... Updated Slovenian translation (*)
b4ed290... Updated Belarusian translation. (*)
b5ec68b... Updated Spanish translation (*)
c005417... Updated Galician translations (*)
671a813... Updated Japanese translation (*)
360d94d... modalDialog: Remove the fade in buttons code (*)
b7acb1d... st-texture-cache: Remove load_icon_name (*)
928ea3b... messageTray: Use a GIcon for a notification's icon/secondar (*)
f5974f6... messageTray: Primarily use a GIcon to drive the source's ic (*)
1496ba0... messageTray: Clean up "TODO" code (*)
3de0ebf... messageTray: Change timestamp string formats (*)
86c85a7... loginScreen: Add support for 'disable-restart-buttons' (*)
62dc5f2... Updated Serbian translation (*)
45e64f4... runDialog: Use a symbolic icon (*)
8de4070... autorunManager: Stop erring on the side of caution for netw (*)
1735f28... Remove use of deprecated g_type_init () ... (*)
0ea8217... st: Fix handling of file:// URIs in _st_theme_resolve_uri() (*)
15273c7... st: Canonicalize URLs in stylesheets (*)
9c8b752... st-texture-cache: Add texture-file-changed signal (*)
d54f7b1... st-widget: Keep background-image and border-image updated (*)
f18fd8d... userMenu: Rely on automatic texture changes (*)
d3ba002... st: Remove unused methods (*)
2a8a806... ScreenShield: implement o.g.ScreenSaver.GetActiveTime (*)
31ea3f7... messageTray: Remove hack for the lack of negative units in (*)
fa54cfa... Updated slovak translation (*)
c7e0d54... Add missing translations for GSetting schema (*)
f6458f2... userMenu: Hide menu immediately before suspending (*)
78f6dec... workspacesView: Don't show workspace switcher when it doesn (*)
a0e0cc1... workspacesView: Simplify extraWorkspaces handling (*)
bdeb7d8... screenShield: Connect to the actor's show signal instead of (*)
418cf62... screenShield: explicitly load gnome-screensaver in fallback (*)
d106191... Port to GnomeIdleMonitor (*)
6e1a8f1... build: Bump gnome-desktop required version for GnomeIdleMon (*)
14966b0... Telepathy: Set empathy-chat as prefered handler when delega (*)
9955fbf... Updated Greek translation (*)
96a80f7... workspacesView: Fix typo (*)
a2b1946... workspacesView: Fix updating when number of workspaces chan (*)
e249218... Allow testing GDM login dialog from the session (*)
d9b46b4... workspace: Use all available space for windows in window se (*)
667019a... workspace: Don't relayout windows when zooming workspace th (*)
d7929a2... workspacesView: Don't conform to aspect ratio (*)
3ffeeac... overview: Reduce space between window picker and dash (*)
96556eb... workspacesView: Add some more spacing between window and wo (*)
1f183b8... loginManager: Add support for suspend() (*)
9904434... powerMenu: Use LoginManager for suspend (*)
fed007e... userMenu: Use LoginManager for suspend (*)
719a890... Release 3.7.1 (*)
8b796d8... po: Enforce RTL in he for messages that might end up as LTR (*)
98b313c... popupMenu: Overwrite ongoing animations when calling close (*)
3a453c5... messageTray: Fix lightbox (*)
599f2f4... Revert "screenShield: Connect to the actor's show signal in (*)
a4e29e1... calendar: Handle calendar-server errors (*)
caa0f63... style: Fix close button size (*)
93e3559... style: Adjust close button overlap (*)
8c4b34d... messageTray: Fix close button position in RTL locales (*)
9efe528... gdm: Move logo into the panel (*)
9cf4a76... po: Enforce RTL in fa/ug for messages that might end up as (*)
4f87699... messageTray: make SummaryItem._closeButton public (*)
71c2361... messageTray: Only hide the notification stack on clicking c (*)
92a01c6... messageTray: Don't destroy the notification when clicking o (*)
a7b5134... messageTray: Hide notification close button immediately on (*)
81eeef7... messageTray: Hide summary notification immediately when clo (*)
fa4bd91... build: Stop linking gnome-desktop (*)
b936e60... screenShield: Tweak curtain animation timings (*)
6f5e567... panelMenu: Fix exception when destroying menuless button (*)
9396849... message-tray: Restore Fittsability of summary items (*)
85728f0... layout: Use a MetaBackgroundActor, not a custom ClutterX11T (*)
f9819eb... recorder: Clean up stage lifetime handling (*)
9171bab... recorder: keep recorder object alive until pipeline finishe (*)
92033ce... recorder: keep test-recorder alive until done recording (*)
fbeb446... recorder: rename "filename" property to "file-template" (*)
eb09f34... recorder: save recorded video as recent item (*)
687e1ea... Overview: Resize the window title labels on content change (*)
9899604... Updated Slovak translation (*)
8daca28... Updated Slovak translation (*)
9d31576... App search: Match GenericName too (*)
04debd1... LoginDialog: clear previous auth failed messages when tryin (*)
b9463d2... ShellUserVerifier: fix fail counter (*)
a0470bf... UnlockDialog: clear the password on failure (*)
0c807bd... runDialog: Better match style of other modal dialogs (*)
37d6a62... Improve the button insensitive style (*)
a607174... runDialog: Add entry to focus chain (*)
4d51056... runDialog: Remove "Run" button again (*)
d817bf0... theme: standardize the run dialog text styles a bit (*)
9d78208... NetworkMenu: don't use a global switch for all VPN connect (*)
8819211... NetworkAgent: cancel requests when disabling component (*)
2971492... calendar: Drop unnecessary libedataserverui dependency (*)
e80bfa3... userMenu: Use "offline" instead of "unavailable" (*)
307f7a3... IM status menu: adjust the combo popup background (*)
04da29c... appMenu: Update on icon theme changes (*)
56909d0... Show 'Log out' in more situations (*)
59bb1cc... Add a setting to force the 'Log out' menuitem (*)
d19fa73... Updated Polish translation (*)
2c34c8e... Overview search box is too subtle (*)
3482086... Use the correct icon in the restart dialog (*)
aef9b73... loginDialog: drop spurious parameter (*)
c77b38f... telepathyClient: Fix auto-scroll to bottom (*)
c09fcba... layout: Remove message tray pointer barrier (*)
1397c7c... build: Add missing file (*)
39d9838... Show feedback notifications when the user is busy (*)
dd9fc91... keyboard: simplify using Caribou.KeyModel.label (*)
2c9969a... Updated Russian translation (*)
a508bec... Updated Czech translation (*)
ae0821e... Disable the login button when there is no input (*)
e04a4c3... panel: programmatic anim. control of AnimatedIcon (*)
a21ddb5... gnome-shell-perf-tool: Fix various problems (*)
b189cbd... Updated Norwegian bokmål translation (*)
025c63c... Implement non-linear overview shade for background (*)
d88002c... Revert "panel: programmatic anim. control of AnimatedIcon" (*)
73b4a0e... st-theme: Optimize string_in_list (*)
6e4c89b... main: hide the overview on key release (*)
1c3e733... ScreenShield: don't rely on gnome-session to hide the light (*)
70736be... mobile-providers: new country-specific type to gather provi (*)
e3abb6f... Convert man page to Docbook (*)
5c16be5... Some updates to the man page (*)
6fcd629... Use the same xsltproc parameters as other modules (*)
6faa50d... Add a --disable-man configure option (*)
4ebf396... a11y: fixing a regression with the accessible name at dash (*)
2d763bd... st-entry: Change the pointer cursor on enter/leave events (*)
65497e0... [l10n] Updated German translation (*)
1ae0fad... loginDialog: don't rely on PAM to ask for a username (*)
cac9d12... loginDialog: hide session list until username is entered (*)
87e8770... loginDialog: support disable-user-list key (*)
5ef5e25... Use "Decline" instead of "Reject" for incoming calls (*)
4fd6903... ScreenShield: blur and desaturate the screenshield backgrou (*)
09b7380... MessageTray: change height in chat notification to have mor (*)
797b1ff... ScreenShield: account for motion velocity when hiding the l (*)
e5f7390... ScreenShield: hide the cursor while the lock screen is on (*)
b9d5058... screenshield: use the correct actor for the background (*)
9aefbd1... view-selector: add missing semicolon (*)
8e7758e... remote-search: require a DesktopId field in search provider (*)
cbc8ec6... remote-search: don't use g_file_query_exists() (*)
10c1045... remote-search: initialize the DBus proxy asynchronously (*)
ee2f12f... dash: properly restore item label on popup close (*)
df0151d... dash: rename a local variable for clarity (*)
95abdeb... dash: simplify app retrieval from AppWellIcon (*)
76229a3... overview: highlight windows on launcher hover (*)
8659674... Revert "overview: highlight windows on launcher hover" (*)
1228db6... unlockDialog: better confirmation button label (*)
68e8f98... .gitignore: Update to ignore the generated manpage (*)
644c210... Rename "System Settings" to "Settings" (*)
7dc2355... messageTray: Add a notification focus keybinding (*)
f30dcad... messageTray: Close the notification on Escape (*)
6f2da1b... Updated Hebrew translation. (*)
e757b06... power: indicate 1 hour remaining correctly (*)
8095448... MessageTray: fix reentrancy when calling out to the grab he (*)
50f96d1... Stop using clutter alpha (*)
271508c... ScreenShield: fix code to detect missing unlock dialog (*)
f602993... dash: Disable animations during overview transitions (*)
15e1470... polkitAgent: Expand password entry to the full width (*)
063bbb0... loginDialog: Remove the correct focus root from ctrl-alt-ta (*)
fae4cb9... loginDialog: Fix yet another StIconType removal fallout (*)
7f8bfcc... Remove shell-screen-grabber (*)
2407a0c... main: Stop using Metacity's keybinding files (*)
1f2d7fa... Bluetooth: Remove ObexFTP functionality (*)
65edbc1... a11y: also set the WM HighContrast theme when switch is fli (*)
c4f6619... Store CSS classes and pseudo-classes pre-split in the StThe (*)
5ae2f87... Use pre-split element classes and pseudo-classes to optimiz (*)
a7da137... st_theme_node_equal: use split (pseudo-)classes (*)
2cfed95... Remove unsplit element classes and pseudo-classes (*)
dc2ec0a... Keep similar theme nodes so we don't have to recompute CSS (*)
08d2ca3... st_theme_node_copy_cached_paint_state: allow self-assignmen (*)
4fc6a80... st_widget_recompute_style: short-circuit if the theme node (*)
5203687... StThemeNode: add a trivial-case short cut to all comparison (*)
e4b681a... Updated Galician translations (*)
d1a9aec... recorder: Remove dead code (*)
d854081... st-theme-node-drawing: Group multiple cogl_rectangle calls (*)
490206b... NetworkMenu: rework multiple NIC support (*)
0344089... windowManager: Implement keybinding_filter hook (*)
c2065cc... main: Use Params for optional parameters to pushModal() (*)
5f36724... grabHelper: Support optional parameters to pushModal() (*)
b58f502... main: Add optional keybindingMode parameter to pushModal() (*)
0d9f704... windowManager: Add a generic mechanism for filtering keybin (*)
76d7762... windowManager: Use generic filter mechanism for all keybind (*)
28b559e... windowManager: Replace sessionMode.allowKeybindingsWhenModa (*)
ced7fa9... Add screenshield and unlock dialog to ctrl-alt-tab (*)
2434af7... messageTray: Make toggle-message-tray available when up (*)
bd40cf1... recorder: Make toggle-recorder action available in the over (*)
f084011... viewSelector: Make toggle-application-view binding availabl (*)
c48a246... panel: programmatic anim. control of AnimatedIcon (*)
5eae185... Login dialog - tweak the user name text shadow (*)
8499e4a... [l10n] Updated Estonian translation (*)
6e46dda... search: propagate GAppInfo to SearchProvider (*)
80e7f58... search: add API to get a list of remote providers (*)
9791d15... view-selector: filter out disabled search providers (*)
38c8569... remote-search: restructure remote search provider loading p (*)
cf36317... remote-search: apply sort-order from GSettings (*)
f25832d... view-selector: add support for disable-external search sett (*)
b2400fb... build: require gsettings-desktop-schemas 3.7.2 (*)
f4b61a7... recorder: Show icon and indicator on the primary monitor (*)
a0c56c7... test-recoder: Use webm file extension (*)
e0d127b... shell-recorder-src: Set frame duration (*)
b121c25... MessageTray: restore opacity when expanding a notification (*)
989d0a5... bluetooth: add translation hints (*)
7bed964... ScreenShield: unbreak blurring the background (*)
360c018... calendar-server: Remove useless g_type_init (*)
1a12155... messageTray: restore toggle tray in normal mode (non overvi (*)
b052386... build: Actually remove shell-screen-grabber.[ch] (*)
5200da6... Bump version to 3.7.2 (*)
d053d45... messageTray: don't accidentally shift the tray around in th (*)
938bc07... Fixed some errors in Russian translation (*)
a327c10... Add 'No Messages' label when message tray is empty (*)
5e3111b... ctrl-alt-tab: use better icons (*)
00201f7... networkAgent: ensure auto-register is set when the componen (*)
8a7c031... Layout: show the OSK on the monitor where the focused windo (*)
a370697... Workspace: Highlight window clone and caption when hovered (*)
3b70094... MessageTray: fix popping up after there were modals (*)
c10e4c3... modalDialog: give more control over the layout (*)
4c55a6f... modalDialog: do not launch disabled button actions (*)
c3cab28... Login: sensitivity fixes (*)
59a7fdd... Login: add a spinner for better process indication (*)
e6a3958... appDisplay: do not show empty categories (*)
393c238... unlockDialog: set password char on verif. failure (*)
b59529e... MessageTray: fix closing the right click menu (*)
4535a70... Block cancellation of the unlock dialog when dragging (*)
a112bfd... panelCorner: Only overlap panel if necessary (*)
c0f868d... panel: Remove .in-overview style class (*)
2511f60... sessionMode: Add panelStyle property (*)
f0f7165... theme: Style the panel differently according to mode (*)
f63fceb... workspacesDisplay: add spacing around the workspacesView (*)
0b9cdea... Updated Dutch translation (*)
81cd1e6... MessageTray: be explicit about removing tweens (*)
4734a9a... Updated Hebrew translation. (*)
63f08bf... Assamese translation updated (*)
b8a2004... configure.ac: relax NetworkManager requirement to 0.9.6 (*)
242dc8c... Revert "configure.ac: relax NetworkManager requirement to 0 (*)
96f44e1... WindowOverlay: animate the close button together with the b (*)
855b238... Make it possible to not show the users name permanently (*)
621a0d7... Updated Malayalam translations (*)
e20ff5a... Assamese translation updated (*)
6092e01... Telepathy: consolidate and improve connection notifications (*)
b0c6d44... Theme: improve notification scrollbar appearance (*)
1a27d7d... MessageTray: remove all tweens when tweening for state para (*)
123fb35... screenshot: don't fire flash if we failed to take picture (*)
ca73017... extensionSystem: Don't spam the error log with OUT_OF_DATE (*)
14fd0eb... StWidget: don't dispose the theme node when destroyed (*)
b7b60d1... Assamese translation updated (*)
056cfc9... wanda: fix a refactor fallout (*)
7bd7b53... panel: Remove a bit of duplicated code (*)
9808e8a... panel: Split off Animation code from AnimatedIcon (*)
a46321b... panel: Make Animation visible by default (*)
858694f... wanda: Update code to use Panel.Animation (*)
bb88265... workspacesViews: Update new padding rules for workspacesOnl (*)
d517c13... Telepathy: ignore errors from ack_all_pending_messages() (*)
2a5eed1... viewSelector: Ignore key-presses during non-overview modals (*)
5ecc204... main: Fix signal name (*)
e00eb06... overview: Handle sessionMode.hasOverview changes (*)
affcd5c... scroll-view-sizing: Add a lot more boxes (*)
7c93639... scroll-view-sizing: Enable vfade by default (*)
b3fea01... scroll-view-fade: Put the shader in another file (*)
ae1a3a0... scroll-view-fade: Clean up GLSL (*)
c84236e... scroll-view-fade: Use GLSL 1.20 (*)
5c439f4... scroll-view-fade: Do the offset math in the shader (*)
69347ff... scroll-view-fade: Only calculate the ratios if they're need (*)
b4f5f1e... scroll-view-fade: Fade gradients when near edges (*)
2492dc5... scroll-bar: Remove jitter on the scroll bar when moving the (*)
e58fbee... appDisplay: don't increment counter if we didn't add a cate (*)
d4dc1c8... dbus: Add a read-only org.gnome.Shell.Mode property (*)
41f933b... MessageTray: fix notification height expansion (*)
961dba7... MessageTray: don't close the tray when interacting with the (*)
cb08bd2... altTab: Minor code cleanup (*)
5fc16bb... searchDisplay, appDisplay: Use ClutterPanAction for re-swip (*)
57d9e7d... workspacesView: Clean up scroll code a bit (*)
830e701... workspacesView: Don't use the overview swipe scrolling syst (*)
98f4b99... overview: Remove custom swipe scrolling implementation (*)
716d7bb... shell-app-usage: Fix several problems in xml parsing (*)
21af5c8... Added Norwegian bokmål translation (*)
3d329cd... Updated Tamil translation (*)
71ad39b... Add a setting for the default state of 'Remember Password' (*)
50fbf99... MessageTray: clean-up chat timestamps (*)
00c78d3... MessageTray, ScreenShield: adjust missed message counter (*)
7e5f1fe... st-private: Don't create attr lists if we don't need them (*)
a88433d... st-private: Fix style (*)
29cb10f... iconGrid: Handle preferred height requests for infinite wid (*)
6b1e632... NetworkMenu: don't notify for failed connections if cancell (*)
6eb05af... workspacesView: Restore activation of (empty) workspaces (*)
ead0286... st-private: Don't round-trip through a font-string (*)
b39f56e... messageTray: Remove an unused instance variable (*)
d50c3e6... panel: Don't create a menu for the ActivitiesButton (*)
49fa0dd... layout: Use translation_y for panel animation (*)
31d14a2... panel: Update the hot corner when the panel box allocation (*)
00338bb... switcherPopup: Factor out altTab and ctrlAltTab's common co (*)
cd58f9f... windowManager: Make use of the switch-panels-backward keybi (*)
5faeaa2... AppSwitcher: Remove a lost timeout on destroy (*)
9760227... Assamese translation updated (*)
0b46607... switcherPopup: Add missing Meta declaration (*)
cfb66ca... update Punjabi Translation for master (*)
dd06aa9... gnome-shell.doap: belatedly remove me as a maintainer (*)
2fb1d70... altTab: Use 'switch-applications' for app switcher (*)
aba4672... altTab: Rename AltTabPopup to AppSwitcherPopup (*)
525d3c2... altTab: Factor out thumbnail creation (*)
e725f8a... altTab: Re-implement 'switch-windows' keybinding (*)
8a17f51... sessionMode: Add support for external mode definitions (*)
c528401... remoteSearch: Factor out collectFromDatadirsAsync() utility (*)
6b40c39... extensionUtils: Load extensions asynchronously (*)
92083ea... sessionMode: Make loading of external modes asynchronous (*)
31f75e4... extensionSystem: Add support for mode-specific extensions (*)
187dec2... sessionMode: Add support for 'parentMode' property (*)
6822795... build: Fix distcheck (*)
1ef9ee1... remote-search: properly document the DBus interface (*)
b390b82... remote-search: add an org.gnome.ShellSearchProvider2 dbus i (*)
72d54d9... remote-search: first implementation of SearchProvider2 (*)
2cc7fd0... remote-search: implement LaunchSearch() DBus method (*)
9b846cb... search: remove additional params from activateResult() call (*)
ec7ade4... remote-search: implement new ActivateResult() method (*)
a43ee41... app-display: use a GAppInfo for the settings provider (*)
7ff7ced... switcherPopup: Add a timestamp argument to _finish() (*)
1f46a0d... ctrlAltTab: Remove some dead code for a "window" parameter (*)
4728105... ctrlAltTab: Only add to the focus manager if we have an StW (*)
349c642... ctrlAltTab: Add a "Windows" option to Ctrl+Alt+Tab (*)
4153fee... grabHelper: Use focus_default_window (*)
ed12c9d... fileUtils: Don't fail if we can't find an error (*)
36fc3a5... st: fix rendering of corners in the box-shadow (*)
f47a11f... Updated POTFILES.in (*)
2081216... St: recompute all theme nodes when the icon theme changes (*)
4df1222... screen-shield: disconnect from title-changed on destroy (*)
2dd1c04... Updated Kannada Translations (*)
673aa3c... Updated Kannada Translations (*)
184ac11... ctrlAltTab: Remove leftover (*)
41db363... grabHelper: Use captured-event for escape ungrabs (*)
27ffad2... grabHelper: Treat the current grabbed actor as a grabbed ac (*)
066e5cd... grabHelper: Drop to the actor clicked on (*)
8dc6393... grabHelper: Fix up event handling for ignoring releases (*)
9dfc3af... popupMenu: Port to GrabHelper (*)
fc9a96a... popupMenu: Introduce PopupDummyMenu (*)
16c0585... fileUtils: correctly determine file type for symbolic links (*)
3af9f63... Use libgnome-volume-control from a submodule (*)
784b04b... VolumeMenu: show headphone icon when headphones are plugged (*)
b6a87ac... gvc: Update git submodule (*)
6fe263f... Drop removed file (*)
62972f5... Update Arabic translation (*)
db0eacd... Updated Norwegian bokmål translation (*)
c4ba31c... Updated POTFILES.in (*)
cfacb05... gnome-shell-jhbuild: Allow passing args to gnome-shell (*)
c11f89e... messageTray: Don't add ourselves more than once to CtrlAltT (*)
76c5897... Assamese translation updated (*)
04bf75d... panel: Remove a dead check (*)
13a2b28... popupMenu: Complete the dummy fake menu (*)
ca2ee22... popupMenu: Display the proper animations for popup menus (*)
b42af9a... popupMenu: Don't slide menus when we're changing them (*)
14fb51e... overview: Fix stuck grabs when mashing the overlay-key (*)
e48dbe6... overview: Clean up overview code (*)
13b83c9... build: Remove Makefile-gvc.am (*)
5072ea7... Calendar: remove dead code (*)
70b5db1... search: make sure to pass a timestamp to LaunchSearch() (*)
9af107f... searchDisplay, and others: Switch from provider title to pr (*)
b48a7d5... popupMenu: Break separator drawing code out of PopupSeparat (*)
575ab0d... searchDisplay: simplify drag actor source code (*)
c5d8484... searchDisplay: Add ListSearchResult and ListSearchResults (*)
6075332... remoteSearch: We do not need a fallback for createIcon (*)
835d4e4... appDisplay: Don't use icons in results for settings (*)
3aa0d45... search: remove SearchResultDisplay base class (*)
d0902fa... search: remove SearchProvider base class (*)
0155739... search: remove more dead code (*)
9c9cf6f... Depend on libpulse 2.0 (*)
5a7b7b7... bluetooth: Update settings desktop file (*)
fc696bc... userMenu: Update user name on session mode changes (*)
15cac01... networkAgent: Only unregister if we've registered (*)
5308d12... search: skip combining diacritical marks in search operatio (*)
04d68c6... overview: overview as boxlayouts (*)
378df51... extensionSystem: Fix error reporting in lg / ListExtensionE (*)
28aa920... extensionUtils: Remove unused property (*)
783abd4... Reverting "extensionUtils: Remove unused property" (*)
bdf0a6f... message-tray: use a style class for summary-mode actor (*)
e89ce73... overview: don't clone the whole message tray when layouting (*)
bc6b4b0... status/keyboard: implement remaining property types (*)
5de9119... status/keyboard: remove the property whitelist (*)
429f9e1... iconGrid: Only recreate icons when needed (*)
468a855... make the window thumbnails bigger (*)
f7af96d... St: avoid blocking IO to resolve relative urls (*)
be10f3c... ViewSelector: remove unnecessary StBoxLayout (*)
57d3bec... MessageTray: change notification and boxpointer background (*)
a0e340f... workspaces-view: make sure to add spacing between view and (*)
9860b1c... St: fix regression from f7af96dbb2152c796c5877585e7d1e55547 (*)
3b8a125... WindowManager: clean up effects code (*)
15063ef... WindowManager: clean up scale_y when overwrite the map anim (*)
bd5d945... Updated Spanish translation (*)
b38ecaf... LayoutManager: fix findMonitorForWindow to take a metaWindo (*)
1256af7... WindowManager: scale windows to their monitor's corner on m (*)
eff8ec0... Updated slovak translation (*)
3bd5563... ctrlAltTab: Remove a "window" parameter leftover (*)
c41424b... status/keyboard: Make input sources be proper objects (*)
2008feb... status/keyboard: Store IBus engine properties per InputSour (*)
a42d35d... main: Add an ALL value to KeybindingMode (*)
a9ec8a3... main: Initialize WindowManager earlier (*)
b767849... windowManager: Return the KeyBindingAction value from addKe (*)
88a9b76... Add the new switch-input-source keybinding (*)
6eef830... status/keyboard: Keep a list of input sources in MRU order (*)
f615482... status/keyboard: Add an Alt+Tab like input source switcher (*)
2f7c0b1... workspaceThumbnail: make ThumbnailsBox track workspace chan (*)
9f98f6f... workspaceThumbnail: handle scroll-event internally (*)
d2c6149... workspaceThumbnail: handle show/hide when entering/leaving (*)
6c64c08... workspaceThumbnail: unify restack handling (*)
8a1b834... network: add minimal support for InfiniBand (*)
529d012... LockScreenMenu: double the space between icons (*)
c5a3f78... theme: make the 'more results' emblem more legible on light (*)
d479c93... Workspace: miscellaneuous cleanups (*)
c66068c... Workspace: fix window clone slot reporting (*)
944762a... WindowOverlay: fix title sizing (*)
5487f8c... WorkspacesView: don't use clutter_actor_reparent() (*)
176daa1... WorkspacesDisplay: clean up workspacesView lists (*)
f71f767... [l10n] Updated Estonian translation (*)
07511cb... Handle 'switch-input-source' keybinding move (*)
7282bc8... build: Bump gsettings-desktop-schemas requirement (*)
658243e... build: Exclude .gitmodules from distribution (*)
2fa7230... gvc: Update git submodule (*)
2698d0d... Bump version to 3.7.3 (*)
8802f6c... Updated Slovenian translation (*)
685262f... Remove a non-existing file (*)
5fb6738... Updated Norwegian bokmål translation (*)
b5aa549... [l10n] Updated Estonian translation (*)
587c93e... StDrawingArea: fix texture drawing (*)
84b581a... Crisp menu separators (*)
34a0c07... power: Update for new D-Bus name (*)
36edff9... Updated Hebrew translation. (*)
06dc12e... scroll-view: Add proper smooth scrolling (*)
f162dd7... scroll-bar: Add smooth scrolling support (*)
7d4e14f... popupMenu: Add smooth scrolling support for sliders (*)
8d4855f... volume: Add smooth scrolling to adjust output volume (*)
770ff19... workspace: Add smooth scrolling support to zoom windows (*)
79682bb... Updated Lithuanian translation (*)
5d6b3ab... st-adjustment: Add missing math.h include (*)
52536e9... st-scroll-view: Fix build with -Werror=maybe-uninitialized (*)
32ccb77... theme: notification improvements (*)
b14b3ab... boxpointer: Clean up reposition (*)
2388de4... boxpointer: Rework how flipping works (*)
d6cace3... boxpointer: Don't use the box allocation when calculating t (*)
43876a9... boxpointer: Defer re-allocation after a flip (*)
8899325... boxpointer: Fix a small typo (*)
994021d... panelMenu: Remove inaccurate comment (*)
1d136ca... lockScreenMenu: Construct actual panel icons much more accu (*)
f60fb95... volume: Make icon calculation stable (*)
571aaec... volume: Merge the two update handlers (*)
9ebeb64... volume: Don't set the visibility of the main icon (*)
66da3f5... volume: Don't have a separate syncVisibility method (*)
1a4948f... volume: Pick up hasHeadphones from the signal handler (*)
c9d0e82... volume: Clean up stream/slider handling code (*)
1964b54... volume: Put canberra sound events on output streams only (*)
6adf5cb... Reverting "volume: Put canberra sound events on output stre (*)
a786a7d... Revert "Remove a non-existing file" (*)
45c2e65... Bluetooth: remove dead code (*)
8c96c16... Update Arabic translation (*)
86a8452... run-test: Load shell files from the srcdir (*)
ab638a4... gnome-shell-jhbuild: Remove old envvar (*)
5566aa4... shell-global: Remove hacks around clutter_event_get_current (*)
5274166... layout: Fix strut heuristics for multi-monitor (*)
0bc9d74... Updated Galician translations (*)
ebd1bc8... Ping the active window when using the app menu (*)
42e58a4... modalDialog: Make the button layout visible always (*)
4231c87... polkitAgent: Don't use setButtons (*)
cedd68c... polkitAgent: Make sure the entries are insensitive after su (*)
ac202cb... keyring: Don't use setButtons (*)
fc9225e... keyring: Make sure the entries are insensitive after submis (*)
924a405... Updated Spanish translation (*)
f41d093... shell-global: Drop unused variable (*)
4920cf2... Updated Polish translation (*)
d525d02... ScreenShield: honor lock-delay GSettings key (*)
724a2bd... Calendar: use text/calendar preferred app as the calendar a (*)
fa1420b... lookingGlass: Move to an inspect() function (*)
f07fee5... keyboard: Show in an idle on clutter key focus changes (*)
e5f4f77... Updated Hungarian translation (*)
507f29a... layout: Make OSK animation quicker, snappier (*)
a757ce4... ScreenShield: don't reset the lock screen animation if it's (*)
3e6b794... keyring: Fix copy/paste error (*)
75d44dc... keyring: Actually ensure sensitivity when the keyring dialo (*)
fbc6292... notificationDaemon: Fix style (*)
c11cbff... notificationDaemon: Prevent doing redundant work (*)
fe7ee1e... notificationDaemon: Clean up code paths (*)
155f9dc... messageTray: Support setImage(null) to mean unsetImage() (*)
1bd3494... notificationDaemon: Merge two pieces of similar code (*)
bd38388... notificationDaemon: Clean up icon/image handling (*)
52ca15b... grabHelper: Allow pressing escape on grab focus grabs (*)
55aa0cf... main: Don't mess up the modal stack when the focus actor is (*)
2d9ddd4... main: Rename curFocus to prevFocus (*)
73388f3... main: Add a better comment about shifting the modal stack (*)
4288761... remoteSearch: Use GIcon for loading icon data (*)
4b095d5... st-texture-cache: Remove st_texture_cache_load_from_raw (*)
5faf7cb... gnome-shell-plugin: Extract crossing event ignores (*)
9f9518c... gnome-shell-plugin: Port event filter to XInput2 (*)
e294abc... keyboard: Remove leftover DBus import (*)
8f41c6b... UnlockDialog: honor org.gnome.desktop.screensaver.user-swit (*)
51726d8... Fix regression from 428876123579589a228770faab57887169fea34 (*)
8be3c5e... St: fix parsing of transition-duration values (*)
dd19459... Add a SelectArea() DBus method (*)
acba0e4... screenshot: support non-absolute paths when saving screensh (*)
dcad22b... screenshot: change API to return the filename used for savi (*)
3a4e595... screenshot: save to an unique path when using a basename (*)
57bd43b... screenshot: move to a separate interface (*)
e96867f... screenshot: document the Screenshot interface (*)
e4860ac... screenshot: use g_file_replace() when using an absolute pat (*)
c33622f... keyboard: Fix subkeys handling (*)
6255c77... keyboard: Don't set keys as checked (*)
449575c... keyboard: Don't hide or show the keyboard immediately (*)
906ec3c... panel: Remove unused method (*)
d87db04... panel: Update corners' nearest button on session mode chang (*)
0e9ddd3... Use the right getter (*)
9281129... Really use the right getter (*)
1a3f17e... Updated Kazakh translation (*)
b5ed46a... Updated Norwegian bokmål translation (*)
2278381... Update German translation (*)
2690f54... Updated Brazilian Portuguese translation (*)
0c9c216... Updated minor fixes in Brazilian Portuguese translation con (*)
8410fc3... Remove non-existing file to make intltool happy (*)
9548cd8... js: Explicitly dispose all cairo contexts (*)
dc0ea3a... main: Remove unused 'background' property (*)
73ae451... Updated slovak translation (*)
65723bc... PowerMenu: increase padding to the left of the percentage (*)
7159e36... Update Simplified Chinese translation (*)
8f1df14... Revert "Remove non-existing file to make intltool happy" (*)
3f29680... workspace: Use MetaButtonLayout to get side of close button (*)
4d59368... Updated Slovenian translation (*)
2679be9... Telepathy: lookup PATH when launching empathy-accounts (*)
c106347... Updated Uyghur translation (*)
3b31774... Fix remaining uses of transition-duration without time unit (*)
bcf2944... Updated Slovenian translation (*)
ca44977... status/keyboard: Only change the current source setting if (*)
16bb9c1... status/keyboard: Add input source switching per window (*)
72f8f2b... Updated Norwegian bokmål translation (*)
c37b222... network: support NM 0.9.6 again (*)
adf8ba6... run-test: Properly set the path for the GVC library (*)
16a9391... remoteSearch: fix a typo in createIcon (*)
490eb59... build: Add missing file (*)
f0ebc84... Bump version to 3.7.4 (*)
6955664... Depend on gjs 1.35.4 (*)
f7212cf... userMenu: Use show-full-name-in-top-bar setting (*)
2adfb60... data: Remove unused show-full-name in schema (*)
3e826f9... build: Bump gsettings-desktop-schemas requirement (*)
d793077... dateMenu: Move the "Open Calendar" entry (*)
5e5798b... dateMenu: Add "Open Clocks" entry (*)
c4a21ae... Updated Belarusian translation. (*)
d497ed4... build: Drop obsololete variable from configure.ac (*)
90fae00... screenshot: Immediately show the flash spot (*)
86efba4... Bump version to 3.7.4.1 (*)
2d88508... Updated Portuguese translation and converted to New Spellin (*)
622c1c9... shell-global: Move shell_fonts_init() back to main (*)
42c1285... messageTray: Remove code for ignoring num lock / scroll loc (*)
59ecd61... MessageTray: pass keyboard events to tray icons (*)
c97b4dd... ViewSelector: use Params to pass optional parameters to add (*)
27ad830... Overview: apply extra padding to windows in external monito (*)
df2cab8... MessageTray: wait until the tray is hidden to switch styles (*)
56d7679... PointerWatcher: keep a reference to the idle monitor (*)
f2cbc31... switcherPopup: Hide the top level actor on _init (*)
c9ce1bd... Updated Portuguese translation and converted to New Spellin (*)
0e636ea... NetworkMenu: don't clear the section when queuing an update (*)
d583c48... NetworkMenu: don't queue menu updates for destroyed devices (*)
3b57812... configure.ac: Use GNOME_COMPILE_WARNINGS (*)
685a9f3... configure.ac: Remove checks for JS_NewGlobalObject (*)
15b3318... configure.ac: Remove old introspection infrastructure (*)
420f544... configure.ac: Rearrange pkg-config checks (*)
cdd3547... configure.ac: Remove deprecated macro (*)
484ef5f... MessageTray: simplify image handling (*)
45fde48... Notification: fix regression in notification image handling (*)
91a6520... MessageTray: don't show expanded content when the notificat (*)
9aa84ec... MessageTray: restore symbolic icons to notification buttons (*)
a8ede18... Updated Spanish translation (*)
c776826... Updated Norwegian bokmål translation (*)
b9ad5f8... Assamese translation updated (*)
427750d... ShellGlobal: improve code to emit sound events (*)
c49bb5a... network: add support for virtual device types (vlan, bond, (*)
a34d4d9... network: more NM 0.9.6 compatibility (*)
6935c62... Updated POTFILES.in (*)
758764e... Updated Serbian translation (*)
a0d7d7b... loginDialog: Allow right-clicking on button items (*)
660cfe7... searchDisplay: Make list results span all available horizon (*)
fe24647... Make Show Applications button depress when held down (*)
309ac65... Updated Spanish translation (*)
4bd071b... viewSelector: clean up active search state code (*)
30aaa6e... searchDisplay: set a max width on the search results scroll (*)
fe88811... [l10n] Updated German translation (*)
426581e... scroll-view: reserve scrollbar allocation when policy is au (*)
0769608... appDisplay: set hscrollbar_policy = NEVER on the category v (*)
7ba0f07... workspace: Clamp individual maximized scales to WINDOW_CLON (*)
ef69c22... workspace: Use a better algorithm for computing individual (*)
ea33193... Assamese translation updated (*)
cba2991... Added Friulian language (*)
1d267f2... Added Friulian translation (*)
772ae1c... Updated Slovenian translation (*)
f2ba49f... app-system: Remove unused get_settings_tree method (*)
5d1de33... Use the standard apps tree for gnome-control-center panels (*)
2d384eb... PA Update (alam): Punjabi Translation completed (*)
1db353a... Updated Norwegian bokmål translation (*)
8ca25ae... viewSelector: stop launching app from empty search (*)
6600d6b... status/power: Init the proxy asynchronously (*)
7a79cfd... keyboard: Do the initial redraw in _init (*)
2d79c73... main: Fix a bad rebase (*)
a9ad9d5... remoteSearch: fix fallout from RemoteSearchProvider refacto (*)
72405cd... layout: Shuffle code around (*)
8e231cb... layout: Merge Chrome and LayoutManager (*)
85743ed... MessageTray: fix reentrancy problem in hideNotificationComp (*)
cc60afa... Disconnect content-updated signal early (*)
4545719... MessageTray: disconnect signal to notification early (*)
b3f29b4... NetworkMenu: defer calling syncSectionTitle until after pus (*)
d313541... Updated Norwegian bokmål translation (*)
605d340... Updated Basque language (*)
d14cf1e... Updated Basque language (*)
daf8be9... Add a new Hash module (*)
b150869... MessageTray: clean up source tracking (*)
4dc5bac... NotificationDaemon: improve associating sources with applic (*)
098bd45... MessageTray: introduce configurable per-source notification (*)
8cb3884... ScreenShield: decouple detailed notifications from resident (*)
9794e71... Add policy for builtin message sources (*)
9ab22fe... ScreenShield: fix fallout from 8cb3884 (*)
3f6f597... ScreenShield: only emit ActiveChanged at the end of the idl (*)
9a25224... ScreenShield: lower the shield when the user is idle but be (*)
7ad881d... ScreenShield: emit lock-status-changed at the end of animat (*)
ac0bd3b... Fix bad rebase and regression in 3f6f597 (*)
5c4570f... ScreenShield: fix regression in GDM greeter (*)
644b830... ScreenShield: fix wrong signal value in ActiveChanged (*)
2f496de... Updated Polish translation (*)
65bf0d2... keyboard: Fix a warning (*)
f4626cf... workspace: Make previews of minimized windows translucent (*)
fd2944f... userMenu: Update logout item when always-show-log-out chang (*)
4351ad2... Updated Dutch translation (*)
2cf403a... st-theme: Add "custom-stylesheets-changed" signal (*)
655dce6... st-theme-node: Recalculate properties on stylesheet changes (*)
89a49ce... windowManager: Respect icon geometry when minimizing (*)
7798da8... layout: Remove an unused variable (*)
ec8dfb0... doap: add myself to doap file (*)
afaff72... Updated Uyghur translation (*)
3581220... Updated Hebrew translation. (*)
d367566... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
ae0accb... ScreenShield: separate notifications for active and locked (*)
b3549f4... UserMenu: don't show a lock icon when we're not actually lo (*)
a8c8df6... StImText: don't translate keyboard state again (*)
eab497a... layout: Call _startupAnimation() on init (*)
9bcce4f... Fix typo in gnome-shell-extension-prefs (*)
d07c8dc... volume: Suppress a critical warning (*)
b682c8e... main: Move KeybindingMode into Shell (*)
443f02c... [l10n] Updated Italian translation. (*)
526a162... Replace LoginManager:sessionActive with GnomeSession:Sessio (*)
e0c5a61... loginManager: Remove sessionActive property (*)
f0203d1... general: Use & instead of 'and' for Settings panels (*)
e385704... network: add support for the new 'ModemManager1' interface (*)
ceb035e... network: treat LTE-only modems as GSM ones (*)
393a3a0... Updated Spanish translation (*)
8dd880d... mobile-providers: use libnm-gtk to work with mobile provide (*)
e6ef3ea... power: consistently use Title Case (*)
3d638c6... bluetooth: use "Set Up" instead of "Set up" (*)
f47c060... panel: Add :overview pseudo class while in overview (*)
7f587fd... messageTray: Add 'source-removed' signal (*)
fcc32fc... sessionMode: Add stylesheetName property (*)
2344706... extensionSystem: Allow extensions to provide mode-specific (*)
406f65c... [l10n] Updated German translation (*)
11bd7dc... scroll-view-fade: Remove explicit GLSL version (*)
67c7aba... main: Fix typo (*)
140935b... shell-docs: remove leftover mobile-providers include (*)
b91d9c2... loginManager: Make suspend() a NOP in the ConsoleKit path (*)
8747c0c... loginManager: Add inhibitor API (*)
6bcad45... screenShield: Use inhibitors to lock screen on suspend (*)
62ce907... userMenu: Remove explicit screen lock on suspend (*)
a935cd0... build: Update POTFILES.in (*)
b105136... Bump version to 3.7.5 (*)
b8a8edc... Don't try to use GLX if Cogl isn't using that Winsys (*)
39e75e9... [l10n] remove location from ja.po (*)
5e74437... [l10n] remove obsolet message. (*)
e5b44a3... [l10n] Update Japanese translation (*)
c401980... Updated slovak translation (*)
a130f50... Updated Galician translations (*)
1981da1... Updated slovak translation (*)
4422f30... Updated Dutch translation (*)
23717cc... shell: Remove old jsapi-compat file (*)
0335f27... workspace: Use mutter's work area calcuating rather than do (*)
d9b33e0... layout: Replace uses of find(Monitor|Index)ForWindow with w (*)
60985b3... layout: Use the mutter functions for doing monitor math (*)
12ac2e5... Switch all external uses of Main.panel.actor.height to the (*)
f738c2b... main: Remove isWindowActorDisplayedOnWorkspace (*)
5ba0c64... main: Move getWindowActorsForWorkspace to layout (*)
6054ab3... workspaceThumbnail: Fix bad rebase (*)
d2c45f4... workspace, workspaceThumbnail: Fix another bad rebase (*)
0616261... st-clipboard: Add the ability to choose the clipboard type (*)
eaf184b... st-entry: Implement middle click paste (*)
997f851... keyboard: Make sure to set currentSource if we only have on (*)
c0e5719... keyboard: Don't use set_skip_paint (*)
3652002... screenShield: Pop modes before starting unlock animation (*)
496b5d6... css: Remove style transitions for the panel (*)
d30477b... css: Keep the panel height the same in all modes (*)
354fb6b... Updated Slovenian translation (*)
33f6948... Don't rely on implicit type conversion in the scroll view s (*)
1bf996c... loginManager: Fix canSuspend in non-logind path (*)
af0b5e6... searchDisplay: Unset default result when clearing search (*)
8035f30... autorunManager: Define this._session as an instance of Gnom (*)
e614b99... messageTray: Remove tray dwelling if we have new barrier fe (*)
c0279df... layout: Port to the new mutter-based barrier wrappers (*)
fb63f48... layout: Trigger the message tray by downward pressure (*)
a43be18... lookingGlass: Remove old hack for static functions on inter (*)
0240aea... Updated Uyghur translation (*)
911bc03... Updated Bulgarian translation (*)
34036a3... Updated Lithuanian translation (*)
a10a294... st-im-text: Remove unused variable (*)
83b4b69... Updated Malayalam Localization (*)
2f0181a... Punjabi: Translation updated (aalam) (*)
777f145... st-clipboard: Use GDK for the event filters instead of Clut (*)
70bc3d1... Updated Spanish translation (*)
4ab1e89... userMenu: Handle the case where the user has no icon file (*)
b2fb84e... Don't ask for a password on shutdown (*)
cdc4f85... shell-screenshot: Fix cursor fetching for non single window (*)
ab276e4... 693611 fix (*)
9133f6d... messageTray: Add context menu (*)
151c699... EndSessionDialog: Add a Close method (*)
6f8540f... Use nice Unicode for date formatting (*)
2a5f8e8... js: Use proper Unicode ellipsis (…) instead of three dots (*)
cdc8dd8... Updated Uyghur translation (*)
2138fc2... messageTray: Make clear item insensetive when there is noth (*)
2b1a661... ScreenShield: use a longer animation when locking manually (*)
4dc9540... ScreenShield: try harder to become modal, and catch failure (*)
33dde63... Main: move the stage hierarchy initialization to LayoutMana (*)
2b0f219... Updated Spanish translation (*)
a534a6b... messageTray: Always hide while the OSK is up (*)
a21e76c... keyboard: Remove 'tray' button (*)
2d9cf19... layout: Remove obsolete message tray <=> OSK interaction co (*)
c30661c... NotificationDaemon: support sound in notifications (*)
6576d48... Updated Malayalam Localization (*)
60257f4... grabHelper: Restore the actually saved focus on ungrab (*)
ad1b9b7... grabHelper: Merge _navigateActor() with its only user (*)
eb5a836... screenshot: Write metadata to png file (*)
978ac65... layout: Don't use reparent (*)
a4e70ba... layout: Restructure input region and struts code (*)
22ddec4... Place popup menus and other override-redirect windows on to (*)
8c5a343... accessibility: Remove some unused constants (*)
c8365b7... viewSelector: Don't strip whitespace from search strings (*)
35a7c94... search: Fix style (*)
569797d... searchDisplay: Remove doSearch (*)
65e4652... viewSelector: Make sure not to start searching when we only (*)
f1cdce3... st-texture-cache: Remove a no-op scale pixbuf (*)
a5d3f77... st-texture-cache: Add one simple way to free texture load d (*)
7fc2b33... st-texture-cache: Use async variants of the icon loading AP (*)
af7a345... ShellSearchProvider: Update documentation about 'name' and (*)
498bc21... theme: Fix style (*)
30179bb... popupMenu: Treat a menu will all invisible menu items as em (*)
93bde0c... Introduce a SlideLayout layout manager (*)
3d8a875... workspaceThumbnail: pack ThumbnailsBox in the overview dire (*)
f2edcb9... viewSelector: notify on active page changes (*)
4016da6... viewSelector: add a method to get the currently active page (*)
5b39496... overview: set side controls visibility on view page change (*)
bc75e5e... workspace: include the close button overlap in the right si (*)
c550e2c... workspacesView: simplify code (*)
2247065... dash: add a SlidingControl for the dash actor (*)
45415a7... overview: hide side controls when searching (*)
f7512dc... viewSelector: don't change page on drag begin (*)
6cd1e38... ibusCandidatePopup: Style updates according to design mocku (*)
4f8586d... ibusCandidatePopup: Add pagination buttons (*)
235ec7c... CandidateArea: make setOrientation() public (*)
c3ed936... ibusCandidatePopup: Make candidates reactive to pointer cli (*)
7e24a69... ibusCandidatePopup: Fix cursor positioning (*)
70234ed... [l10n] Updated Catalan translation (*)
ec6ee27... [l10n] Updated Catalan (Valencian) translation (*)
1c57c0e... endSessionDialog: don't use Tweener for the timer (*)
5f95351... tweener: follow org.gnome.desktop.interface enable-animatio (*)
32e8a9b... keyboard: respect "center" alignment of keys (*)
261fbef... Update to new GnomeIdleMonitor API (*)
fb52713... build: Bump gtk+ requirement to 3.7.9 (*)
f887b77... Updated Serbian translation (*)
4618e11... screenShield: Fix crash with the idle monitor (*)
30e4dce... keyboard: Don't show the keyboard when enabled (*)
f514160... unlockDialog: fix another occurrence of add_watch => add_id (*)
2af368a... Updated Lithuanian translation (*)
382cc52... NetworkMenu: use async initialization for libnm-glib object (*)
001bbd3... layout: Fix old event removal (*)
e3eb4a2... layout: Remove _addBarrierEvent (*)
2498445... networkAgent: Don't register/unregister, just refuse to han (*)
9b9f33b... Use the right conversion from cairo to GdkPixbuf (*)
278686d... viewSelector: don't crossfade between pages (*)
153d304... viewSelector: emit a signal when the view is empty (*)
1379c6b... overview: move ctrlAltTab handling to Dash (*)
579e53f... overview: move controls visibility handling to a separate o (*)
8ce3531... overviewControls: make dash private (*)
7ed4bd6... overviewControls: split out an util function (*)
41406e3... overviewControls: use translations for explicit slide in/ou (*)
2df86e1... shell-keybinding-modes: Don't use expression references (*)
5c7f0a0... WindowOverlay: remove animations when relayouting (*)
b292bba... search: Simplify and correct behavior for substring searche (*)
8749557... search: Don't run a full search for equal terms (*)
0705901... overviewControls: reset translation as well when entering o (*)
31cdac7... overview: change _hideInProgress to visibleTarget (*)
1390cd4... viewSelector: don't use resetShowAppsButton when pressing e (*)
1f1aba4... viewSelector: always reset search string when entering over (*)
5f3b04e... viewSelector: make the old page fade-out optional (*)
d8b7ac9... viewSelector: block show apps button checked signal when re (*)
754df5e... shell-app-system: Ensure that we correctly order subsearche (*)
fe2c201... grabHelper: Use a mode: js header (*)
5f995c6... grabHelper: Correct typo preventing focus-window-changed di (*)
180000a... grabHelper: Track the grab before trying to set key focus (*)
3628c81... grabHelper: Ignore key focus changes when ungrabbing (*)
186bd15... messageTray: Allow opening the context menu on long press (*)
b611ddd... messageTray: Close menu when clicking outside of the menu (*)
60ad374... Updated Brazilian Portuguese translation (*)
6436452... Updated Galician translations (*)
07676d4... MessageTray: don't clear the banner text when adding to the (*)
b45a2d7... ScreenShield: don't add the source actor directly to the bo (*)
0aa26e9... Calendar: don't initialize the event source synchronously (*)
31270c3... Updated Polish translation (*)
060c049... messageTray: remove overview special handling (*)
66cdbc5... overviewControls: account for the search entry in each cont (*)
ebd7406... main: remove unused function (*)
53a5958... pressure-barrier: don't discard grabbed events when overvie (*)
e19a927... overviewControls: Fix reallocation cycles (*)
9a30c3d... messageTray: Allow dwell to work in the overview (*)
340609d... Fix XDND regression (*)
dec0baa... Remove gap between windows when switching workspaces (*)
6b4f524... layout: Use window.is_monitor_sized (*)
12845f0... overviewControls: reset any translation when sliding in for (*)
ae93d25... layout: Call meta_window_* on the meta_window rather then o (*)
ec61004... Overview: clip contents to the allocation (*)
3205d1e... windowManager: Fix fallback path for icon_geometry animatio (*)
73d9ac6... overviewControls: synchronize viewSelector fade and control (*)
641794d... layout: Reword a comment (*)
6ffe3a4... grabHelper: Fix indentation (*)
4cf09f4... messageTray: Fix indentation (*)
9936f97... overview: Sort windows by travel distance within rows (*)
d9770dc... layout: Fix regressions (*)
4505c38... overviewControls: fix math for translations when sliding in (*)
ccb8191... overviewControls: update slide in translations from pageEmp (*)
764eed7... l10n: Updated Italian translation (*)
824fbe0... keyboard: track XKB group configuration change (*)
3044a6b... Remove builtin settings search provider (*)
a187111... OverviewControl: simplify code to add bottom padding (*)
5e87fea... StEntry: reset the cursor when unmapped (*)
7b1aab3... layout: Fix tray barrier never getting destroyed (*)
049695b... Minimize fullscreen windows when they end up in the backgro (*)
44e4cbf... popupMenu: Remove support for nested combo boxes (*)
c9783b3... popupMenu: Move child menus to be a PopupMenu-only thing (*)
809295c... popupMenu: Close all child menus when the main menu is clos (*)
3430012... overview: Don't display minimized windows differently in th (*)
e411a4a... userMenu: Use the session id to detect the current session (*)
3056fc4... overviewControls: don't perform translation when target is (*)
df9b0c5... theme: Clean up and merge window-caption definitions (*)
b53d1df... messageTray: Re-add the hotcorner when the panel is updated (*)
f3901eb... messageTray: Drop more special overview handling (*)
4a3a61b... messageTray: Jiggle some code around (*)
ee62863... messageTray: Don't allow opening while entering/leaving the (*)
ba5860c... xdndHandler: Add the dummy actor to the uiGroup (*)
6bb38b8... appDisplay: remove unused parameter to AppWellIcon construc (*)
eab4c7b... Don't call beginItemDrag() for XDND (*)
fae838b... backgroundMenu: Add a context menu on the background actor (*)
65303d0... main: defer startup until we know our session mode (*)
1950a67... Run the startup animation when we don't have much going on (*)
1a41ee0... backgroundMenu: Fix a string (*)
01ac5ae... messageTray: Use 'Clear Message' instead of 'Clear for the (*)
b292384... messageTray: Animate the context menu (*)
6b9cac9... shellEntry: Add a modeline (*)
6a00a50... backgroundMenu: Don't add an animation to the background me (*)
a9b12d5... shellEntry: Add an animation when opening the menu (*)
75589b4... shellEntry: Don't navigate forward before popping up the me (*)
5d27538... scroll-view-fade: Fix [vh]fade_offset property getters (*)
75885c3... appDisplay: Fix _ensureIconVisible() (*)
7da186d... loginDialog: fix cancel from "Not Listed?" (*)
07c0105... loginDialog: don't try to stop work spinner if it's already (*)
cb7778d... dash: don't react to window drags (*)
21403b1... overviewControls: use Params for SlidingControl constructor (*)
1a5d2ac... build: Bump gnome-desktop requirement to 3.7.90 (*)
43a355e... userMenu: Use single quotes for non translateable strings (*)
386929e... l10n: Updated Italian translation (*)
dd6fe58... polKitAgent: Don't crash when we cannot enable/disable the (*)
8349b70... theme: add some transparency to the menu backgrounds (*)
a2a292d... Updated POTFILES.in (*)
c462111... AccessibilityMenu: hide when not needed (*)
77d8ff3... appDisplay: Remove categories (*)
2658754... appDisplay: Merge AppIcon and AppWellIcon (*)
c9e2f16... appDisplay: Merge AllAppDisplay and ViewByCategories (*)
4f8f79a... appDisplay: Remove unused variables (*)
f21b820... messageTray: Move makeCloseButton() into Util (*)
9758029... appDisplay: Make _loadCategory() a utility function (*)
2fbd9b9... appDisplay: Set a maximum column number (*)
426b227... appDisplay: Make AlphabeticalView an abstract base class of (*)
25d8deb... appDisplay: Add intermediate stack widget to hold folder po (*)
6e3e2d9... appDisplay: Add new FolderIcon class (*)
65f9649... appDisplay: Separate app loading from filling the grid (*)
6a1b341... appDisplay: Add AllView.addFolder() method (*)
e3c9c46... appDisplay: Create AppFolderIcons for selected categories (*)
6628214... appDisplay: Make folder popups "view-modal" (*)
10e16cc... shell-app-usage: Remove unused parameter (*)
b75fc2b... appDisplay: Add additional view showing frequently used app (*)
b922035... iconGrid: Dynamically adjust spacing based on columnLimit (*)
f8446f1... loginDialog: get rid of title label (*)
adf95fb... loginDialog: drop animations (*)
244121d... loginDialog: fade out before starting session (*)
a3d3d81... unlockDialog: move user widget into separate file (*)
d124ca3... loginDialog: use user widget when doing verification (*)
963e808... loginDialog: move prompt hiding code to hidePrompt (*)
96001d8... loginDialog: put "Not Listed?" button and user list in sepa (*)
5fa9581... loginDialog: add cross fade animation between states (*)
3c8325f... layout: rework background handling (*)
b1a6940... background: add slide show support (*)
ba4780c... layout: don't bother hiding window group (*)
4b3c9e8... workspace: Don't use grid layout (*)
f3df62f... WorkspaceThumbnail: fix typo in stacking code (*)
e4af954... LayoutManager: add missing constant (*)
b8df779... Punjabi: Translation updated (aalam) (*)
079041c... BackgroundMenu: fix regression from new background handling (*)
6484da2... layout: add back startingUp state variable (*)
905c493... layout: invert isGreeter check (*)
1188b1b... layout: Hide the message tray and OSK during the startup an (*)
0122cee... Background: ignore cancellation errors (*)
e801647... layout: Fix some indentation (*)
09c14f1... background: s/NULL/null/ (*)
34443da... screenShield: don't use Bin for BackgroundManager container (*)
dcacbb3... background: destroy actors don't remove them from their par (*)
9ebb805... background: don't call destroy() from the destroy handler (*)
a4a5492... st-bin: fix a typo in the property setter (*)
a8f9871... keyboard: destroy actors when a group is removed (*)
37700b4... AppDisplay: fix folder popup arrow (*)
a50ddd6... AppDisplay: fake a release event to dnd when opening the me (*)
d3f978a... AppDisplay: fix undefined variable reference (*)
3db2539... panel: Don't try to begin a grab op while something else ha (*)
de3d3c1... layout: Don't bother updating the regions in the greeter (*)
d5d5177... layout: Remove freezeUpdateRegions/thawUpdateRegions (*)
5d3c901... layout: Rebuild struts and the input region when the Shell (*)
b4678a1... layout: Clean up consoleBackgroundGroup (*)
420f010... workspacesView: Treat 'gesture-cancel' the same as 'gesture (*)
fcded2e... appDisplay: Fix view-switcher buttons in RTL locales (*)
df3872f... theme: use standard button styling for the app view switche (*)
ff4926b... theme: remove unused references to dash-search-button (*)
92c8774... theme: Remove some unused css classes (*)
300c4d8... gdm: make entry reactive when asking user question (*)
8640e18... backgroundMenu: Rename "System Settings" to "Settings" (*)
e9f18c6... modalDialog: drop global.get_current_time() arguments to cl (*)
677cdfd... modalDialog: emit 'closed' signal when dialog is closed (*)
b4b13b0... endSessionDialog: don't process response until closed (*)
0e12215... workspace: Remove zooming of window previews (*)
c495ff8... overview: Expose scroll-events (*)
2ac88a7... overview: Remove some unused variables (*)
af219ce... workspacesView: Allow workspace switching via scroll wheel (*)
f83ad77... workspacesView: Remove some unused variables (*)
ea0eb4b... Bump version to 3.7.90 (*)
ef1e279... dash: turn DashItemContainer into a proper St.Widget (*)
629b6fa... dash: fix allocation loop when increasing icon size (*)
8e7d74b... dash: fix icon animation (*)
8bcb103... dash: add a workaround for Clutter bug 692744 (*)
ad71b96... Workspace: fix stacking of window clones (*)
a8a4a85... lg: add a reference to lookingGlass in the Extensions tab. (*)
aad5d98... iconGrid: Take extra spacing into account for height reques (*)
6682b7d... Updated Russian translation (*)
08a0479... WorkspaceThumbnail: fix mutter warning (*)
1db6d15... overviewControls: fade view selector and thumbnails slider (*)
df0f03d... overview: Keep open when a Control key is held (*)
656d24e... overviewControls: don't set padding on the whole overview g (*)
7b06d34... messageTray: Fix warning when opening the tray (*)
28a71a2... Revert "messageTray: Fix warning when opening the tray" (*)
9525216... messageTray: Fix warning when opening the tray (*)
c562245... main: don't show stage until still frames are loaded (*)
9db7376... appDisplay: Remove unnecessary StBin from hierarchy (*)
5f61b57... iconGrid: Add fillParent property (*)
7425b38... appDisplay: Remove scroll view hack in FrequentView (*)
1bd8c67... st-scroll-view: Add :overlay-scrollbars property (*)
6ea8f35... appDisplay: Center AllView content (*)
62ca4ba... appDisplay: Apply the same padding to AllView and FrequentV (*)
acffd1e... main: Guard against NULL log_domain in default handler (*)
627a241... ui: Don't use Clutter.Group (*)
9f3afdf... windowManager: Don't use show_all (*)
95602eb... AppDisplay: fix allocation loop warnings (*)
6fcc7e3... Background: don't check draw-background key (*)
f644bee... xdnd: Don't wait for the stage to be disabled when it is al (*)
b37afcd... xdnd: Only pick reactive actors (*)
fb0cf64... viewSelector: Don't focus search entry on whitespace (*)
4868032... Updated Czech translation (*)
946311b... Updated Polish translation (*)
07fd23d... Updated Slovenian translation (*)
2541f85... Updated gujarati file (*)
a1d3761... Fixed typo in string. Fixes bug #687248 (*)
d5e647a... ScreenShield: fix positioning of background with multimonit (*)
afb3b9f... Updated Norwegian bokmål translation (*)
96e02c4... tweener: Look at the XSetting for disabling animations (*)
310dc10... Center the search results as well (*)
a361180... layout: Handle _NET_WM_FULLSCREEN_MONITORS (*)
7d78c42... workspaceThumbnails: remove custom scrolling code (*)
d44fc3a... po/vi: import from Damned Lies (*)
8a2baf5... Updated Vietnamese translation (*)
ca2fb74... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
476eacd... layout: Adjust the pressure barrier threshold values (*)
01bd10f... layout: Cap each event to 15px of motion (*)
41f14e0... layout: Trigger the tray if one event passes the threshold (*)
a7bb6a2... Show the session list when needed (*)
f25416c... Updated Greek translation (*)
e99d69b... extensionUtil: Add ExtensionFinder::extensions-loaded signa (*)
6e89d2f... extensionPrefs: Fix opening extension preferences on startu (*)
804ff8b... layout: Mark the correct monitor as fullscreen (*)
d58b715... workspace: Remove some additional features used for GridLay (*)
6e15e2d... workspace: Remove unused variable (*)
1a33de9... workspace: Separate out per-window scaling as a separate va (*)
e1ef14d... workspace: Write a giant wall of text describing the algori (*)
b24a10a... workspace: Use the scaled width when calculating the total (*)
083c37a... workspace: Fix bad window positions with small windows (*)
e788673... search: fix description of results (*)
52efe32... Updated Basque language (*)
81e01b6... shellDBus: Add methods to handle key grabs (*)
b394d18... scroll-view-fade: Tweak easing at edges (*)
57eae1b... main: register with session manager explicitly (*)
43ed66c... overview: use a bin for the main overview actor (*)
b6bf8d5... Layout: don't minimize fullscreen windows that are focused (*)
b9dcbd9... overview: Use the new main actor in show/hide transitions (*)
cca008b... overview: Move dash to a separate layer (*)
37595ff... shell-generic-container: Exclude skip_paint actors from the (*)
ea55c36... st-widget: Don't add hidden actors to the paint volume (*)
8fb2263... messageTray: emit a signal when we're showing or hiding (*)
bdbea24... messageTray: add an indicatorCount property (*)
8b48560... overviewControls: add a new messages indicator (*)
c249ff9... theme: tone down search results description font style (*)
f146b01... Fix dash sliding animation with multiple monitors (*)
030e6aa... Fix overview sizing with multimonitor (*)
d99cd71... Updated POTFILES.in (*)
071a4e5... shell-global: Don't connect to the stage's paint signal (*)
b819871... l10n: Updated Italian translation (*)
95ec8ef... shell-global: Fix regression from 071a4e5f83db6a0e0ab01a3 (*)
bdfe459... css: Make input sources switcher symbol font smaller (*)
a3f625f... screenshot: Discard invalid sized areas (*)
e6ce005... screenShield: only pop lock-screen mode at the end of lift (*)
570fc68... main: put noise texture below startup animation, not still (*)
96387cc... background: drop StillFrame class (*)
1cbb8b9... layout: tweak startup animation (*)
bbf0dce... Punjabi: Translation updated (aalam) (*)
db959ac... po/vi: import from Damned Lies (*)
2c70df2... Updated Vietnamese translation (*)
404aaa5... Updated Uyghur translation (*)
e6c5c84... Updated Greek translation (*)
19533f8... osdWindow: Add a simple OSD popup (*)
90ea27c... shellDBus: Export ShowOSD() method on the bus (*)
deb77a4... switcherPopup: Cancel the OSD popup before showing (*)
e6634c5... OtherUsersDialog: don't show closing sessions (*)
e54d095... OtherUsersDialog: wrap the description label (*)
fdb1891... Updated Russian translation (*)
39610e6... viewSelector: Move the loupe icon to the primary slot (*)
c1dd971... xdndHandler: Ensure that the XDnD clone is on top of the pa (*)
7e1b469... status/keyboard: Don't show the switcher with less than 2 i (*)
323e302... Updated Brazilian Portuguese translation (*)
7b705dd... modalDialog: Fix auto-completion of prompts immediately upo (*)
1607df8... Updated Galician translations (*)
12fa983... Updated Norwegian bokmål translation (*)
e74a82b... Updated Spanish translation (*)
b50702d... altTab: Ignore workspaces in popups (*)
f9d9caf... switcherPopup: Remove separator support (*)
6d011a3... workspacesView: Always zoom out switcher when using static (*)
00eb764... configure.ac: remove telepathy-logger dep (*)
b52f4ed... st-entry: Disable cut/copy actions in password entries (*)
9e31f05... shellEntry: Disable copy action for password entries (*)
3368e49... main: drop superfluous Lang.bind(this, ...) (*)
cd37e29... main: don't hook up overview keybinding until after startup (*)
7a79236... theme: use standard styling for ibus candidate popups (*)
e5ca53e... status/keyboard: Don't allow the switcher in the message tr (*)
dac54a6... Migrate from libgnome-keyring to libsecret (*)
69cdc5a... Calendar: force all months at the same height (*)
443fe81... Calendar: freeze updates when the event source is loading (*)
beb0fdf... Calendar: clean up code by always having an event source (*)
ec39aa3... Calendar: dim days from other months, even if they have eve (*)
ee50904... Calendar: only show events when configured in Evolution (*)
157d7e2... Updated Lithuanian translation (*)
d4259fa... layout: Prevent going into negatives with the pressure (*)
0cc1615... layout: Debounce triggering barriers (*)
df848aa... layout: Move the keybinding mode to the user of PressureBar (*)
337d2da... layout: Move tray-specific event filtration to the user of (*)
194574b... layout: Allow multiple barriers to contribute to a Pressure (*)
5679e6b... layout: Construct the primary monitors's hot corner, too (*)
a904014... layout: Pass the X/Y coordinates when constructing the corn (*)
aac312c... overviewControls: only show chat icon in messages indicator (*)
5e0ff7f... main: don't explicitly hide the stage (*)
260c082... main: defer session update until startup animation (*)
62bf08d... layout: Put two barriers near every single hot corner (*)
7be1fe0... layout: Don't use the corner's position for positioning rip (*)
36a7429... overview: Try to do the right thing related to XDnD (*)
26966b2... layout: Port the hot corner to pressure barriers (*)
a6b49fe... st-icon: Don't cause a redraw by replacing the icon with it (*)
f4cda49... Bump version to 3.7.91 (*)
6c36856... layout: fix errors in fallback HotCorner function (*)
fbd5963... Assamese translation updated for gnome 3.8 (*)
1566a4e... unlockDialog, loginDialog: Connect to the activate signal o (*)
020128b... background: don't use raise_top() since it's costly (*)
d8f9502... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
5bcead5... build: Really remove build time dependency on tp-logger (*)
9a83662... loginManager: Move UnlockDialog.isSupported() here (*)
3b1e536... screenShield: Drop fallback implementation (*)
0ba1f29... main: Merge two different session-mode-updated handlers (*)
0bef925... Defer initializing UI until after the global session has lo (*)
1dceae9... Revert "Defer initializing UI until after the global sessio (*)
324021f... Updated Russian translation (*)
2c28a12... Updated Uyghur translation (*)
7b3a689... theme: match the hover effect radius to the prelight effect (*)
85c1dc5... Updated Kazakh translation. (*)
dd1fe68... Finnish translation update by Jiri Grönroos (*)
1502e30... Updated Slovenian translation (*)
7cdb75e... Defer initializing UI until after the global session has lo (*)
de2f2d7... main: Remove leftover hunk connection to sessionUpdated (*)
e2463cb... layout: Move showing the stage and the startup-prepared sig (*)
65067c2... main: Show the greeter dialog when we're prepared (*)
d567576... runDialog: Remove tab-completion preloading (*)
40d9ed5... runDialog: Remove the use of file monitors for file complet (*)
ce5faba... osdWindow: bump down the OSD window size a bit (*)
ef623cf... Updated Serbian translation (*)
5af09a6... Main: close the looking glass when we don't have a run dial (*)
b7bad76... Updated Latvian translation (*)
7766a91... Wanda: so long GNOME 2, and thanks for all the fish. (*)
73fa4b1... messageTray: Don't open by pressure when we have a full-scr (*)
29152d3... layout: Disable the overview hotcorner when we have a full- (*)
331ad76... Updated German translation (*)
96239e9... userMenu: Add translation comments (*)
edc95b2... Updated Indonesian translation (*)
884af3c... style: Prevent dash from overlapping content (*)
080337a... Updated German translation (*)
e80795b... recorder: don't bother selecting for enter/leave/motion eve (*)
ddced79... recorder: port to XInput2 (*)
dde20f0... screenShield: Move opening of screen shield to key press (*)
67615a0... screenShield: Remove bump on key press (*)
127f10e... screenShield: Don't wait until the dialog is loaded before (*)
209014b... screenShield: Forward key presses to tne entry when raising (*)
07de96e... recorder: Disconnect stage signals when not recording (*)
95a1b87... Update libgnome-volume-control to master (*)
71c6b60... [l10n] Updated Catalan translation (*)
f80afb1... [l10n] Updated Estonian translation (*)
8301acd... grabHelper: Use a round trip for focusing the default windo (*)
81b71cc... messageTray: Remove a few leftover variables (*)
9eeabf7... messageTray: Fix style (*)
16547fb... messageTray: Clean up code a tiny bit (*)
78dacfa... messageTray: Fix idle tracking condition (*)
725a36e... messageTray: Use the bottom monitor's fullscreen state for (*)
e5ebf4a... messageTray: Remove locking (*)
f864303... messageTray: Remove summary state management (*)
9140558... messageTray: Fizzle out hover notifications where the value (*)
4771f80... messageTray: Remove the tray left timeout when showing a ne (*)
0fdb743... Updated Portuguese translation (*)
5870709... appDisplay: Move ensureIconVisible logic to util, make it m (*)
42d45bd... searchDisplay: Scroll the search results when using keynav (*)
805a409... keyring: Don't replace an already running prompter (*)
a32f27a... ctrlAltTab: Fix external DOCK windows (*)
31774a7... theme: Add :focus style for app-view-controls (*)
a87e0f0... screenShield: Also unlock on Return/Enter (*)
04e4d69... IBus.Property's state needs to be kept in IBus.PropType.NOR (*)
7af4a7b... Updated Czech translation (*)
6119b44... Improve tracking of fullscreen windows (*)
5c89568... status/keyboard: Always hide the old source panel indicator (*)
01deb9e... status/keyboard: Check if this._currentSource is valid on a (*)
b39e762... overview: Don't use a captured-event handler to detect the (*)
a8c87f3... overview: Only keep ourselves in the overview on button eve (*)
ec014a7... main: Do not export DBus interfaces before initializing the (*)
4b3bf05... screenShield: Only release logind inhibitor on suspend (*)
dc54472... messageTray: Remove some dead positioning code (*)
45fc7ec... st-scroll-view-fade: Don't use return in the shader (*)
c4470fd... background: Set the correct index on images (*)
1759111... background: Fix updating existing images that need loading (*)
eeea855... background: Fix math to calculate the interval from the dur (*)
b351536... background: Rename animationUpdate to updateAnimation (*)
3a27d0b... background: Keep the state of key frame files on Animation (*)
8edd7ad... background: Fix a bug with empty animations (*)
5fecd07... background: Look at the duration per-step (*)
603f528... theme: Adjust border-radius for focus indication to match h (*)
ce6b39b... Revert "doap: add myself to doap file" (*)
e78b364... login-dialog: Increase top/bottom padding (*)
499ae60... appDisplay: Use a custom LayoutManager for the AllView stac (*)
da7ab70... Updated Korean translation (*)
6c0f48c... layout: Only emit fullscreen-changed if things actually cha (*)
79140fd... Updated Belarusian translation. (*)
a9815ae... ScreenShield: don't animate arrows if the user is idle (*)
0ceefb4... Workspace: don't place new windows at random locations (*)
d3ab367... WorkspacesView: set the clip when setting the geometry (*)
ceae032... Workspace/WorkspaceThumbnail: fix Clutter warnings from sta (*)
57f2757... DND: don't cancel a drag if the actor is destroyed inside a (*)
9e60a55... WorkspacesView: don't fail when doing window DND from the l (*)
ee0040e... WorkspaceThumbnails: animate the right workspace when creat (*)
160c721... Revert "WorkspacesView: set the clip when setting the geome (*)
af36182... [l10n] Updated Catalan (Valencian) translation (*)
917a245... Updated gujarati file (*)
b328fd7... layout: Move window_group visibility to the layout (*)
41cf447... searchDisplay: Label search result actors for accessibility (*)
46aa70a... searchDisplay: Add an accessible name to the provider icon (*)
5001bd8... Don't use ClutterX11TexturePixmap directly to embed docked (*)
1cc7265... runDialog: Ignore expected IO errors while enumerating $PAT (*)
a6b4d49... Use Mutter fullscreen window tracking for hiding chrome and (*)
aec0e75... grabHelper: Ensure we reset ignoreRelease when we drop our (*)
e9584cf... gdm: don't clear user-verifier on reset automatically (*)
f72f501... unlockDialog: ignore resets after success (*)
d097327... loginDialog,unlockDialog: Give user time to read messages (*)
307004a... Bump version to 3.7.92 (*)
070ed93... Update French translation (*)
0abb075... [l10n] Added Tadjik translation (*)
7f7ff3c... L10N: Updated Persian Translation (*)
f20a6b3... Updated Hungarian translation (*)
f28827f... Updated Marathi Translations (*)
f69942e... Updated Odia Translation. (*)
b514b9e... Tamil Translations Updated (*)
ac7efcb... hindi translation (*)
58e66b9... autorunManager: Mark the Removable Devices source as reside (*)
ba19803... screenShield: Remove blur and desaturation from lock screen (*)
53ffdd8... Updated Russian translation (*)
6ef9ab6... st-scroll-view-fade: Don't fade out gradient (*)
bef876e... Updated kn translations (*)
54bfe34... Remove non-existing file to make intltool happy (*)
e07379b... Revert "Remove non-existing file to make intltool happy" (*)
5a6342a... Updated kn translations (*)
75714fb... Added slovak translation (*)
dddc333... Updated Belarusian translation. (*)
f37ed44... Updated Dutch translation (*)
9b3b419... initial-setup: Add battery icon (*)
627a658... Update Danish translation (*)
9cd2e12... l10n: Update Japanese translation (*)
e467a53... Uploaded Ukranian (*)
f77ad7d... Completed for Malayalam (*)
f8ea825... grabHelper: Consider events that release the grab handled (*)
390491b... dateMenu: Re-add special-casing of evolution-calendar (*)
94778c0... layout: Fix opening the overview for xdnd (*)
2aeabcc... Updated Telugu Translations (*)
b878f3f... Restore visibility of windows in initial-setup mode (*)
869e1dc... loginManager: listen to the correct object path (*)
9d18a2d... screenShield: Go back to a shorter animation when locking m (*)
12334cd... Updated Odia Language along with FUEL implementation (*)
0451cba... Updated LT translation (*)
cab092a... Updated Telugu Translation (*)
3be489c... background: always add content to cache (*)
b9da6d9... background: When updating actor content, evict old content (*)
f920fd8... background: properly disconnect background signals (*)
18d850d... workspaceThumbnail: always destroy bgManager when destroyed (*)
bed3bb4... background: don't load the same image more than once concur (*)
1dadcee... background: don't choke on huge slide show durations (*)
16dc6ce... Bump version to 3.8.0 (*)
76590d6... background: fix vignette in overview (*)
78e011d... background: fix multimonitor background placement in overvi (*)
965dd2a... Bump version to 3.8.0.1 (*)
d61fe35... layout: Clip the window group when doing the startup animat (*)
e6469df... popupMenu: Fix a missed rename (*)
6fd5f0e... popupMenu: Fix another child popup regression (*)
b7dbb35... Updated Aragonese translation (*)
bf02cde... altTab: Move input focus to target window before dropping t (*)
a7cd465... loginManager.js: Check for logind, not for systemd (*)
512f0a6... shellDBus: Fix SetActive(false) for ScreenSaver DBus API (*)
d63947a... Silly typo in calendar.js (*)
29e8949... Updated British English translation (*)
2a3d76b... Update Arabic translation (*)
cdc1678... Updated Belarusian translation. (*)
c837090... Update Simplified Chinese translation (*)
098bc41... Updated Polish translation (*)
78272e5... RemoteSearch: don't sort the last explicitly sorted provide (*)
284d821... Updated Basque language (*)
3c1f389... backgroundMenu: destroy menu when actor is destroyed (*)
ae5cdea... Updated Norwegian bokmål translation (*)
3dd6113... modalDialog: Destroy dialogs on close (*)
14189e6... shellEntry: Destroy entry menus when the entry actors are d (*)
1ee88a2... screenShield: Ensure we destroy background container widget (*)
9eae743... background: don't leak background objects during quick chan (*)
e98c6ff... background: when updating image remove old one from cache (*)
dc98711... backgroundMenu: drop cursor object with rest of menu actors (*)
007820b... Revert "modalDialog: Destroy dialogs on close" (*)
0376f22... background: stop monitoring file after removing from cache (*)
77d3712... popupMenu: close menu on destroy (*)
7c21ab0... Revert "Revert "modalDialog: Destroy dialogs on close"" (*)
963905a... runDialog: don't destroy on close (*)
2499f2e... AppSwitcherPopup: Activate only the selected window if any (*)
1d72818... recorder: Enable the keybinding for all modes (*)
98e74df... screenshield: Remove box-shadow (*)
a6395c9... Small fix in Serbian translation (*)
8b659f0... St: support -st-natural-width/height CSS properties (*)
e14ef4a... theme: remove excessive padding from notification buttons (*)
5e6a25c... dnd: Set the scale on the drag actor (*)
4fb33c9... dnd: Set the position and scale on the drag actor before it (*)
07053c3... shellEntry: Remove close method (*)
86c92c3... st-im-text: Override ClutterText's cursor_event to set curs (*)
08b224d... Updated Vietnamese translation (*)
8a3c8d1... Add a note to POTFILES.in about the gvc submodule (*)
1bce210... messageTray: Don't show the context-menu when the tray isn' (*)
f358bb1... classic: Invert the spinner color (*)
9699472... Add an OSD for sticky modifiers (*)
6ce79c6... Make it possible to always show the a11y status (*)
4a2cdc2... Add networkAgent to initial-setup mode (*)
6c4be03... Revert "Make it possible to always show the a11y status" (*)
b4590da... Revert "Add an OSD for sticky modifiers" (*)
ff54445... Revert "classic: Invert the spinner color" (*)
2fc76e6... panel: Pass a full pathname to AnimatedIcon (*)
2b439ef... theme-node: Add lookup_url/get_url() methods (*)
4710753... panel: Pick up spinner icon from CSS (*)
2cda047... Bump version to 3.8.1 (*)
355ad9a... Updated Galician translations (*)
929e066... Add a toggle-overview keybinding (*)
becf439... Disable naked Super keybinding if sticky (*)
1b13509... messageTray: Move hover tracking to the notification widget (*)
8c32102... messageTray: Move the notification actor out of the tray (*)
811ee1d... Revert "messageTray: Don't show the context-menu when the t (*)
b8830f4... shell-app: don't recreate a session proxy every time (*)
45026df... shell-app: track the busy state of GApplications (*)
5ecf40e... panel: show spinner animation for busy applications (*)
c3775c0... st-theme-node: Disable transitions if animations-enabled is (*)
254740c... [l10n] Updated Turkish translation (*)
8772edc... overview: Move the group construction to the controls manag (*)
d7c377c... workspace: Use Workspace.WindowPositionFlags.NONE in anothe (*)
e981cae... workspace: Don't save the current layout (*)
7e5d8a8... workspace: Make positionWindows private (*)
ada70dd... workspace: Remove more dead code (*)
b41902f... workspace: Only create one strategy (*)
1dac4d0... workspace: Abort relayouting much earlier (*)
caaac9b... workspace: Do window slot computing in three steps (*)
7cb1201... workspacesView: Fix indentation (*)
2506673... workspacesView: Minor cleanup (*)
e3957f3... workspacesView: Make setGeometry take a rectangle (*)
ee4f199... AppMenuButton: Improve handling of signals (*)
30f1b8f... Updated Spanish translation (*)
58872d1... AppDisplay/FrequentView: filter out hidden applications (*)
fc53a25... overviewControls: Add an accessor for the visible-width pro (*)
f0c2ad0... workspacesView: Calculate the workspaces geometry ourselves (*)
b925322... workspace: Make room for a second geometry to keep track of (*)
65eb5a3... workspace: Separate out spacing/padding code (*)
59ba550... workspace: Calculate the window slots when we reposition (*)
bde8cc3... workspace: Split out window repositioning logic and rename (*)
c37259b... workspace: Lay out windows based on the real allocation (*)
ab26fc4... workspace: only scale a layout row when it doesn't fit (*)
c1993a6... overview: Fix XDnD (*)
e1de397... workspace: Recalculate window positions when we have no lay (*)
8b3b91d... workspace: Invalidate the current layout when windows are a (*)
b5c85ea... messageTray: Fix a regression from 1b13509 (*)
4a2f54f... popupMenu: Define the dot next to the menu as an "ornament" (*)
a123ec9... popupMenu: Use a unicode character for the ornament (*)
8430353... popupMenu: Add a check ornament (*)
b03e480... popupMenu: Use a checkmark for boolean items (*)
099c870... popupMenu: Always use a PopupMenuItem (*)
c0afe72... popupMenu: Create and insert menu items that don't have act (*)
196fb0f... popupMenu: Add and use GtkMenuTracker to build the remote m (*)
d210399... popupMenu: Remove some now-unused code (*)
c57c08b... popupMenu: Fix a bad rebase (*)
fdae613... messageTray: Take modal grabs for the context menu and noti (*)
64ecfa4... layout: Ensure that the hotCorners array is always indexabl (*)
54feaa6... [l10n] Add Interlingua translation (*)
0f47534... Forgot ia.po file (*)
e0252f3... workspace: Sort windows when we calculate slots (*)
aef7015... Keyboard: clear currentSource after destruction (*)
17df668... remoteSearch: support serialized GIcons (*)
2e4f223... Updated Malayalam Translation (*)
ca3107e... Updated Greek translation (*)
96b7670... session: Remove the clock from initial setup mode (*)
c9c1c89... dateMenu: append .desktop to evolution strings (*)
09aa59f... layout: Correct hot corner barriers in RTL layouts (*)
92e5d2b... backgroundMenu: Ignore releases when using long-press (*)
39426f0... shellDBus: Fix Eval() return value when disabled (*)
5c40307... popupMenu: Allow setting grabHelper params for PopupMenuMan (*)
4a5ff5d... panel: Add keybinding mode for top bar popups and use it (*)
60cb1ad... panel: Change openAppMenu() to a toggle action (*)
c84dc62... PopupMenuManager: Close active menu when another one opens (*)
871c28a... network: Require NMGtk (*)
e1de363... network: Remove some unused helpers (*)
dbb39d3... network: Properly disconnect from the state-changed signal (*)
e0b8ad7... network: Remove UNKNOWN security type (*)
a67b82e... network: Remove some dead code (*)
37dce7d... network: Deduplicate some similar code (*)
20619ad... network: Fix some splice mishaps (*)
e5f2266... network: Use activeApChanged to get the initial active netw (*)
b4b00a4... network: Remove explicit autoconnection code (*)
bfdf069... network: Rename "apObj" to "network" (*)
7a8b392... network: Remove some genericism in the wireless code (*)
66ab4d2... Updated Czech translation (*)
bd1f48d... Updated Czech translation (*)
a9058e4... WorkspacesView: set the actual geometry when creating works (*)
123fc19... configure: Bump NetworkManager requirement (*)
5d50b08... Updated Lithuanian translation (*)
ef9c50e... StIcon: use g_signal_connect_object() for safety (*)
9ae2440... Remove LayoutManager::fullscreen-changed (*)
608818f... Only recognize common url schemes in notification messages (*)
18107d5... Bump version to 3.9.1 (*)
ed63bda... Updated Slovenian translation (*)
e96d9e0... st-icon: check if gicon is null before unref. (*)
33cad9a... ctrlAltTab: Use a symbolic icon for desktop windows (*)
40b895d... st-theme-node-drawing: Depend less on the paint state in so (*)
72bc46d... st-theme-node-drawing: Move most of the cached paint state (*)
49064ed... st: Move the theme node drawing state to StWidget (*)
c29aaa0... st-theme-node: Move some allocation-independent textures ba (*)
db14dc9... Revert "screenshield: Remove box-shadow" (*)
a2fcbb7... st-widget: Cache two paint states (*)
53c609c... st-theme-node: Add a to_string function for debugging purpo (*)
654f1dd... gdm: Fix regression where domain login hint not shown (*)
c1240d3... calendar, dateMenu: Allow focus on menu items (*)
c29810b... dateMenu: Don't override accessible_role inherited from Pan (*)
cc7630c... theme: Add focus styles for the calendar menu (*)
31478e9... calendar: Ensure clicked calendar item retains key focus (*)
092586c... focus-manager: Add navigate_from_event method (*)
d9a4688... panelMenu: Attempt to navigate menus only if we can't navig (*)
14ceb10... dateMenu: do not show "Open Calendar" button with no instal (*)
eb80503... st-theme-node: Make sure that two NULL paint states are not (*)
660b801... st-bin: Delegate popup-menu signal to child if we have one (*)
eab1ab0... sessionMode: Remove initial-setup mode (*)
11d997c... shell-js: Adapt to new gjs interface (*)
e98eb57... modalDialog: Always use a stack for the background (*)
cde695d... loginDialog: (Optionally) show logo below user list (*)
22b6a25... loginDialog: Remove logo in upper left corner (*)
8e270dc... osdWindow: Allow popup to grow if necessary (*)
e2c86ce... modalDialog: Replace Shell.Stack with layout manager (*)
d920da6... loginDialog: Adjust logoBin to modalDialog changes (*)
d6fe008... st-shadow: Fix offset shadow offscreen rendering (*)
12a1d7b... keyring: Fix button disabled when prompting for confirmatio (*)
7514607... network: don't use active connections that are in invalid s (*)
7464add... Update libgvc (*)
855a31f... components: Allow cancelling of dialog between prompts (*)
ecd838b... lookingGlass: Remove an unused separator between results (*)
938b1ff... lookingGlass: Remove a useless container (*)
9c839cd... dnd: Clean up construction (*)
db89648... Remove simple uses of ClutterRectangle (*)
046a1a7... modalDialog: Show spinner when working (*)
1eeeead... Don't put non-Shell windows in Ctrl+Alt+Tab if they wouldn' (*)
e16c16b... workspace: Only show the close buttons for windows that can (*)
6fac33e... st-im-text: remove undefined st_im_text_set_autoshow_im dec (*)
bb04091... st-im-text: add input purpose and hints (*)
08599af... st-entry: add input purpose and hints (*)
1290c98... shellEntry: Set the input-purpose property for password ent (*)
990f683... main: Always pass a default stylesheet when constructing th (*)
3b95560... shell-recorder: Optionally return the filename of the recor (*)
c61573a... shell-recorder: Support specifying the recorded area (*)
dc3082e... shell-recorder: Make drawing the cursor optional (*)
d44d00f... sessionMode: Add 'allowScreencast' property (*)
24c5306... Expose screencast functionality via DBus (*)
c864ebe... data: Fix typo in Screencast docs (*)
61fe000... ScreenShield: clear the lock screen early when deactivating (*)
2591bc9... ScreenShield: mark music notifications as acknowledged imme (*)
ae6d7bb... MessageTray: actually respect other components acking notif (*)
b689972... overview: Don't allow exiting the overview if we have a DND (*)
c8792cc... app-system: Kill an unused warning (*)
0fd6ae5... app-system: Use g_hash_table_iter_remove (*)
c72ae37... app-system: Remove last real use of shell_app_get_tree_entr (*)
b0dc841... Hash: make .size() constant time (*)
fa44dc7... MessageTray: don't list the sources all the time (*)
b79b095... appDisplay: Implement folder keynav and shortcuts (*)
9659d05... polkitAgent: Allow retrying mistyped passwords (*)
ed76b54... MessageTray: fix typo (*)
10e857c... Update copy/paste code from upstream (*)
a6a2cea... gtkactionmuxer: Reintroduce the passing of event timestamps (*)
bfd1cc9... Add a separate ShellMenu GIR file for introspecting the cop (*)
5803f69... popupMenu: Split the remote menu code into its own module (*)
419f2dc... remoteMenu: Port to GtkMenuTrackerItem (*)
3075f3c... remoteMenu: Add support for extended accessibility roles (*)
af063dc... remoteMenu: Allow separator items to have labels (*)
026f61f... remoteMenu: Split the tracking code out of RemoteMenu (*)
8891a41... remoteMenu: Add support for submenu items (*)
c698dee... remoteMenu: Add support for the submenu show requests (*)
ff3c20d... remoteMenu: Minor code cleanups (*)
6505f8e... Fix build on certain systems (*)
4d66368... Fix build one more time (*)
28abc15... volume: Adjust to icon name changes (*)
b588ae4... PopupMenuManager: Fix child menus (*)
8583ca7... popupMenu: Fix regular submenus (*)
12ba2b2... Add a way to get backtraces from criticals and warnings (*)
7833e21... altTab: Always activate MRU window when activating an app (*)
cd9c5b9... network: Remove semi-complex primary device finding (*)
f6e7034... network: Remove an unused getter (*)
cdbed0c... network: Use checkConnection to set up the initial connecti (*)
30c64ba... network: Don't pass this._connections to the VPN section (*)
6330379... network: Use accessPointAdded to add initial access points (*)
34aa501... network: Fix stupid typo (*)
62760d5... windowManager: Enable switch-to-workspace-n keybindings in (*)
4f41329... Updated Norwegian bokmål translation (*)
2a550e6... Document --clutter-display in the man page (*)
434f1ed... overview: Add focusSearch() method and export it over DBus (*)
248a0c1... recorder: Use workarea to position the recording icon (*)
f88d9c0... appDisplay: Hide frequent view when app monitoring is disab (*)
731e8bf... Replace 'enable-app-monitoring' setting (*)
8727661... WindowManager: Show switcher popup for switch-to-workspace- (*)
d658ec8... overviewControls: Move reactive flag to main actor (*)
c68ccbf... screenshot: Check for NULL window in screenshot_window() (*)
583255e... theme: polish the session chooser (*)
b799e8c... appDisplay: Expand AllView (*)
d8d0aff... appDisplay: Fix cut-off folders in All view (*)
0eba0f8... appDisplay: Also account for folder popup's close buttons (*)
b2aa29e... main: Move workspace tracking code to WindowManager (*)
54a9592... main: Override the workspace layout in WindowManager (*)
176a73f... messageTray: Clean up variable names (*)
d1c54f5... messageTray: Don't hide the tray for urgent notifications (*)
d96726c... messageTray: Add a synonym for hasNotifications (*)
d5f95db... messageTray: Hide notifications when the tray is summoned (*)
db2e6e5... keyboard: don't raise to the top when showing (*)
3754a76... userWidget: Fix leaking instances (*)
35c6651... Fix bad rebase (*)
d0310bd... Overview: don't use the overlay_group (*)
e0a6a62... workspacesView: Adapt to changes in windowManager (*)
88ce652... Disable all extensions in reverse order (*)
374aee7... screencast: Fix return value in case of invalid file templa (*)
402f2d9... layout: Remove use of skip_paint (*)
e62d22a... layout: Remove affectsInputRegion (*)
9a79c71... global: Remove support for the NONREACTIVE input mode (*)
a259016... screenShield: Pop the modal immediately (*)
f0113c5... Overview: use a normal chrome actor to handle events during (*)
4fe1360... recorder: Hide cursor while magnifier is active (*)
b20129c... screenshot: Hide cursor while magnifier is active (*)
976166a... Finish removing the overlay_group concept (*)
bbb23b5... popupMenu: Allow for an optional border for slider handle (*)
aefe0d3... layout: Fix indentation (*)
4b7e230... layout: Properly order startup initialization (*)
6ce470b... docs: Include ShellKeyBindingMode in docs (*)
727e4c0... workspace: don't use multiple later calls to propagate actu (*)
ccfa3d3... Re-lock the screen if we're restarted from a previously cra (*)
f73a012... messageTray: Don't destroy a notification from within its d (*)
14a3d9f... Depend on gcr-base instead of gcr pkg-config file (*)
9ba78ce... Bluetooth: Use "Passkey" instead of "PIN" (*)
907f02c... Tajik Updated (*)
991ed2d... messageTray: Fix a stuck grab related to bubble notificatio (*)
6c3096f... Updated slovak translation (*)
634ce34... global: Use the new mutter API for focusing the stage windo (*)
676b649... Tajik updated (*)
cae96d9... Updated slovak translation (*)
f71ffed... Updated Slovenian translation (*)
86e0ae0... [l10n] Minor fix on Catalan translation (*)
c13a597... Updated Spanish translation (*)
944c28f... status/keyboard: Synchronize input source switching with ke (*)
a2a5809... status/keyboard: Switch input source on special modifiers a (*)
1579aad... status/keyboard: Allow switching input source in the messag (*)
51bca08... messageTray: Check if the clicked summary item has a right (*)
26f8441... status/keyboard: Stop destroying the IBusBus object (*)
d6de0a6... Tajik Updated (*)
5de5b7a... Updated Norwegian bokmål translation (*)
365cda3... messageTray: Fix lightbox outside the overview (*)
bf0a0d5... Bump version to 3.9.2 (*)
f299078... Updated Czech translation (*)
37e2b60... search: Rename pushResults to setResults (*)
62e1c08... searchDisplay: Remove pendingClear (*)
e602199... searchDisplay: Add a base class for common parts of search (*)
5ab4c48... searchDisplay: Remove clearDisplayForProvider (*)
19749bb... searchDisplay: Make the results display in charge of updati (*)
9c94e98... searchDisplay: Make renderResults private (*)
32a53f7... searchDisplay: Remove focus management code (*)
747faa4... searchDisplay: Remove the providerIcon from the providerMet (*)
74a6ca5... searchDisplay: Move the provider actors to the results disp (*)
98eaef6... searchDisplay: Remove the "provider meta" (*)
1ec82d2... searchDisplay: Remove getVisibleResultCount (*)
a7e9655... searchDisplay: Remove the setResults/getResultsForDisplay d (*)
5a2269c... overviewControls: Don't push window thumbs over when worksp (*)
5c78908... xdnd: Lower window activation timeout (*)
0509bb9... shell-gtk-embed: Lower tray icon windows to the bottom of t (*)
63e6d11... Tajik updated (*)
9d54e46... Updated Galician translations (*)
3a6231d... build: Bump gcr requirement (*)
673d703... Restore gvc revision (*)
bd6e0ce... dash: Simplify some code (*)
9f2f80a... Updated German translation (*)
e30d18f... appDisplay: Give more horizontal space to control buttons (*)
6132392... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
4b95be6... dash: Make sure _clearDragPlaceholder() resets _dragPlaceho (*)
1902f47... dash: Use a single code path for clearing the drag placehol (*)
10b77a8... dash: Minor cleanup (*)
90c7876... dash: Grow the empty dash during drag operations (*)
6c527c1... osdWindow: Make sure the OSD is always our topmost chrome e (*)
41ae93d... screenShield: Clear clipboard on lock (*)
9e56e66... dnd: Use pushModal() to grab the keyboard (*)
c394972... update Simplified Chinese (zh_CN) translation (*)
403540e... userMenu: Move UserAvatarWidget into UserWidget (*)
b68eb44... userMenu: Use addSettingsAction (*)
cc64091... popupMenu: Fix bubbling in the slider widget (*)
847cb5b... slider: Separate PopupSliderMenuItem into its own widget (*)
23dd5cc... volume: Remove some unused variables (*)
380a71d... network: Remove a dead signal (*)
aee7cd7... network: Reformat connection code (*)
e645edb... popupMenu: Fix PopupSliderMenuItem (*)
a55288b... network: Don't create submenus for multiple-connection item (*)
2249da7... network: Remove some more dead code (*)
9c222c7... network: Remove _createAPItem (*)
6c2f3d1... main: Move pref overrides to JS (*)
91844e4... main: Pick up overridesSchema from sessionMode (*)
5cd913a... windowManager: Use the correct schema for 'dynamic-workspac (*)
24703ff... osdWindow: Disable unredirection while showing the OSD (*)
203d7c4... window-switcher: Only show windows from current workspace b (*)
a46a68d... Updated Czech translation (*)
5e52f0e... Updated Bulgarian translation (*)
2af4925... logout dialog: Show the correct text right away (*)
4cd832c... network: Rename a variable for consistency (*)
308b1d6... dateMenu: Remove bad setColumnWidths call (*)
2cbee05... network: Remove setActiveConnection/clearActiveConnection (*)
c6fe6eb... network: Fix a bad signal name (*)
dd74ea9... bluetooth: Port to BlueZ 5 (*)
c7fb65c... configure: Bump gnome-bluetooth requirement (*)
719d793... Calendar: refactor the layout of the event list (*)
9520880... network: Remove dead code (*)
a0991c8... network: "Remove" support for dial-up modems (*)
35a7a3c... network: Always show the VPN indicator when connected to VP (*)
e6c239d... network: Move indicator icon selection to individual device (*)
f4051e8... network: Remove overflow of VPN configurations (*)
7ae7f04... network: Rewrite VPN section to be independent of NMConnect (*)
6ef2d4a... network: Merge NMConnectionBased back into NMDevice (*)
465c77d... network: Make the device field private (*)
8bd4895... network: Simplify connections to the firmware signal (*)
0e7d3a7... network: Remove support for virtual networking (*)
013b6aa... network: don't fail if we can't read a connection associate (*)
536ff6f... Tajik translation updated (*)
d663bea... wayland: Add a --display-server option
e3be223... wayland: Create a dummy stage window when running as a disp
206f036... wayland: Don't set properties on the overlay window on Wayl
da1b7f4... Don't pass on X events to Clutter
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]