Tom Grushka
657f0aeddf
revert self.update_zoom to update with wheel
2026-05-19 16:30:46 -06:00
Tom Grushka
92fcceba54
fix(magnifier): smooth mouse wheel zoom and respect natural scroll direction
...
- Disable animation for mouse wheel zoom to eliminate the timing race
that causes lag and sudden jumps. Each wheel tick now zooms instantly.
- Invert zoom direction when natural scrolling is enabled so that
forward scroll zooms in, matching macOS/Windows behavior.
2026-05-15 15:51:24 -06:00
Hojjat
b5186ef21a
fix: restore snapped windows as snapped after maximize/minimize
2026-05-13 12:43:02 +02:00
Hojjat
7c02df250e
fix: restore the window to where it was before the drag
...
Restoring a window after snapping it to a corner, or maximizing it
should restore to where the window was before the drag, not after the
drop.
2026-05-13 12:43:02 +02:00
Peter Krull
b955789a4e
(fix) Reject resize_request on surfaces which are already being resized
2026-05-07 15:00:38 -06:00
KENZ
677be79635
Unconstrain the IME popup when it appeared, resized, requested to
...
repositioned
- places the IME popup correctly.
- adjusts its position to considering the output (screen) rect.
- offset if right edge overflows
- flip vertically if bottom edge overflows
2026-05-07 15:00:24 -06:00
KENZ
7a10fb1cc8
refactor: change PopupSurface args to PopupKind of position_popup_within_rect() paths
...
- to support InputMethod popup kind in later commit
2026-05-07 15:00:24 -06:00
KENZ
f62c88a3d9
refactor: unify popup positioning logic for tiled layout into
...
position_popup_within_rect()
2026-05-07 15:00:24 -06:00
KENZ
1a57c104f6
refactor: extract positioning popups within global rect logic
...
- preparation to make unconstrain_popup() PopupKind agnostic
2026-05-07 15:00:24 -06:00
KENZ
977d4c2dca
refactor: make get_popup_toplevel() PopupKind agnostic
...
- for preparation to make unconstrain_popup() PopupKind agnostic.
2026-05-07 15:00:24 -06:00
Victoria Brekenfeld
b5a1a6d317
kms: Recreate graphics contexts on resume
2026-05-05 14:44:13 -06:00
Victoria Brekenfeld
9b89a1cc77
kms: Wipe dpms state on resume
2026-05-05 14:44:13 -06:00
Victoria Brekenfeld
12a42e239d
Merge pull request #2334 from weblate/weblate-pop-os-cosmic-comp
...
Translations update from Hosted Weblate
2026-05-04 14:30:38 +02:00
Hosted Weblate
69bcb14b38
i18n: translation updates from weblate
...
Co-authored-by: BoneNI <bounkirdni@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Марко М. Костић <marko.m.kostic@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/sr/
Translation: Pop OS/COSMIC Comp
2026-05-03 01:52:11 +02:00
Victoria Brekenfeld
e4dfd411bb
Merge pull request #2325 from weblate/weblate-pop-os-cosmic-comp
2026-04-30 17:24:21 +02:00
Ian Douglas Scott
a5474e8c76
Fix clippy lints
...
Like Smithay, disable `clippy::collapsible_match`. It seems prone to
offering dubious suggestions.
2026-04-27 14:51:46 -07:00
Ian Douglas Scott
826ad9a91a
chore: Update smithay
2026-04-27 14:51:46 -07:00
Ian Douglas Scott
472ffa5f30
image-copy: Don't panic if ImageCaptureSourceKind udata is undefined
...
We want to merge this when updating Smithay to have
https://github.com/Smithay/smithay/pull/1961 , so that we don't panic the
the output/toplevel already has no strong references when the source is
created.
2026-04-27 14:51:46 -07:00
Victoria Brekenfeld
53e0db28ac
chore: Update smithay
2026-04-27 14:51:46 -07:00
Hosted Weblate
5831c7de1f
i18n: translation updates from weblate
...
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/el/
Translation: Pop OS/COSMIC Comp
2026-04-27 14:10:00 +00:00
Victoria Brekenfeld
ce5ac893a4
Merge pull request #2314 from weblate/weblate-pop-os-cosmic-comp
...
Translations update from Hosted Weblate
2026-04-23 13:11:49 +02:00
Hosted Weblate
f2ed842988
i18n: translation updates from weblate
...
Co-authored-by: Jim Spentzos <jimspentzos2000@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/el/
Translation: Pop OS/COSMIC Comp
2026-04-23 01:27:57 +02:00
ZeusCraft10
21679f215a
fix: Prevent system hang on double Caps Lock press
2026-04-20 12:10:07 -06:00
Hojjat
fdf015cbcf
fix: consider SSD/tab height when calculating last server size
2026-04-20 12:08:47 -06:00
Victoria Brekenfeld
769ca13647
session: Make sure to mark the socket as CLOEXEC early
2026-04-20 19:24:19 +02:00
olekawaii
4df95190db
Add setting to toggle workspace wrapping
2026-04-14 17:42:57 +02:00
Victoria Brekenfeld
7ec23b0527
Merge pull request #2281 from weblate/weblate-pop-os-cosmic-comp
2026-04-13 12:23:04 +02:00
Hosted Weblate
edd056eeaa
i18n: translation updates from weblate
...
Co-authored-by: Asier Saratsua Garmendia <asier.sarasua@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: jonnysemon <jonnysemon@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/ar/
Translation: Pop OS/COSMIC Comp
2026-04-12 18:49:34 +02:00
Hojjat
3e84968dac
fix: clean up pending_windows for surfaces that were never mapped
2026-04-07 16:14:52 +02:00
Victoria Brekenfeld
1c9e80364f
Merge pull request #2239 from weblate/weblate-pop-os-cosmic-comp
2026-04-07 16:13:42 +02:00
Hosted Weblate
a9547ce88c
i18n: translation updates from weblate
...
Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Co-authored-by: defaultUser822 <defaultuser822@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/ar/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/ga/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pt_BR/
Translation: Pop OS/COSMIC Comp
2026-04-05 15:09:52 +00:00
Victoria Brekenfeld
f0b5431504
Merge pull request #2233 from weblate/weblate-pop-os-cosmic-comp
2026-03-30 13:54:32 +02:00
Hosted Weblate
7f79cbe1e3
i18n: translation updates from weblate
...
Co-authored-by: Amadɣas <massiin@proton.me>
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/de/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/kab/
Translation: Pop OS/COSMIC Comp
2026-03-30 10:28:07 +02:00
Victoria Brekenfeld
b1f59bd108
state: call image-copy cleanup on refresh
2026-03-27 12:45:43 +01:00
Victoria Brekenfeld
e1ff0309c7
wayland/image-copy-capture: Break toplevel reference cycle
2026-03-27 12:45:43 +01:00
Victoria Brekenfeld
615789cb14
surface: Introduce WeakCosmicSurface
2026-03-27 12:45:43 +01:00
Salvatore Gabriele La Greca
9ad5c916f3
layout/floating: allow size altering if window was maximized ( #2038 )
2026-03-27 11:56:34 +01:00
Ilia Malanin
06ece0fdcd
shell: Return surface from take_fullscreen for symmetry with remove_fullscreen
2026-03-27 11:56:04 +01:00
Ilia Malanin
07d584dadd
shell: Simplify early return with take_if
2026-03-27 11:56:04 +01:00
Ilia Malanin
90ce9cab90
shell: Preserve fullscreen state when moving window between workspaces
2026-03-27 11:56:04 +01:00
Ashley Wulber
1dab42ed56
fix: break from loop instead of unwrapping
2026-03-26 14:32:32 -04:00
Ian Douglas Scott
7fa5bd6b91
image-copy: Do not panic on ImageCaptureSourceKind::Destroyed
...
The way this was handled previously is incorrect. We should still handle
creation of a capture session, just send `stopped` when it is created.
This can be tested by creating a capture source and session for a
workspace that has been removed. Toplevel and output sources have a
different issue in `smithay`: https://github.com/Smithay/smithay/pull/1961
Should fix https://github.com/pop-os/cosmic-epoch/issues/3319 .
2026-03-26 18:23:20 +01:00
Victoria Brekenfeld
b7c13369ee
Merge pull request #2223 from weblate/weblate-pop-os-cosmic-comp
2026-03-25 15:26:17 +01:00
Hosted Weblate
20b65541c1
i18n: translation updates from weblate
...
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.com>
Co-authored-by: Walter William Beckerleg Bruckman <spayk.99@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pt/
Translation: Pop OS/COSMIC Comp
2026-03-25 13:09:56 +01:00
Victoria Brekenfeld
c6a3a046e4
ci: Make sure we lint and test all features
2026-03-24 16:23:43 +01:00
Victoria Brekenfeld
5216eb50ba
chore: Fix remaining clippy lints
2026-03-24 16:23:43 +01:00
Victoria Brekenfeld
0a016991a4
Merge pull request #2213 from weblate/weblate-pop-os-cosmic-comp
...
Translations update from Hosted Weblate
2026-03-20 16:18:19 +01:00
Hosted Weblate
8c5742b03f
i18n: translation updates from weblate
...
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.com>
Co-authored-by: Urocissa Caerulea.Tw <urocissa.tw@proton.me>
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/pt/
Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-comp/zh_Hant/
Translation: Pop OS/COSMIC Comp
2026-03-20 15:09:58 +00:00
Victoria Brekenfeld
3a0b1ae5d2
Partially revert "x11: stop remapping minimized windows on restore"
...
This re-introduces the xwayland remap on un-minimize hack, but limited
to fullscreen applications.
2026-03-19 16:47:45 +01:00
Victoria Brekenfeld
1662b04e7c
Merge pull request #2192 from weblate/weblate-pop-os-cosmic-comp
...
Translations update from Hosted Weblate
2026-03-19 15:53:24 +01:00