Ashley Wulber
e3a4e739e3
cleanup(segmented button): popup destruction on press
2026-07-01 15:10:28 -04:00
Ashley Wulber
46c717fd57
fix: corner radius setting match style
2026-07-01 15:10:28 -04:00
Ashley Wulber
94d2c18a23
chore: dialog default to overlay
2026-07-01 15:10:28 -04:00
Ashley Wulber
cde1989e78
refactor: popups for nav bar / segmented buttons
2026-07-01 15:10:28 -04:00
Ashley Wulber
f5fc392ba4
fix: opaque menu for overlay
2026-07-01 15:10:28 -04:00
Ashley Wulber
76954a6524
fix: tooltip corner radius
2026-07-01 15:10:28 -04:00
Ashley Wulber
ac4a1ab259
improv: allow overrides for corner radius or blur that apply on creation as well
2026-07-01 15:10:28 -04:00
Ashley Wulber
58980231b9
refactor: allow opting out of auto corner radii tracking
2026-07-01 15:10:28 -04:00
Ashley Wulber
7d62b193f4
feat: improve handling of list items using data in theme
2026-07-01 15:10:28 -04:00
Ashley Wulber
2d7f66d528
refactor: remove extra opacity where it was added
2026-07-01 15:10:28 -04:00
Ashley Wulber
19142fd38e
refactor opaque fallback
2026-07-01 15:10:28 -04:00
Vukašin Vojinović
18d76659f2
fix(progress_bar): prevent large animation time delta
2026-07-01 10:40:30 -04:00
Ashley Wulber
18a7a75e33
fix(key bind): space
2026-06-29 17:39:46 +02:00
Frederic Laing
e7f37f3e81
fix(popover): forward in-flight pointer events to modal popups so a selection drag started inside still receives its release
2026-06-26 17:26:34 +02:00
Vukašin Vojinović
13fb598517
chore(progress_bar): simplify linear code
2026-06-26 17:25:28 +02:00
Aadil
417923fbaf
feat(color_picker): apply gradient shifting to hue slider
...
This also removes vertical line gap in the center of slider handle by adding current hue color to handle.
2026-06-23 22:13:35 +02:00
Vukašin Vojinović
76bc13ff40
feat(progress_bar): improve determinate animations
...
Switches to using a critically damped spring animation, which prevents issues with rapid progress updates, and is generally smoother.
2026-06-23 18:30:28 +02:00
Hojjat Abdollahi
e7f278d17f
fix(text_input): add alt_clipboard bindings
2026-06-22 21:33:23 +02:00
黑嫖233
8df1858e5d
feat(list_column): add drag and drop support to widget API
2026-06-16 17:35:59 +02:00
Aadil127
a991d7bb43
Fix: Removed unnecessary quad draw calls.
2026-06-15 10:47:14 -04:00
Aadil127
4d36a2ee5f
Fix: progress bar overflow on low progress phase.
2026-06-15 10:47:14 -04:00
Aadil127
80b370d230
Fix bug in progress bar.
2026-06-10 23:35:29 +05:30
Aadil127
904b7b95b1
Fix progress bar containing some width now does not overflow.
2026-06-10 22:56:56 +05:30
Aadil127
9b8c48a328
Fix progress bar now has flat egde.
2026-06-10 19:38:46 +05:30
Aadil127
dc4e89596a
Fix progress says consistant for different girth values.
2026-06-09 16:10:46 +05:30
Aadil127
87901c2d48
Fix progress bar showing incorrectly with small width.
2026-06-09 14:17:36 +05:30
Ashley Wulber
f0f68933f1
improv(key_bind): allow fallback if not ascci graphic or space
...
check if the logical key is within the valid latin key range and use that if so
2026-06-01 14:40:44 -04:00
Vukašin Vojinović
c9255fe871
feat(progress_bar): draw circular line caps directly & fix gaps between the bar and caps
2026-05-29 17:43:55 +02:00
Vukašin Vojinović
04a93d304c
chore(linear): cleanup
2026-05-29 00:07:19 +02:00
Hojjat
8fa6a01d04
feat: add ability to provide extra paths to search for icons
2026-05-22 01:26:34 +02:00
Hojjat
b279d82240
fix: circular progressbar crashes on very small windows
2026-05-20 07:25:00 -04:00
Hojjat
147306d581
chore: update iced
2026-05-20 07:25:00 -04:00
Vukašin Vojinović
466e25d9f8
feat(progress_bar): linear progress markers
2026-05-19 20:00:14 +02:00
Michael Aaron Murphy
6f863f1905
chore: cargo +nightly fmt
2026-05-18 09:25:23 -04:00
Ilia Malanin
cab9d5aff2
feat!(menu): support physical key matches for non-Latin keyboard layouts
2026-05-14 16:10:59 +02:00
Hojjat
0e0960f3c7
feat: reorderable flex row
2026-05-04 21:26:58 +02:00
Vukašin Vojinović
9c2a86a8f4
chore: add rustfmt config
2026-05-04 11:55:17 -04:00
Will Sheehan
5825afb0da
fix(segmented_button): reset menu state when reopening context menu
...
When a context menu is open and the user right-clicks a different item,
the overlay's close handler resets the menu state but no longer captures
the event (since e10459f ). The right-click propagates to the widget,
which reopens the menu with stale `MenuBounds` from the previous context
menu. If the new menu has a different number of items, this causes an
assertion failure in `MenuState::layout`.
Call `data.reset()` before setting `data.open = true` in the right-click
handler to ensure stale `MenuBounds` are cleared before the next layout
pass rebuilds them.
2026-04-27 14:58:46 +02:00
Vukašin Vojinović
17291536a1
fix(header_bar): prevent double coloring
2026-04-23 11:15:32 -04:00
Vukašin Vojinović
dad5f1e273
fix(progress_bar): sync determinate animation clock on target change
...
This prevents the time delta from becoming very large when the widget hasn't animated for a bit, leading to snapping instead of a smooth animation.
Also prevents animating on widget creation, since it doesn't feel good in `cosmic-osd`.
2026-04-22 15:03:14 +02:00
Vukašin Vojinović
8b4c8adec8
feat(progress_bar): animate determinate progress
2026-04-21 13:39:43 -04:00
Vukašin Vojinović
4d39cf3d7b
improv(progress_bar): unify indeterminate animations
2026-04-21 13:39:43 -04:00
Vukašin Vojinović
95756b1a57
improv(circular): prevent caps from touching
Continuous Integration / format (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "applet") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "desktop,smol") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "desktop,tokio") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "wayland") (push) Has been cancelled
Pages / pages (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_debug") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_tokio") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_wgpu") (push) Has been cancelled
Continuous Integration / tests (-p cosmic-theme) (push) Has been cancelled
Continuous Integration / examples (application) (push) Has been cancelled
Continuous Integration / examples (context-menu) (push) Has been cancelled
Continuous Integration / examples (nav-context) (push) Has been cancelled
Continuous Integration / examples (open-dialog) (push) Has been cancelled
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