lp:gnome-shell
- Get this repository:
-
git clone
https://git.qastaging.paddev.net/gnome-shell
Import details
This repository is an import of the Git repository at https://git.gnome.org/browse/gnome-shell/.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
main | 2024-08-09 12:26:58 UTC |
Update Hebrew translation
Author:
Yosef Or Boczko
Update Hebrew translation |
gnome-45 | 2024-08-03 18:21:52 UTC |
Bump version to 45.9
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
Bump version to 45.9 Update NEWS. |
gnome-46 | 2024-08-03 18:13:53 UTC |
Bump version to 46.4
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
Bump version to 46.4 Update NEWS. |
155-move- |
2024-07-31 14:16:38 UTC |
calendar-server: Launch default calendar app when clicked on notification
Author:
Milan Crha
calendar-server: Launch default calendar app when clicked on notification Rather than just disappearing the notification when the user clicks on it, |
wip/jamie/ |
2024-07-01 17:22:44 UTC |
shellDBus: Add ColorScheme to approved callers
Author:
Jamie Murphy
shellDBus: Add ColorScheme to approved callers In order to use the ScreenTransition method in the ColorScheme See: |
wip/sam/debug | 2024-06-19 09:18:43 UTC |
TEMP: More debug
Author:
Sam Thursfield
TEMP: More debug Only sabotage startup when username == 'testuser' |
neill/overview- |
2024-06-14 12:59:04 UTC |
Add debug for startup animation process
Author:
Neill Whillans
Add debug for startup animation process |
bilelmoussaoui/ |
2024-05-27 08:48:01 UTC |
build: Allow to disable x11
Author:
Bilal Elmoussaoui
build: Allow to disable x11 |
expire- |
2024-05-03 13:06:40 UTC |
misc: Don't call disconnectAll on token proxy objects
Author:
Ray Strode
misc: Don't call disconnectAll on token proxy objects The disconnectAll method is a method available to javascript] It is not a method available to GObjects come from introspection. "token" objects in the smartcard manager code are just plain old This commit changes the code to use a direct disconnect call for |
external-idp | 2024-04-08 14:45:05 UTC |
gdm/util: Catch errors on re-authentication
Author:
Marco Trevisan (Treviño)
gdm/util: Catch errors on re-authentication |
gnome-44 | 2024-03-16 14:01:51 UTC |
Bump version to 44.10
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
Bump version to 44.10 Update NEWS. |
bilelmoussaoui/ |
2024-02-21 14:50:19 UTC |
cleanup: Add missing Xlib include
Author:
Bilal Elmoussaoui
cleanup: Add missing Xlib include That was indirectly inherited from a mutter header which removed that |
wip/read- |
2024-02-15 16:00:15 UTC |
status/keyboard: Use gnome-desktop API for getting default input sources list
Author:
Ray Strode
status/keyboard: Use gnome-desktop API for getting default input sources list At the moment, gnome-shell tries to figure out the default input sources This commit switches it to use a new function in gnome-desktop, |
gnome-43 | 2024-01-22 01:02:20 UTC |
Update Czech translation
Author:
AsciiWolf
Update Czech translation |
wip/jimmac/ |
2024-01-15 11:50:53 UTC |
theme: Lock/Login -- bring back focus ring
Author:
jimmac
theme: Lock/Login -- bring back focus ring - Revert to the prominent focus ring for lock and login screen, See https:/ |
zbrown/ |
2023-12-27 20:55:40 UTC |
screenshot: Use FileManager1 to show files
Author:
Zander Brown
screenshot: Use FileManager1 to show files |
zbrown/ |
2023-11-15 14:50:08 UTC |
shell/window-preview-layout: Ensure we don't touch dead objects
Author:
Zander Brown
shell/window- We were assuming the lifetime of the MetaWindow worked out in our Avoid this by taking an explict weak ref, and checking the object is |
zbrown/menu-leak | 2023-10-31 05:15:21 UTC |
popupMenu: Use connectObject to disconnect when parent destroyed
Author:
Zander Brown
popupMenu: Use connectObject to disconnect when parent destroyed Currently the handler is leaked, contributing to Closes: https:/ |
zbrown/c-mongrp | 2023-10-28 09:44:34 UTC |
shell/monitor-group: Avoid doing extra work
Author:
Zander Brown
shell/monitor- A lot of our calculations only change based on (unlikely) external Notable is base_direction, which was previously being calculated This seriously cuts down the number of calls, vs just maths, we need to |
zbrown/c-dots | 2023-10-26 22:33:40 UTC |
shell/workspace-dot: Avoid excess marshalling
Author:
Zander Brown
shell/workspace No need for the overhead of via properties when we can just have a |
zbrown/ |
2023-10-24 23:54:54 UTC |
shell/global: signal marshallers
Author:
Zander Brown
shell/global: signal marshallers |
nielsdg/ |
2023-09-26 12:42:20 UTC |
quickSettings: Set Atk checked state
Author:
Niels De Graef
quickSettings: Set Atk checked state Make sure that we update the accessibility state of a quick settings Fixes: https:/ |
dynamic-languages | 2023-09-20 18:03:25 UTC |
panel: React to new 'language-changed' signal
Author:
Ray Strode
panel: React to new 'language-changed' signal This commit makes the panel sets up a connection to the new |
wip/session- |
2023-09-17 13:32:45 UTC |
panel: Make quick settings configurable in session mode
Author:
Ray Strode
panel: Make quick settings configurable in session mode Right now the gnome-initial-setup mode has quick settings that aren't Ths commit allows gnome-initial-setup to decide which settings to show This will also give us the flexibility later to evaluate and change The changes are 4-fold: 1. Updating the session mode configuration to include a new 2. A new QuickSettingsMa 3. Changing the QuickSettings panel menu button to use the 4. Changing the modules that provide quick settings that are supposed to |
fix-bg-apps-crash | 2023-09-06 13:26:51 UTC |
backgroundApps: Don't crash if app id can't be looked up
Author:
Ray Strode
backgroundApps: Don't crash if app id can't be looked up I'm looking at a log file with this trace back: JS ERROR: TypeError: a.app is null This commit should avoid the failure by filtering out items where |
wip/snwh/ |
2023-09-01 16:44:51 UTC |
style: Fix contrast issue in app switcher
Author:
Sam Hewitt
style: Fix contrast issue in app switcher - update focus style for tile_button drawing |
wip/snwh/ |
2023-08-29 14:24:12 UTC |
style: Restore overview search entry focus color
Author:
Sam Hewitt
style: Restore overview search entry focus color - Fixes #6945 |
wip/corey/ |
2023-08-16 22:09:12 UTC |
introspect: Enhance WindowsChanged DBus API
Author:
Corey Berla
introspect: Enhance WindowsChanged DBus API Splits WindowsChanged into 3 signals: WindowAdded, WindowChanged, The main consumer of the shell-introspect signals is See: https:/ |
wip/smcv/issue6877 | 2023-08-04 20:17:43 UTC |
Get uninstalled libraries from environment in preference to ELF headers
Author:
Simon McVittie
Get uninstalled libraries from environment in preference to ELF headers Introspecting the dynamic headers is low-level and full of implementation It seems that gnome-shell was assuming the address of the string table is Rather than trying to look up the Shell executable's base address using The reason given for not using GI_TYPELIB_PATH in commit 9bc89b82 When not running unit tests, it's desirable to make Resolves: https:/ |
rebuild-toolbox | 2023-07-15 03:21:30 UTC |
ci: Tmp
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
ci: Tmp |
fix-toolbox-image | 2023-06-20 15:09:00 UTC |
tmp: Force image rebuild
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
tmp: Force image rebuild |
unfuck-toolbox | 2023-06-20 14:20:03 UTC |
tmp: Force image rebuild
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
tmp: Force image rebuild |
wip/snwh/ |
2023-05-23 15:57:38 UTC |
style: Drop numeric font feature from panel
Author:
Sam Hewitt
style: Drop numeric font feature from panel |
gnome-42 | 2023-03-19 20:50:15 UTC |
Bump version to 42.9
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
Bump version to 42.9 Update NEWS. |
gnome-40 | 2023-02-13 19:18:36 UTC |
Update Occitan translation
Author:
Quentin PAGÈS
Update Occitan translation |
gnome-41 | 2023-01-10 12:39:12 UTC |
Update Russian translation
Author:
Sergej A
Update Russian translation |
wip/carlosg/ |
2022-12-06 09:44:41 UTC |
status/keyboard: Ignore purpose hint changes while keymap switcher is shown
Author:
Carlos Garnacho
status/keyboard: Ignore purpose hint changes while keymap switcher is shown If we are getting purpose hint changes while the language switcher is popped In this case, we on one hand would like to preserve the state that applied (Cherry-picked from commit 2e8e1fe8fcd5af3 |
wip/carlosg/ |
2022-10-05 10:32:09 UTC |
dnd: Start implicit DnD from the original drag position
Author:
Carlos Garnacho
dnd: Start implicit DnD from the original drag position Locking the DnD actor to the pointer coordinates at the time of Start the DnD operation at the button/touch press coordinates, so |
wip/sadiq/ |
2022-09-17 02:51:52 UTC |
osk-layouts: Update Malayalam layout
Author:
Mohammed Sadiq
osk-layouts: Update Malayalam layout Prefer Arabic numerals and add some missing keys Fixes #5879 |
wip/jimmac/ |
2022-09-05 14:30:12 UTC |
theme: Light variant tweaks
Author:
jimmac
theme: Light variant tweaks - having system grey derived form the base color means having Fixes https:/ |
wip/jimmac/ |
2022-08-24 10:20:36 UTC |
theme: Quicksettings toggle size
Author:
jimmac
theme: Quicksettings toggle size - stick to the original dimensions of the buttons See https:/ |
gbsneto/ |
2022-08-22 23:17:22 UTC |
quickSettings: Rotate menu arrows
Author:
Georges Basile Stavracas Neto
quickSettings: Rotate menu arrows Static arrows representing menus are inconsistent with the rest of |
wip/jimmac/ |
2022-08-22 11:15:08 UTC |
theme: Prominent hover for buttons
Author:
jimmac
theme: Prominent hover for buttons Fixes https:/ |
gbsneto/ |
2022-08-20 04:34:37 UTC |
plugin: Implement profiling vfuncs
Author:
Georges Basile Stavracas Neto
plugin: Implement profiling vfuncs Use the new GJS API to pass an external capture writer, and |
wip/wjt/ |
2022-08-16 09:56:13 UTC |
main: Only set last-shown-version if welcome actually shown
Author:
Will Thompson
main: Only set last-shown-version if welcome actually shown At startup, if the welcome- However, showing the welcome dialog can fail. In particular, if Instead, check whether WelcomeDialog. |
gbsneto/ |
2022-08-08 02:02:40 UTC |
accessDialog: Skip focus check for screenshot permissions
Author:
Georges Basile Stavracas Neto
accessDialog: Skip focus check for screenshot permissions Screenshot is a special case compared to other permissions because Special case the screenshot permission to skip the focused window See also: https:/ |
wip/snwh/ |
2022-06-14 13:48:35 UTC |
notifications: Rework notification layout to not rely on css hacks
Author:
Sam Hewitt
notifications: Rework notification layout to not rely on css hacks - rework message bubbles to have elements laid out in a sensible way |
wip/snwh/ |
2022-06-02 14:29:35 UTC |
search: Change results to entirely vertical layout
Author:
Sam Hewitt
search: Change results to entirely vertical layout - rearrange search provider button contents |
wip/snwh/ |
2022-05-27 18:37:11 UTC |
popovers: Convert menu ornament to icons and cleanup stylesheets
Author:
Sam Hewitt
popovers: Convert menu ornament to icons and cleanup stylesheets - convert ornaments to icons |
bilelmoussaoui/ |
2022-04-14 10:35:09 UTC |
sound player: Add Shell implementation of mutter#2375
Author:
Bilal Elmoussaoui
sound player: Add Shell implementation of mutter#2375 |
wip/carlosg/ |
2022-04-08 14:18:35 UTC |
switcherPopup: Avoid Clutter.CURRENT_TIME timestamps
Author:
Carlos Garnacho
switcherPopup: Avoid Clutter. Request the last time with a roundtrip here, in order to ensure the Fixes some situations that very quick alt press, tab press, alt release, |
wip/wjt/eos-updater | 2022-01-26 10:53:04 UTC |
endSessionDialog: Support eos-updater [DRAFT]
Author:
Will Thompson
endSessionDialog: Support eos-updater [DRAFT] eos-updater is used in Endless OS and GNOME OS. Much more invasive changes will be needed since the eos-updater state |
4944-sttexturec |
2022-01-14 20:14:21 UTC |
style: Stylesheet updates for GNOME 42
Author:
Sam Hewitt
style: Stylesheet updates for GNOME 42 - updated switch assets Part-of: <https:/ |
wip/snwh/ |
2022-01-12 18:20:34 UTC |
new symbolic icon assets
Author:
Sam Hewitt
new symbolic icon assets |
ewlsh/dead-code | 2022-01-05 15:42:49 UTC |
loginDialog: Remove some dead code
Author:
Evan Welsh
loginDialog: Remove some dead code _getBannerAlloc |
wip/hadess/ |
2021-11-02 14:28:17 UTC |
bluetooth: Remove unused shell_bluetooth_type_to_filter_string()
Author:
Bastien Nocera
bluetooth: Remove unused shell_bluetooth |
drop-osk- |
2021-10-07 17:59:50 UTC |
keyboard: Emit key release right away
Author:
Ray Strode
keyboard: Emit key release right away At the moment the on-screen keyboard doesn't emit the key release event This means if the user uses the pointer to hold the button down, it can But this creates a bit of an inconsistency in behavior between keys that Furthermore, key repeat doesn't work for any of the keys with the Also, key repeat is repeating the wrong keys right now, even on X11, for Given key repeat is a dubious feature in an on-screen keyboard to begin This commit changes the on-screen keyboard to always emit a key |
ewlsh/esm | 2021-09-24 01:26:20 UTC |
ESM Part 1
Author:
Evan Welsh
ESM Part 1 |
gnome-3-38 | 2021-08-17 23:32:36 UTC |
Bump version to 3.38.6
Author:
=?utf-8?q?Florian_M=C3=BCllner?=
Bump version to 3.38.6 Update NEWS. |
wip/jimmac/ |
2021-07-22 12:04:55 UTC |
theme: Searchbar with no border
Author:
jimmac
theme: Searchbar with no border - don't do stroke on search entry, sync with all other entries |
ewlsh/javascrip |
2021-07-15 03:19:45 UTC |
Fix leftover and incorrect JavaScript.
Author:
Evan Welsh
Fix leftover and incorrect JavaScript. |
run-dialog- |
2021-06-24 13:22:37 UTC |
runDialog: Don't run commands for apps filtered by parental controls
Author:
Felipe Borges
runDialog: Don't run commands for apps filtered by parental controls Fixes https:/ |
gnome-3-36 | 2021-05-31 16:41:56 UTC |
calendar-server: Fix double-free detection abort
Author:
Gustavo Noronha Silva
calendar-server: Fix double-free detection abort app_notify_ This was debugged with the help of Eduardo Habkost, who believes it Fixed: https:/ (cherry picked from commit 404ca91941226fa |
wip/carlosg/ |
2021-04-01 16:27:52 UTC |
layout: Add check about whether session should start on Overview
Author:
Carlos Garnacho
layout: Add check about whether session should start on Overview In situations that there are UI applications that are meant to be In ideal situations, we would have session management infrastructure But we don't have any of that. Add a sneaky file existence test Related: https:/ |
wip/ewlsh/protocol | 2021-02-20 19:07:36 UTC |
Implement gnome-extensions:// protocol.
Author:
Evan Welsh
Implement gnome-extensions:// protocol. Add a simple protocol to install extensions. |
wip/aday/ |
2021-02-19 17:04:33 UTC |
schemas: Define default app grid arrangement
Author:
Allan Day
schemas: Define default app grid arrangement Specify the default app grid arrangement. This makes the app grid Fixes #3122 |
wip/jimmac/ |
2021-02-05 14:59:09 UTC |
appDisplay: Revisit "Add drop shadow to icons"
Author:
jimmac
appDisplay: Revisit "Add drop shadow to icons" The shadow is barely visible on dark backgrounds, but it's not With the app icon swarm animation gon, the performance implications might not be as critical (https:/ - increase blur but not much, while we can't have multi-layered shadows. Fixes https:/ |
wip/jimmac/ |
2021-02-04 11:54:18 UTC |
theme: adjust dash icon spacing
Author:
jimmac
theme: adjust dash icon spacing - no padding between icon containers, except the first and last Fixes https:/ |
wip/fmuellner/ |
2020-11-20 22:04:37 UTC |
appDisplay/pageManager: Update layout when apps are renamed
Author:
Florian Müllner
appDisplay/ Now that the app picker uses custom, user-defined positioning, it |
wip/rstrode/ |
2020-11-12 18:09:34 UTC |
weather: Don't spew messages when geolocation is unavailable
Author:
Ray Strode
weather: Don't spew messages when geolocation is unavailable It's not a requirement that the xdg portal is installed, so we Furthermore, we shouldn't log an error when geolocation is disabled This commit mutes the log spew. |
wip/carlosg/ |
2020-10-06 16:17:30 UTC |
shell: Update to MetaCursorTracker API change
Author:
Carlos Garnacho
shell: Update to MetaCursorTracker API change The pointer coordinates in meta_cursor_ https:/ |
gnome-3-28 | 2020-08-17 11:53:07 UTC |
shell-global: Make saving of persistent state asynchronous
Author:
Carlos Garnacho
shell-global: Make saving of persistent state asynchronous This is an expensive operation that is best avoided in the main loop. Given Every operation on a given file will be destructive wrt previous Closes: https:/ (cherry picked from commit 86a00b6872375a2 |
benzea/ |
2020-07-31 15:11:24 UTC |
runDialog: Use new app based launch helper
Author:
Benjamin Berg
runDialog: Use new app based launch helper Doing this has the advantage of using the GLib GDesktopAppInfo launching See: https:/ https:/ |
wip/exalm/corners | 2020-06-23 20:16:50 UTC |
Add screen corners
Author:
Exalm
Add screen corners Commit message TBD https:/ |
wip/ewlsh/ |
2020-06-21 08:28:17 UTC |
Initial experiment unifying app menus.
Author:
Evan Welsh
Initial experiment unifying app menus. |
cherry- |
2020-06-05 15:22:00 UTC |
shell-mime-sniffer: Ignore invalid file content type
Author:
Marco Trevisan (Treviño)
shell-mime-sniffer: Ignore invalid file content type The shell mime sniffer goes through all the files in a directory, So, in case we get an invalid content type, let's just ignore it, Fixes https:/ (cherry picked from commit 46547ae02797558 |
gnome-3-34 | 2020-06-01 20:09:11 UTC |
Updated Slovenian translation
Author:
Matej Urbančič
Updated Slovenian translation |
wip/carlosg/ |
2020-05-12 14:41:45 UTC |
keyboard: Detect taps close to the cursor caret on X11
Author:
Carlos Garnacho
keyboard: Detect taps close to the cursor caret on X11 Try to bring some feature parity wrt OSK being toggled on. Set up |
wip/mcrha/issue1875 | 2020-04-27 16:14:57 UTC |
calendar-server: Improve performance by properly using ECalClientView
Author:
Milan Crha
calendar-server: Improve performance by properly using ECalClientView The previous code always restarted whole ECalClientView when it received |
gtk3-ci | 2020-04-06 17:37:35 UTC |
animation: Set size through CSS
Author:
Georges Basile Stavracas Neto
animation: Set size through CSS Pretty much the same case of the previous commit: we want this size Use CSS to set the width and height. https:/ |
gbsneto/ |
2020-04-03 22:01:08 UTC |
st/theme-context: Invalidate texture cache when scaling changes
Author:
Georges Basile Stavracas Neto
st/theme-context: Invalidate texture cache when scaling changes |
wip/smcv/issue2538 | 2020-04-03 09:04:26 UTC |
blur: Always allocate at least one pixel
Author:
Simon McVittie
blur: Always allocate at least one pixel This works around a crash when we try to blur a background that hasn't Workaround for <https:/ Signed-off-by: Simon McVittie <smcv@debian.org> |
cherry- |
2020-04-01 03:58:56 UTC |
main: Don't override DesktopAppInfo desktop if already GNOME
Author:
Marco Trevisan (Treviño)
main: Don't override DesktopAppInfo desktop if already GNOME During the shell initialization we call the (deprecated) function to In Ubuntu this is in fact set to: ubuntu:GNOME. So, override the DesktopAppInfo desktop environment only in the case that At the current date I think we could just safely get rid of this override at https:/ (cherry picked from commit a0def239408b389 |
bilelmoussaoui/ |
2020-03-02 10:59:43 UTC |
ExtensionsPref: always convert the extension version to a string
Author:
Bilal Elmoussaoui
ExtensionsPref: always convert the extension version to a string This fixes: Wrong type number; string expected |
wip/chergert/ |
2020-02-28 17:24:15 UTC |
app-cache: add ShellAppCache for GAppInfo caching
Author:
Christian Hergert
app-cache: add ShellAppCache for GAppInfo caching This caches GAppInfo so that the compositor thread does not have to perform To simplfy maintenace, ShellAppCache manages this directly and the Another source of compositor thread disk access was in determining the Instead, the ShellAppCache caches that information and updates the cache |
wip/exalm/gestures | 2020-02-26 09:36:10 UTC |
workspaceAnimation: Support multiple monitors
Author:
Alexander Mikhaylenko
workspaceAnimation: Support multiple monitors Currently, there's one animation for the whole canvas. While it looks fine If a window is placed between every screen, can end up in multiple Fixes https:/ https:/ |
wip/jimmac/ |
2020-02-20 14:02:28 UTC |
theme: OSK opaque
Author:
jimmac
theme: OSK opaque - the on screen keyboard is not an overlay in most cases. the semi-opacity FIXME: whitespace at the bottom without scaling everything down (padding) |
wip/jtojnar/adoc | 2020-02-11 03:22:32 UTC |
extension-tool: Use asciidoctor for manpage
Author:
Jan Tojnar
extension-tool: Use asciidoctor for manpage The Python implementation of Asciidoc is abandoned and stuck with Python 2. https:/ |
gbsneto/ |
2020-02-10 22:43:00 UTC |
extensions-tool: Add option to list updates
Author:
Florian Müllner
extensions-tool: Add option to list updates Now that we support extension updates, it may be useful to list https:/ |
wip/carlosg/ |
2020-02-05 16:17:30 UTC |
magnifier: Use core idletime monitor
Author:
Carlos Garnacho
magnifier: Use core idletime monitor As it's getting the idletime monitor for the seat pointer, boils https:/ |
wip/jimmac/ |
2020-02-04 14:28:56 UTC |
theme: update system grey background
Author:
jimmac
theme: update system grey background Fixes https:/ |
wip/carlosg/ |
2020-01-31 10:18:54 UTC |
shellEntry: Look up keymap from the ClutterSeat
Author:
Carlos Garnacho
shellEntry: Look up keymap from the ClutterSeat The get_keymap() method no longer exists on the ClutterBackend, but was https:/ |
drop-portal | 2020-01-20 16:48:31 UTC |
data: Stop providing an Access portal backend
Author:
Matthias Clasen
data: Stop providing an Access portal backend A portal review by the design team has concluded that |
uajain/ |
2019-12-17 09:57:31 UTC |
gnome-shell-sass: Add top padding to unlock-dialog-clock-time
Author:
Umang Jain
gnome-shell-sass: Add top padding to unlock- The (imaginary)center line for clock time of unlock dialog and the user |
benzea/ |
2019-12-13 18:25:00 UTC |
util: Improve systemd start/stop API to permit waiting for job
Author:
Benjamin Berg
util: Improve systemd start/stop API to permit waiting for job In some cases it may be interesting to wait for the start/stop job to |
wip/carlosg/ |
2019-12-13 17:53:41 UTC |
workspace: Pass device to startDrag()
Author:
Carlos Garnacho
workspace: Pass device to startDrag() This is necessary to make DnD operations work from tablet devices on https:/ |
uajain/ |
2019-12-13 13:09:18 UTC |
StPasswordEntry: Add the peek-password-icon for show/hide passwords
Author:
Umang Jain
StPasswordEntry: Add the peek-password-icon for show/hide passwords Also introduce a "show-peek-icon" property to enable/disable https:/ |
gbsneto/ |
2019-10-17 06:42:37 UTC |
altTab: Switch to MetaWindowContent
Author:
Georges Basile Stavracas Neto
altTab: Switch to MetaWindowContent |
gbsneto/ |
2019-10-15 19:34:35 UTC |
authPrompt: Wiggle on failure
Author:
Georges Basile Stavracas Neto
authPrompt: Wiggle on failure WIP |
gbsneto/dnd-fixes | 2019-09-26 13:32:07 UTC |
dnd: Finish animation before destroying actor
Author:
Georges Basile Stavracas Neto
dnd: Finish animation before destroying actor Otherwise JavaScript aborts the execution of the function https:/ |
1 → 100 of 231 results | First • Previous • Next • Last |