Vukašin Vojinović
95756b1a57
improv(circular): prevent caps from touching
2026-04-18 16:08:34 -04:00
Vukašin Vojinović
c423ad1bfc
improv(about): use ListButton
2026-04-17 13:52:08 +02:00
Vukašin Vojinović
8d7bcab258
fix(list_column): add back divider_padding
...
Also matches previous behavior of both paddings being applied to subsequent items, rather than globally.
2026-04-17 13:17:23 +02:00
Hojjat
c162a1f24a
fix(animated-image): update frames and fix compilation errors
2026-04-16 19:58:39 +02:00
Vukašin Vojinović
3f9e93067b
fix(item builder): remove unnecessary lifetime bound for radio
2026-04-16 18:26:17 +02:00
Vukašin Vojinović
917af9fda2
feat(radio): internal method for radio without label
...
Also adds the related settings item builder.
2026-04-16 17:19:36 +02:00
Vukašin Vojinović
9b465a8b5c
feat(list_column): button list items
2026-04-16 17:19:36 +02:00
Vukašin Vojinović
9cac422c24
fix(toggler): animate external changes
2026-04-16 17:19:36 +02:00
Hojjat
0fc4638af3
fix: register image_extras in run_single_instance too
2026-04-15 23:59:57 +02:00
Hojjat
3d8d8915be
chore: enable ico and xpm image support for desktop feature
2026-04-15 13:10:25 +02:00
Ian Douglas Scott
46d9f0c344
widget/icon: Bundle icons on macOS, not just Windows
2026-04-14 21:46:05 +02:00
Jeremy Soller
0d69cd9183
i18n: translation update from Hosted Weblate ( #1177 )
...
Translations update from [Hosted Weblate](https://hosted.weblate.org )
for [Pop
OS/libcosmic](https://hosted.weblate.org/projects/pop-os/libcosmic/ ).
Current translation status:

2026-04-14 09:52:02 -06:00
Hojjat
52116d2f36
chore: update iced
2026-04-13 22:26:33 +02:00
Hosted Weblate
0e72508dcc
i18n: translation updates from weblate
...
Co-authored-by: Amadɣas <massiin@proton.me>
Co-authored-by: Asier Saratsua Garmendia <asier.sarasua@gmail.com>
Co-authored-by: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>
Co-authored-by: Ettore Atalan <atalanttore@googlemail.com>
Co-authored-by: Geeson Wan <wang14240@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 麋麓 BigELK176 <BigELK176@gmail.com>
Co-authored-by: 김유빈 <k.sein1016@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/pop-os/libcosmic/de/
Translate-URL: https://hosted.weblate.org/projects/pop-os/libcosmic/kab/
Translate-URL: https://hosted.weblate.org/projects/pop-os/libcosmic/ko/
Translate-URL: https://hosted.weblate.org/projects/pop-os/libcosmic/zh_Hant/
Translation: Pop OS/libcosmic
2026-04-12 18:50:19 +02:00
Jeremy Soller
1d7113a244
chore: update iced ( #1240 )
...
- [x] I have disclosed use of any AI generated code in my commit
messages.
- If you are using an LLM, and do not fully understand the changes it is
making to the code base, do not create a PR.
- In our experience, AI generated code often results in overly complex
code that lacks enough context for a proper fix or feature inclusion.
This results in considerably longer code reviews. Due to this, AI
authored or partially authored PRs may be closed without comment.
- [x] I understand these changes in full and will be able to respond to
review comments.
- [x] My change is accurately described in the commit message.
- [x] My contribution is tested and working as described.
- [x] I have read the [Developer Certificate of
Origin](https://developercertificate.org/ ) and certify my contribution
under its conditions.
2026-04-11 06:27:56 -06:00
Hojjat
e287a789c1
chore: update iced
2026-04-10 20:53:43 -06:00
Hojjat
6caccaba33
fix: icon color when window is maximized
2026-04-09 12:54:32 -04:00
Ashley Wulber
a44cff8011
fix(text_input): always clip input text with the text bounds
...
this issue seems unique to tiny-skia
2026-04-08 17:05:40 +02:00
Ashley Wulber
47ab72be50
fix!(progress_bar): remove unused generic Message type
2026-04-08 07:38:18 +02:00
Adam Cosner
c7093beca3
fix(ci): cargo now running properly
2026-04-08 07:34:13 +02:00
Adam Cosner
77b37f2246
fix(ci) removed the smithay and wayland protocol docs builds
2026-04-08 07:04:54 +02:00
Adam Cosner
6df3f76a33
ci: Added a few more enabled dependency docs
2026-04-08 07:04:54 +02:00
Adam Cosner
12d2233c6b
fix(ci): Added an inline doc to cctk reexport
2026-04-08 07:04:54 +02:00
Adam Cosner
e5955b568d
ci: Updated pages.yml workflow
...
Use nightly channel to enable docs generating feature badges, plus enabled more features in the docs build, and building the cctk docs also
2026-04-08 07:04:54 +02:00
Adam Cosner
5d1dfc4c54
refactor!: remove cosmic::iced_* re-exports
2026-04-08 03:12:10 +02:00
Ashley Wulber
d9121d6f0d
refactor: better helpers for the progress_bar
2026-04-07 21:47:46 +02:00
Ashley Wulber
b963fbfea9
feat(widget): progress bars
2026-04-07 17:02:58 +02:00
Hojjat
724351727a
feat: select until char and double click select delimiter
...
adds a feature to select from the start of the sentence until the last
occurrence of a character. This can be used to select until the
extension in cosmic-files save dialog or rename pop up.
Also, it adds a feature to select until the last occurrence of a
character on double-click.
2026-04-07 13:35:26 +02:00
Hojjat
1f87cbc883
fix: do not allow cursor or keyboard activity when popup is open
...
traps Tab from escaping, and won't allow elements in the background to
react to hover
2026-04-07 13:32:21 +02:00
Ashley Wulber
9aa87cd66b
fix(segmented_button): active font for context menu & prioritize active font over hover
2026-04-06 18:57:27 -04:00
Hojjat
ab3eedd0f2
chore: update iced
...
This pulls in the fix in cosmic-text to fallback to the default
SansSerif if there are missing glyphs in basic shaping.
Also removes advanced-shaping from the default features list.
2026-04-06 15:15:30 -04:00
KENZ
8e3672a7dd
fix: focus detecting in IME logic
2026-04-06 15:59:18 +02:00
Hojjat
1d01054993
chore: update iced
...
pulls in fixes for cycling focus
2026-04-03 19:23:40 -04:00
Vukašin Vojinović
fdf3369cea
chore: re-export iced row and column
...
This removes the custom row and column implementations and uses the iced ones directly.
2026-04-03 20:39:31 +02:00
Vukašin Vojinović
a9e0671075
fix(segmented_button): hover text style
2026-04-03 20:36:23 +02:00
Ashley Wulber
34219d1fd4
chore: wgpu cctk feature for wayland
2026-04-03 20:15:31 +02:00
Ashley Wulber
cdd825b953
fix: update iced
...
softbuffer released version doesn't support transparency yet
2026-04-03 16:17:44 +02:00
Ashley Wulber
b0f4e931f2
fix: font issues
...
some fonts are not falling back when a glyph is missing for a selected font and weight
2026-04-03 16:17:44 +02:00
Hendrik Hamerlinck
97a805e5a1
feat(applets): add destroy tooltip popup action
...
This commit adds a new surface action to explicitly destroy the tooltip
popup on `TOOLTIP_WINDOW_ID`, allowing proper cleanup when minimizing
applets.
2026-04-03 08:26:29 -04:00
Hojjat
24464908f6
fix: buttons are focusable again
2026-04-03 02:28:00 +02:00
GroobleDierne
7a02c9a296
fix(color palette): avoid duplicates
2026-04-02 16:21:50 -04:00
Hojjat
61e5d882ae
fix(ci): only document libcosmic, no dependency
2026-04-02 15:47:43 -04:00
Hojjat
12be83a8ef
chore: update iced
2026-04-01 22:14:07 -04:00
KENZ
f6eb314606
feat(text_input): minimal IME support for COSMIC specific text widgets
2026-04-02 00:35:57 +02:00
TobyDig
0ba668eb52
fix(desktop): use -e argument for spawning desktop entries with a terminal
2026-04-01 23:32:36 +02:00
Hojjat
aef328238f
fix(editable): the UX is closer to design now
...
This fixes the unresponsive trailing icon and changes the behavior to be
closer to the UI/UX design.
2026-04-01 23:29:26 +02:00
Hojjat
22661fd764
chore: udpate iced
2026-04-01 23:26:42 +02:00
Hojjat
e1738d2ea7
fix(text_input): keyboard shortcuts when keyboard is a different language
...
Matches what Iced does
2026-04-01 23:26:42 +02:00
Hojjat
2299fba69b
fix(text_input): RTL text cursor and highlight fixes
2026-04-01 23:26:42 +02:00
Adil Hanney
c33455e9ad
test: use default dark theme, not real system theme
2026-04-01 23:23:37 +02:00