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
Weeesly
901db39d0f
Create cosmic_term.ftl
2024-08-02 07:42:46 -06:00
Yevhen Popok
e8f35d2acf
Add Ukrainian translation
2024-08-02 07:42:32 -06:00
git-f0x
ed002ae57d
fix(libcosmic): double-click to maximize
2024-08-01 21:19:46 +02:00
Jeremy Soller
0c057e5192
Update cosmic-text
2024-07-31 10:13:01 -06:00
Csani10
72391e782d
i18n(be): Add Hungarian translation
2024-07-25 07:30:44 -06:00
Vukašin Vojinović
06520014ec
fix(libcosmic): input focus lost on click of header bar
2024-07-22 14:11:16 +02:00
Ashley Wulber
6d635305ad
fix: center go-up and go-down icons
2024-07-17 10:29:19 -06:00
Michael Aaron Murphy
0f0601b3e5
fix(libcosmic): add x11 wgpu device detection to fix crash on NVIDIA desktops
2024-07-16 23:24:56 +02:00
Josh Megnauth
3caea33288
Replace unmaintained lexical-sort with ICU
2024-07-15 08:08:01 -06:00
dengelt
24cacb0da8
support CARGO_TARGET_DIR
2024-07-15 07:59:42 -06:00
Jeremy Soller
a734205d6e
Merge pull request #234 from snaggen/color_cursor
...
Cursor color from request or color theme
2024-07-08 08:33:47 -06:00
Jeremy Soller
0bf777efcc
Merge pull request #237 from Kartonrealista/master
...
Add 'Ctrl' + '+' as a zoom-in shortcut
2024-07-08 08:32:42 -06:00
Kartonrealista
4e6086e2b0
Update key_bind.rs
2024-07-06 12:02:31 +02:00
Mattias Eriksson
824737f4e6
Use cursor color from theme
2024-06-27 10:30:31 +02:00
Mattias Eriksson
a33bdd1277
Use requested terminal cursor color
2024-06-27 09:06:31 +02:00
Jeremy Soller
09e2073f9b
Enable a11y feature and update dependencies
2024-06-20 09:16:25 -06:00
Jeremy Soller
7c02b9cb57
Update dependencies
2024-06-12 09:50:07 -06:00
Jeremy Soller
8bd54b9fe1
Update dependencies
2024-06-12 08:18:46 -06:00
Jeremy Soller
c011a50537
Update dependencies
2024-06-10 08:35:23 -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
69468765b7
Update dependencies
2024-06-05 07:16:32 -06:00
Jeremy Soller
1d4412e172
Update dependencies
2024-06-04 20:42:56 -06:00
Jeremy Soller
462cf9d545
Merge pull request #217 from FAlexei/master
...
i18n(ru): Translation update
2024-06-03 08:05:08 -06:00
FAlexei
7b1d4a0f9a
i18n(ru): Translation update
2024-06-02 22:09:20 +03:00
Jeremy Soller
c60d1845f8
Merge pull request #215 from pop-os/update-libcosmic
...
fix: text input copy paste
2024-05-31 09:35:39 -06:00