Commit graph

540 commits

Author SHA1 Message Date
Ashley Wulber
69c5dff3bb fix: keep shell program opt when checking 2025-08-08 00:22:45 -04:00
Jeremy Soller
35b40328a1
Update dependencies 2025-08-04 13:48:26 -06:00
Iván Ruiz Marcos
a22c1cf463 Add the Modus Themes 2025-07-30 15:27:26 -06:00
Jeremy Soller
794e5956ac
Update libcosmic, fixes #525 2025-07-24 15:46:49 -06:00
Jeremy Soller
d48a866d31
Update dependencies 2025-07-24 11:39:20 -06:00
Jeremy Soller
d1f427ccf5
Update cosmic-files 2025-07-22 09:17:29 -06:00
Jeremy Soller
5ac8e0ea4a
Update cosmic-files 2025-07-21 19:56:58 -06:00
Thiago Padilha
c8a1dc9948 Add missing type cast to .take call
In my previous change, I did not cast to the `usize` type expected by `.take()`. This fixes it.
2025-07-19 07:09:09 -06:00
Thiago Padilha
7e124a265b Fix repeat/take arguments in mouse_reporter.rs
Fix 521
2025-07-18 07:19:00 -06:00
Jeremy Soller
ffee3ea5b9
Merge branch 'Doods0-lazy_lock' 2025-07-17 10:21:52 -06:00
Jeremy Soller
52194a8ee6
Merge branch 'lazy_lock' of https://github.com/Doods0/cosmic-term into Doods0-lazy_lock 2025-07-17 10:20:55 -06:00
Doods
011543ef6e chore: stop depending on itertools 2025-07-17 10:18:05 -06:00
Doods
97027e69c3 chore: use LazyLock instead of lazy_static! 2025-07-13 15:50:37 +03:00
Jeremy Soller
a20d77fea4
Update cosmic-files 2025-07-10 15:29:41 -06:00
SpecialSUDO
a3c8875918 i18n(ar): Updated tranlations. 2025-07-07 15:38:45 -06:00
Jeremy Soller
7968e1c720
Fix compilation with new cosmic-files dialog API 2025-07-01 09:41:36 -06:00
Jeremy Soller
8c19acf066
Update dependencies 2025-07-01 09:32:10 -06:00
liberodark
a90e55f1f0 Add F11 support 2025-06-30 17:51:16 +00:00
Jeremy Soller
cf9c0c51ae
Adjust shortcut text style 2025-06-27 11:44:40 -06:00
Hugo
4a41aa1d86 Support ClI argument for Version and Help 2025-06-24 09:58:55 -06:00
Jeremy Soller
d1dc537c7b Update libcosmic and use system_theme_update 2025-06-23 11:40:43 -06:00
Jeremy Soller
373b685d29
Remove cosmic-text patch 2025-06-22 13:11:42 -06:00
Michael Aaron Murphy
0b9794414c fix: pin cosmic-text to b017d7c to fix cut text 2025-06-20 12:20:10 -06:00
liberodark
f570b4089c Improve wheel mode 2025-06-19 15:13:47 -06:00
Ashley Wulber
f52df3d89e chore: update libcosmic 2025-06-19 11:18:18 -04:00
Ashley Wulber
6829509e39 update deps 2025-06-18 15:25:51 -04:00
Ashley Wulber
cce8f8c3ea feat: menubar popups 2025-06-18 15:25:51 -04:00
David Carvalho
d59f94dab8 i18n(pt-BR): Update translations 2025-06-18 09:02:28 -06:00
Feike Donia
4a5ee839f4 i18n(nl) update Dutch translation 2025-05-12 08:11:28 -06:00
twlvnn
f3ff1dea2c i18n(bg): Add Bulgarian translation 2025-05-09 10:10:37 -06:00
therealmate
584c44f3f9 Update Hungarian translations 2025-05-08 12:02:13 -06:00
captain-maramo
be8309fea5 feat(color-schemes): add Seashells color-scheme 2025-05-08 12:01:50 -06:00
Burkhard Mittelbach
a5135f8c99 Use mesa instead of deprecated mesa.drivers 2025-05-08 12:01:33 -06:00
Burkhard Mittelbach
02806996f1 Update flake.lock 2025-05-08 12:01:33 -06:00
Mark Stosberg
aa9d693dad feat: bind copy/paste keycodes to copy/paste actions.
Required updating macro to support keycodes without modifiers.
2025-05-08 11:48:44 -06:00
Antonio Félix
2b18e6d3d1 i18n(es): Updated translation 2025-05-07 14:23:01 -06:00
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