hendrik
7e31cef391
fix control + space support
2024-09-25 08:40:06 -06:00
David Carvalho
f2b937ef27
i18n (pt-BR) translation update
2024-09-25 08:39:36 -06:00
Jeremy Soller
2e2a2376df
Update dependencies
2024-09-24 09:25:39 -06:00
Jeremy Soller
06ca149ed3
Update dependencies
2024-09-24 08:49:10 -06:00
lucamosca1
8ad08c0d97
Update cosmic_term.ftl ITA
2024-09-24 06:42:50 -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
3d0da66c3e
Update dependencies
2024-09-23 16:08:16 -06:00
Jeremy Soller
2220f2fcfa
Update dependencies
2024-09-23 10:17:10 -06:00
Jeremy Soller
d8bfd828e7
Update dependencies
2024-09-21 07:50:44 -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
Aliaksandr Truš
29aa3b4027
i18n(be): update Belarusian translation
2024-09-17 13:29:07 -06:00
Jeremy Soller
4cf288d103
Update dependencies
2024-09-13 08:13:43 -06:00
Jeremy Soller
1f699d2da5
Update cosmic-files
2024-09-11 14:48:56 -06:00
Jeremy Soller
b2f11bf390
Enable desktop feature of cosmic-files
2024-09-11 14:38:51 -06:00
Jeremy Soller
071aadf546
Update dependencies
2024-09-11 14:33:39 -06:00
Jeremy Soller
966d669db4
Update dependencies
2024-09-06 07:29:03 -06:00
lucamosca1
a71f0dcdf9
Update cosmic_term.ftl
...
Added italian strings
2024-09-03 09:03:05 -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
Lily Foster
3eec597ab1
Remove unused patch for libc
...
This patch became unused in 193746ffbc ,
when upstream libc was bumped past the version that included the commit
from the referenced PR.
2024-09-03 08:38:09 -06:00
Murilo Farias
21568be079
i18n Updated pt-br translations
2024-09-03 08:37:54 -06:00
A-Walrus
ad36c0c01b
Fix regression with hidden cursors
2024-09-03 08:37:40 -06:00
João Ribeiro
e2d18a0a20
i18n: Update pt translation
...
Adds the remaining fields in the profile section
2024-09-01 15:03:17 -06:00
Jeremy Soller
1d23606439
Use patch for filetime
2024-08-27 08:11:41 -06:00
Jeremy Soller
0fcf6b4e74
Downgrade filetime to fix redox compilation
2024-08-26 13:59:39 -06:00
Jeremy Soller
67bb98532f
Update dependencies
2024-08-26 13:33:39 -06:00
l-const
b369af826b
Change the default hold value when creating new profile as it creates issues. #284
2024-08-26 08:42:48 -06:00
A-Walrus
19e083b5d0
Add colors
2024-08-26 08:42:18 -06:00
A-Walrus
4d61bb6def
Fill in cursor support
...
Also added underline
2024-08-26 08:42:18 -06:00
A-Walrus
59d32c32ce
Initial cursor shapes
2024-08-26 08:42:18 -06:00
A-Walrus
c11f6d1272
Fix nits
2024-08-22 11:37:05 -06:00
A-Walrus
0c0b0e1a76
Fix issues
2024-08-22 11:37:05 -06:00
A-Walrus
72355aa935
Rework and unify repeated drawing
2024-08-22 11:37:05 -06:00
A-Walrus
884670ca04
Make underlines stable
2024-08-22 11:37:05 -06:00
A-Walrus
5c39a96e10
Bump alacritty
...
Fixes bug with IO crash
2024-08-21 10:52:11 -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
Jeremy Soller
fbb69fd399
Merge branch 'master' of https://github.com/pop-os/cosmic-term
2024-08-19 13:46:46 -06:00
Jeremy Soller
193746ffbc
Update dependencies
2024-08-19 13:46:41 -06:00
Vajda Örs
8c55fef65c
i18n(hu): translation update
2024-08-17 15:35:03 +02:00
Benjamin Weis
fb0af15a41
i18n(de): add German translation
2024-08-16 19:17:52 -06:00
Mohammad AlSaleh
b4954196ed
Only update default colors when needed, and update() when it's done
...
With commit 7c5d5440e5 , it became
possible that `update_colors()` may run without being immediately
followed by an `update()`. But `update_colors()` creates a new
`metadata_set`, which means `attr_list` may now contain out-of-date
metadata indices to the old cleared `metadata_set`.
With this commit:
* A `metadata_set` is only cleared and recreated in `update_colors()`
if default colors have actually changed.
* A `bool` is returned and set it to `true` from `update_colors()` if
a color update happened.
* An `update()` is run if we get a `true` from `update_colors()`.
* And finally, `update_colors()` is renamed to
`update_default_colors()`.
Fixes #291 .
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2024-08-16 19:17:31 -06:00
Roxfr
72ffa01fb6
Updated french translations for Cosmic Term
...
Hello,
This commit updates the french translations for Cosmic Term.
Best regards,
Roxfr
2024-08-15 08:37:59 -06:00
Dominic Gerhauser
b3971499ac
fix ctrl or alt + arrows
2024-08-15 07:56:27 -06:00
hmtsai
7ca862e4ae
Update the tranlate of Chinese
2024-08-15 07:55:47 -06:00
Josh Megnauth
397b527fbd
fix: Launch with invalid default profile fails
...
Closes : #274
2024-08-13 09:15:49 -06:00
Ross Barnie
be808b56cf
i18n(en-GB): Change color to colour
2024-08-03 09:47:03 -06:00
Ross Barnie
c5c73e92b9
i18n(en-GB): Add British English localisation
2024-08-03 09:47:03 -06:00
Kamil Lihan
38a4416882
i18n(sk): Add Slovak translations
2024-08-02 12:35:19 -06:00