Commit graph

504 commits

Author SHA1 Message Date
Jeremy Soller
db9234cdee Revert "Add support for XF86Copy and XF86Paste keybindings"
This reverts commit 60b2326a2c.
2025-05-05 16:00:28 -06:00
Mark Stosberg
60b2326a2c Add support for XF86Copy and XF86Paste keybindings
Keyboards with custom firmware that support dedicated "Copy" and "Paste" keycodes are more common now.

These keycodes solve a pain point with terminals: that you have to use Control+Shift+C/V to paste into the terminal, but Control+C/V everywhere else.

The dedicated Copy/Paste keycodes solve this problem by allowing you to use the same key combo in all apps that support it.

This patch supports the additional bindings by default while leaving the existing keybindings untouched.
2025-05-04 20:42:03 -06:00
pugaizai
c769ae4d7a i18n(zh-CN): update translation 2025-05-01 17:13:06 +02:00
David Carvalho
2c22dc8afa i18n - update portuguese translations 2025-04-19 17:53:47 -06:00
David Carvalho
ee889343ad i18n - update portuguese translations 2025-04-19 17:53:47 -06:00
Jeremy Soller
f6c7188ebb
Patch polling for redox and update dependencies 2025-04-17 08:36:48 -06:00
Ashley Wulber
7d9cea88c1 chore: update libcosmic 2025-04-16 12:29:45 -04:00
Ashley Wulber
97f87809b9 feat: responsive menu bar 2025-04-15 18:04:55 -06:00
Dominic Gerhauser
623645c829 Initialize the logger at the start of main.
"Any log events that occur before initialization will be ignored."
https://docs.rs/env_logger/latest/env_logger/struct.Builder.html#method.init
2025-04-10 19:39:22 -06:00
Dominic Gerhauser
e7b0b87259 simplify argument parsing 2025-04-08 09:54:32 -06:00
Matei Pralea
ae817d850f i18n(ro): Add Romanian translation 2025-04-08 08:13:23 -06:00
Jeremy Soller
00038027c3
empty commit to force rebuild 2025-04-03 15:44:57 -06:00
Jeremy Soller
72f164d223
Merge branch 'master' of https://github.com/pop-os/cosmic-term 2025-03-31 09:27:32 -06:00
Jeremy Soller
d3b9ac6c75
Update dependencies 2025-03-31 09:27:28 -06:00
David Carvalho
185081fec2 i18n (pt-BR) Update translations 2025-03-31 09:19:29 -06:00
Ashley Wulber
a4dd9ab142 chore: update libcosmic 2025-03-19 17:44:47 +00:00
Jeremy Soller
91f252c882
Clear selection on Ctrl+C, part of #236 2025-03-13 15:05:59 -06:00
Vukašin Vojinović
fe21878169 update libcosmic 2025-03-13 13:30:23 -06:00
Matthew Fallah (マシュー・ファラー)
52374a20d3 Update cosmic_term.ftl (jp) 2025-03-13 12:19:09 -06:00
Matthew Fallah (マシュー・ファラー)
81b8816a7b ja: translate working-directory and remain-open, but not hold 2025-03-13 12:19:09 -06:00
Michael Aaron Murphy
d8c417fcce
fix(libcosmic): theme subscription 2025-03-09 15:20:01 +01:00
therealmate
63e429b88d Update Hungarian translations 2025-02-22 10:17:19 -07:00
Jeremy Soller
b05076be65 Update default font 2025-02-20 11:14:31 -07:00
Michael Aaron Murphy
0c601005c8
fix: downgrade home@0.5.11 to 0.5.9 for Rust 1.80 2025-02-20 16:51:34 +01:00
Michael Aaron Murphy
a2e3617fe4
perf: update libcosmic to improve window resize performance 2025-02-20 13:41:43 +01:00
Michael Aaron Murphy
96c742e622 chore: upgrade dependencies 2025-02-19 10:44:20 -07:00
mkljczk
a1f9e01982 Polish translation for MetaInfo
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-02-11 15:11:00 -07:00
Feike Donia
5b3c7c7145
i18n(nl) add Dutch translation (#424)
* improve

* make consistent

* i18n(nl) improve Dutch translation

* i18n(nl) update punctuation
2025-01-31 16:17:21 -07:00
buildingpkgs
2bb2c3b9c9 Update Hungarian translations 2025-01-31 16:16:42 -07:00
Jeremy Soller
a65be4aa22
Update cosmic-text 2025-01-27 12:26:00 -07:00
Mattias Eriksson
23a5851ca9 Use hollow block cursor for non-focused terminals 2025-01-23 11:51:38 -07:00
Luna Jernberg
75787a8766 Update cosmic_term.ftl
Update Swedish translation
2025-01-23 11:35:54 -07:00
Feike Donia
6a0a3ba719
i18n(nl): improve Dutch translation (#417)
* improve

* make consistent

* i18n(nl) improve Dutch translation
2025-01-22 07:59:49 -07:00
Jeremy Soller
df1e7dd1f2
Downgrade home to keep 1.80 MSRV 2025-01-14 10:42:50 -07:00
Aindriú Mac Giolla Eoin
02d12f8880 Added Irish translation 2025-01-14 08:57:10 -07:00
Paul Daniel Faria
25845183f1 Fix broken numlock behavior
libcosmic broke backwards compatibility in pop-os/libcosmic@0491c4b
Add comparison with modified_key to ensure only actual named keys
are processed as such.
2025-01-14 08:56:39 -07:00
Jeremy Soller
ea29bf979f
Update dependencies 2025-01-14 08:56:23 -07:00
Samuel Abreu
0f2ef69dfe Fix Ctrl+Shift+# keybinds to jump to nth tab
Test it on different machines with Fedora and PopOS, in both only work
with this changes.
2025-01-14 08:56:11 -07:00
Jeremy Soller
31866054a2
Update dependencies 2025-01-14 08:42:05 -07:00
Michael Aaron Murphy
8b4f2a8d36
fix: downgrade home to 0.5.9 to fix build 2025-01-13 20:35:22 +01:00
Jeremy Soller
45000d01cb
Update dependencies 2025-01-13 09:12:53 -07:00
Michael Aaron Murphy
0cc5c3d0d2
fix: downgrade home to 0.5.9 to fix build 2025-01-11 07:53:52 +01:00
Jeremy Soller
28f6cdb0ef Update dependencies 2025-01-10 09:44:17 -07:00
Lucas Cogrossi
24c473a2f8
Add Rose Pine, Rose Pine Moon and Rose Pine Dawn color schemes (#409) 2025-01-10 07:13:27 -07:00
Feike Donia
4fd973155b
improve Dutch translation (#406)
* improve

* make consistent
2025-01-07 14:33:43 -07:00
Mohamed Elashri
a809a848f7 Add Dracula theme 2025-01-02 08:08:20 -07:00
Techit Sumo Thawiang
5f98443243 i18n(th): Add Thai translation
Added Thai translation strings for COSMIC Terminal (cosmic-term)
2024-12-30 09:12:36 -07:00
Feike Donia
2a799b2051 Improve Dutch translation 2024-12-30 09:12:22 -07:00
Feike Donia
105eedcfdf Improve Dutch translation 2024-12-30 09:12:22 -07:00
Feike Donia
5a066cc674 Add Dutch translation 2024-12-30 09:12:22 -07:00