cosmic-comp/resources/i18n
Victoria Brekenfeld adedb705e7 shell: handle fullscreen windows on a dedicated layer
I hoped to split this up into multiple commits, but the api
changes to `shell/workspace.rs` were to invasive to feasibly do this.

Here is a rough list of changes:

- Fullscreen windows aren't mapped to other layers anymore
  - This they need their own logic for:
    - Sending frames
    - Dmabuf Feedback
    - Primary outputs
    - On commit handlers
    - cursor tests
  - They get their own unmap/remap logic
  - They get a new restore state similar to minimized windows
    - Refactored the minimized window state to reuse as much as possible
      here
  - They need to be part of focus stacks, which means adjusting them
    to a new type `FocusTarget` as they previously only handled
    `CosmicMapped`.
  - Various shell handlers (minimize, move, menu) now have dedicated
    logic for fullscreen surfaces
    - This was partially necessary due to relying on CosmicSurface now,
      partially because they should've had their own logic from the
      start. E.g. the context menu is now reflecting the fullscreen
      state
- Fullscreen windows may be rendered behind other windows now, when they
  loose focus.
  - This needed changes to input handling / rendering
2025-07-04 19:45:54 +02:00
..
ar i18n(ar): Add Arabic translation 2025-06-30 17:31:25 +02:00
cs i18n(cs): Add Czech translations 2025-04-15 18:57:51 +02:00
de zoom: Localize zoom ui 2025-02-20 23:51:55 +01:00
en shell: handle fullscreen windows on a dedicated layer 2025-07-04 19:45:54 +02:00
es i18n(es): Add spanish translation 2025-05-19 21:51:31 +02:00
es-419 i18n: Add es-419 translations 2024-07-25 15:27:16 +02:00
fr Create cosmic_comp.ftl 2024-08-26 13:53:00 +02:00
gd Create cosmic_comp.ftl 2024-06-17 14:19:53 +02:00
hu Update Hungarian translations 2025-02-24 12:21:08 +01:00
it i18n: added italian (#805) 2024-09-03 13:10:33 +02:00
ja i18n: Add Japanese translation to cosmic_comp 2024-07-25 14:57:54 +02:00
nl i18n(nl) update Dutch translation 2025-03-05 18:25:40 +01:00
pl i18n(pl): update translation 2025-02-24 12:21:17 +01:00
pt i18n(pt): update Portuguese translation 2025-03-05 18:27:01 +01:00
pt-BR i18n (pt-BR) - Update translations 2025-04-24 19:17:22 +02:00
ro Add Romanian translation 2024-08-21 05:12:39 -06:00
ru l10n(ru): Minor Russian l10n updates 2024-06-24 08:11:19 -06:00
sk i18n(sk): Add Slovak translations 2025-03-31 17:55:28 +02:00
sr-Cyrl i18n(sr-Cyrl): Update translation 2024-03-21 13:18:03 +01:00
sr-Latn i18n(sr-Latn): Update translation 2024-03-21 13:18:03 +01:00
sv Create cosmic_comp.ftl (Swedish) 2025-03-05 18:26:23 +01:00
tr Update Turkish translation 2024-07-31 14:43:02 +02:00
uk Add Ukrainian translation 2024-01-15 09:56:13 +01:00
vi Add Vietnamese localization 2024-07-25 14:52:45 +02:00
zh-CN i18n(zh-CN): update translation 2025-05-19 21:52:09 +02:00
zh-TW i18n(zh_TW): add Taiwanese translation 2024-05-29 06:27:35 -06:00