Commit graph

190 commits

Author SHA1 Message Date
Ashley Wulber
56f1ea3eed fix: disable terminal box when context page is active 2025-10-24 17:56:10 -04:00
Mattias Eriksson
27e4d722bf Avoid updating the link highlight while the context menu is shown 2025-10-17 07:57:42 +02:00
Mattias Eriksson
e7e47d5bac Add context menu for opening links 2025-10-16 09:27:00 +02:00
Mattias Eriksson
71b9fb5226 Implement a simple password manager 2025-10-13 07:19:10 +02:00
Ashley Wulber
e40b955f33 fix: opacity 2025-10-06 15:03:38 -04:00
Ashley Wulber
ffee3410e1 chore: add license url 2025-10-03 15:32:37 -04:00
Ashley Wulber
2428de7c7c
chore: update libcosmic 2025-10-03 14:56:47 -04:00
Vukašin Vojinović
f3ec16b9bd chore: update dependencies
Also switches to the `about` widget.
2025-09-11 08:34:15 -06:00
Vukašin Vojinović
58b8da4310 chore: Rust 2024 edition 2025-09-11 08:34:15 -06:00
Ashley Wulber
50d4f7b58b chore: update libcosmic and handle input paste 2025-08-12 14:12:58 -04:00
Ashley Wulber
69c5dff3bb fix: keep shell program opt when checking 2025-08-08 00:22:45 -04:00
Doods
97027e69c3 chore: use LazyLock instead of lazy_static! 2025-07-13 15:50:37 +03:00
Jeremy Soller
7968e1c720
Fix compilation with new cosmic-files dialog API 2025-07-01 09:41:36 -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
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
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
Mattias Eriksson
23a5851ca9 Use hollow block cursor for non-focused terminals 2025-01-23 11:51:38 -07:00
Dominic Gerhauser
ff42dd2a97 regex hyperlinks 2024-12-18 09:26:59 -07:00
Vukašin Vojinović
77be96e1c2 update libcosmic 2024-12-03 15:08:56 -07:00
Jonatan Pettersson
fda0850b3b Allow startup options to supercede profile 2024-11-18 11:53:25 -07:00
Vukašin Vojinović
20d5290145 fix(window): round corners based on header 2024-11-06 14:32:53 -07:00
Vukašin Vojinović
a432f714de fix(context menu): use radius from theme 2024-11-05 09:22:59 -07:00
Jeremy Soller
eba2eb38b7
Use unbounded channel to prevent deadlock 2024-10-29 18:19:23 -06:00
Jeremy Soller
8d4bfb992e
Update libcosmic/iced 2024-10-22 12:31:02 -06:00
Vukašin Vojinović
98df25736a fix(header): fixed new tab button padding
This matches the new tab button to other header bar buttons, and prevents visual issues with non-default interface densities.
2024-09-24 06:42:22 -06:00
Jeremy Soller
60c890d2bd
Update dependencies 2024-09-20 19:44:36 -06:00
Joel Höner
4beabca14d Add "Clear scrollback" action 2024-09-19 17:21:42 -06:00
Mohammad AlSaleh
3f10b729dd Early exit if no monospace fonts were found
This also provides a helpful log error message and avoids triggering a
 later panic as reported in #323.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2024-09-03 08:38:56 -06:00
A-Walrus
59d32c32ce Initial cursor shapes 2024-08-26 08:42:18 -06:00
l-const
023aedee65 Zoom per tab/pane & not writing config to fs when zooming - perf improvement. 2024-08-20 12:15:09 -06:00
Jeremy Soller
c4cb09f183
Efficiently set config, fixes #227 2024-08-20 07:26:46 -06:00
Jason Rodney Hansen
059dd5fa97 Support drag-and-drop for files
Insert file paths when files are dropped in terminal from a file manager.
2024-08-19 21:23:27 -06:00
Josh Megnauth
397b527fbd fix: Launch with invalid default profile fails
Closes: #274
2024-08-13 09:15:49 -06:00
Josh Megnauth
3caea33288 Replace unmaintained lexical-sort with ICU 2024-07-15 08:08:01 -06:00
Jeremy Soller
c0d1ab1fb8
Include builtin cosmic dark and light theme in color schemes list, fixes #206 2024-06-05 08:51:26 -06:00
Jeremy Soller
634a24717f
Merge pull request #160 from sixpounder/master
Add command line argument to allow a no-fork mode
2024-05-29 21:44:43 -06:00
Jeremy Soller
bcd5e31d6c
Update libcosmic 2024-05-20 14:12:21 -06:00
Jeremy Soller
7f5a5b4bf0
Update dependencies 2024-05-14 13:15:02 -06:00
Rajas Paranjpe
b7b3e942fa Add CopyOrSigint shortcut for Ctrl+C 2024-05-14 10:57:32 -06:00
Andrea Coronese
3ce7bd56ca
Merge branch 'master' into master 2024-05-01 23:46:30 +02:00
Jeremy Soller
4cec08875f
Merge branch 'master' of https://github.com/pop-os/cosmic-term 2024-04-26 10:27:52 -06:00
Jeremy Soller
f720e63793
Update libcosmic 2024-04-26 10:24:07 -06:00
Jeremy Soller
1047004a6d
Merge branch 'primary' of https://github.com/snaggen/cosmic-term into snaggen-primary 2024-04-26 10:13:35 -06:00
Daniel Eades
1b53309d63 use 'Self' keyword to refer to own type (clippy::use_self) 2024-04-26 10:12:44 -06:00