-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules, add cosmic-edit/-greeter/-screenshot
- Loading branch information
Showing
16 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cosmic-applets
updated
39 files
Submodule cosmic-applibrary
updated
8 files
+82 −25 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+10 −0 | i18n/fr/cosmic_app_library.ftl | |
+6 −0 | i18n/ru/cosmic_app_library.ftl | |
+11 −1 | i18n/sr/cosmic_app_library.ftl | |
+30 −13 | src/app.rs | |
+1 −0 | src/main.rs | |
+31 −0 | src/process.rs |
Submodule cosmic-comp
updated
29 files
+331 −300 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −0 | config.ron | |
+14 −135 | flake.lock | |
+11 −2 | flake.nix | |
+8 −6 | src/backend/render/mod.rs | |
+2 −2 | src/backend/winit.rs | |
+2 −2 | src/backend/x11.rs | |
+2 −0 | src/config/mod.rs | |
+6 −4 | src/debug.rs | |
+54 −44 | src/input/mod.rs | |
+1 −1 | src/shell/element/surface.rs | |
+57 −7 | src/shell/focus/mod.rs | |
+1 −1 | src/shell/layout/floating/mod.rs | |
+191 −54 | src/shell/mod.rs | |
+8 −2 | src/shell/workspace.rs | |
+47 −22 | src/state.rs | |
+1 −1 | src/utils/iced.rs | |
+15 −0 | src/wayland/handlers/data_control.rs | |
+40 −0 | src/wayland/handlers/input_method.rs | |
+5 −0 | src/wayland/handlers/mod.rs | |
+1 −1 | src/wayland/handlers/screencopy.rs | |
+30 −0 | src/wayland/handlers/security_context.rs | |
+31 −12 | src/wayland/handlers/session_lock.rs | |
+6 −0 | src/wayland/handlers/text_input.rs | |
+6 −0 | src/wayland/handlers/virtual_keyboard.rs | |
+164 −0 | src/wayland/handlers/xdg_activation.rs | |
+1 −1 | src/wayland/handlers/xdg_shell/mod.rs | |
+58 −11 | src/xwayland.rs |
Submodule cosmic-edit
added at
c6d906
Submodule cosmic-greeter
added at
a497ed
Submodule cosmic-notifications
updated
3 files
+1 −0 | i18n/de/cosmic_notifications.ftl | |
+1 −0 | i18n/ru/cosmic_notifications.ftl | |
+1 −0 | i18n/sr/cosmic_notifications.ftl |
Submodule cosmic-osd
updated
7 files
+1,022 −641 | Cargo.lock | |
+4 −4 | Cargo.toml | |
+1 −0 | debian/control | |
+4 −0 | i18n/ru/cosmic_osd.ftl | |
+1 −0 | src/components/app.rs | |
+9 −7 | src/components/polkit_dialog.rs | |
+2 −2 | src/subscriptions/polkit_agent.rs |
Submodule cosmic-panel
updated
9 files
Submodule cosmic-screenshot
added at
b413a7
Submodule cosmic-session
updated
8 files
+36 −11 | Cargo.lock | |
+2 −1 | Cargo.toml | |
+10 −6 | debian/control | |
+49 −29 | src/comp.rs | |
+143 −37 | src/main.rs | |
+61 −12 | src/notifications.rs | |
+5 −14 | src/process.rs | |
+12 −12 | src/service.rs |
Submodule cosmic-settings
updated
10 files
+320 −615 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −0 | app/Cargo.toml | |
+6 −1 | app/src/app.rs | |
+157 −162 | app/src/pages/desktop/appearance.rs | |
+1 −1 | app/src/pages/desktop/panel/inner.rs | |
+48 −41 | app/src/pages/desktop/wallpaper/mod.rs | |
+23 −15 | app/src/pages/desktop/wallpaper/widgets.rs | |
+44 −1 | i18n/ru/cosmic_settings.ftl | |
+4 −4 | justfile |
Submodule cosmic-workspaces-epoch
updated
12 files
+1 −0 | .gitignore | |
+821 −389 | Cargo.lock | |
+4 −1 | Cargo.toml | |
+2 −0 | debian/control | |
+90 −86 | src/main.rs | |
+153 −22 | src/wayland/buffer.rs | |
+1 −1 | src/wayland/capture.rs | |
+80 −0 | src/wayland/dmabuf.rs | |
+32 −67 | src/wayland/mod.rs | |
+14 −27 | src/wayland/screencopy.rs | |
+3 −19 | src/wayland/toplevel.rs | |
+8 −18 | src/wayland/workspace.rs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters