-
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.
- Loading branch information
Showing
20 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
Submodule cosmic-comp
updated
4 files
+859 −740 | Cargo.lock | |
+1 −3 | Cargo.toml | |
+1 −0 | flake.nix | |
+23 −0 | resources/i18n/nl/cosmic_comp.ftl |
Submodule cosmic-files
updated
6 files
+572 −468 | Cargo.lock | |
+27 −27 | i18n/pl/cosmic_files.ftl | |
+46 −33 | src/app.rs | |
+5 −1 | src/clipboard.rs | |
+17 −10 | src/operation/mod.rs | |
+5 −5 | src/tab.rs |
Submodule cosmic-greeter
updated
3 files
+1 −1 | i18n/ar/cosmic_greeter.ftl | |
+1 −1 | i18n/nl/cosmic_greeter.ftl | |
+11 −0 | i18n/tr/cosmic_greeter.ftl |
Submodule cosmic-icons
updated
15 files
Submodule cosmic-player
updated
3 files
+176 −170 | Cargo.lock | |
+1 −1 | i18n/it/cosmic_player.ftl | |
+12 −0 | i18n/sv/cosmic_player.ftl |
Submodule cosmic-randr
updated
4 files
+118 −116 | Cargo.lock | |
+5 −5 | cli/Cargo.toml | |
+8 −8 | lib/Cargo.toml | |
+3 −3 | shell/Cargo.toml |
Submodule cosmic-settings
updated
9 files
Submodule cosmic-term
updated
7 files
+382 −447 | Cargo.lock | |
+37 −0 | color-schemes/Rose Pine Dawn.ron | |
+37 −0 | color-schemes/Rose Pine Moon.ron | |
+37 −0 | color-schemes/Rose Pine.ron | |
+100 −0 | i18n/ga/cosmic_term.ftl | |
+9 −9 | src/key_bind.rs | |
+2 −1 | src/terminal_box.rs |
Submodule cosmic-workspaces-epoch
updated
21 files
+1,844 −1,055 | Cargo.lock | |
+9 −13 | Cargo.toml | |
+3 −7 | src/backend/mock.rs | |
+2 −1 | src/backend/mod.rs | |
+7 −5 | src/backend/wayland/buffer.rs | |
+1 −1 | src/backend/wayland/capture.rs | |
+1 −1 | src/backend/wayland/mod.rs | |
+4 −2 | src/backend/wayland/screencopy.rs | |
+6 −6 | src/desktop_info.rs | |
+79 −110 | src/main.rs | |
+97 −110 | src/view/mod.rs | |
+4 −3 | src/widgets/image_bg.rs | |
+4 −3 | src/widgets/mod.rs | |
+4 −3 | src/widgets/mouse_interaction_wrapper.rs | |
+2 −2 | src/widgets/toplevel_item.rs | |
+34 −79 | src/widgets/toplevels/mod.rs | |
+35 −0 | src/widgets/toplevels/toplevel_layout/mod.rs | |
+51 −0 | src/widgets/toplevels/toplevel_layout/row_col_toplevel_layout.rs | |
+31 −0 | src/widgets/toplevels/toplevel_layout/utils.rs | |
+2 −2 | src/widgets/visibility_wrapper.rs | |
+21 −2 | src/widgets/workspace_bar.rs |