gala:felix/tiling-mode

Last commit made on 2021-06-23
Get this branch:
git clone -b felix/tiling-mode https://git.launchpad.net/gala

Branch merges

Branch information

Name:
felix/tiling-mode
Repository:
lp:gala

Recent commits

e5b9b00... by Jeremy Wootten

Merge branch 'master' into felix/tiling-mode

695bae3... by imgradeone Yan <email address hidden>

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (45 of 45 strings)

Translation: Desktop/Gala
Translate-URL: https://l10n.elementary.io/projects/desktop/gala/zh_Hans/

491b3cc... by José Expósito

Screenshot: Save to clipboard using shortcuts

Allow to save screenshot to clipboard when the filename received is
empty.

Not changing the save_image_to_file to keep backward compatibility.

Fix #1137

0c9a68a... by José Expósito

Screenshot: Refactor ScreenshotManager.save_image

In previous versions of GNOME Settings daemon (elementary OS <= 5),
saving to clipboard was handled by the daemon. The daemon used to
request Gala to save the screenshot in a temp path like
"/tmp/gnome-settings-daemon-screenshot-XXXX" and copied the image to
the clipboard from there.

More information: https://github.com/elementary/gala/issues/474

Now, Gala is in charge of copying to clipboard when the take screenshot
methods receive an empty filename.

This commit: Move the code from save_image to save_image_to_file.

c0506cb... by José Expósito

Multitasking view: Ajust window icon on scaling factor change

4be6457... by José Expósito

Multitasking view: Ajust close window button on scaling factor change

afa6d6b... by José Expósito

Multitasking view: Do not reuse scaling factor

The scaling factor can change at any point, but the WindowClone was
saving a value calculated in the constructor, creating several bugs when
scaling was changed.

Remove that pre-calculated value and use always a fresh value.

5693e10... by José Expósito

README: Update dependency versions (#1164)

8d3bbc7... by Jeremy Wootten

Fix lint error in src/InternalUtils.vala

bef7979... by Jeremy Wootten

Fix lint errors in src/WindowManager.vala