libcosmic/src/widget
Vukašin Vojinović ea349aca82 chore: use std::syncLazyLock
Also migrates workspace members to Rust 2024.
2025-09-03 21:54:46 +02:00
..
button fix(image_button): improve rendering of selected image buttons 2025-08-13 21:39:29 +02:00
card fix: card style 2025-04-30 21:36:41 +02:00
color_picker chore: use std::syncLazyLock 2025-09-03 21:54:46 +02:00
context_drawer fix(context_drawer): adjust fill portion when max_width < 392 2025-08-13 20:06:06 +02:00
dropdown feat: menu bar popups 2025-06-10 18:22:07 +02:00
flex_row perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
grid chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
icon chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
list chore: use theme::spacing() where applicable 2025-04-02 00:33:21 +02:00
menu chore: theme color updates 2025-07-21 22:59:30 +02:00
rectangle_tracker chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
scrollable feat(scrollable): add helper for horizontal scrollables 2025-04-04 18:34:55 +02:00
segmented_button fix(segmented_button): draw all indent levels 2025-08-19 16:31:19 +02:00
settings feat(settings/section): support custom header widgets 2025-08-21 10:51:36 -06:00
table feat: menu bar popups 2025-06-10 18:22:07 +02:00
text_input fix(input): reset cursor and last click state on unfocus 2025-08-12 17:54:47 +02:00
toaster chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
wayland chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
about.rs improv(about): support custom license URLs 2025-09-03 14:49:35 +02:00
aspect_ratio.rs perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
autosize.rs perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
calendar.rs chore: use std::syncLazyLock 2025-09-03 21:54:46 +02:00
common.rs improv(widget): share object-select svg handle between widgets using it 2024-02-26 19:17:49 +01:00
context_menu.rs fix(context-menu): close menu if pressed out of bounds and open 2025-07-24 14:37:24 -04:00
dialog.rs feat: allow dialog resize 2025-06-02 04:17:57 +02:00
dnd_destination.rs fix(dnd): leave event handlers should expect None as the drag Id 2025-05-22 17:18:56 +02:00
dnd_source.rs chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
frames.rs perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
header_bar.rs fix(header_bar): increase title portion based on maximum left or right portion 2025-07-24 15:45:03 -06:00
id_container.rs refactor: track virtual offset in the layout 2025-03-21 03:45:30 +01:00
layer_container.rs perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
menu.rs feat: context menu popups 2025-06-11 16:46:31 -04:00
mod.rs refactor: responsive headers should allow some options 2025-04-15 17:02:32 -04:00
nav_bar.rs improv(segmented_button): nav bar, tab, and segmented control theme improvements 2025-08-12 17:52:59 +02:00
nav_bar_toggle.rs chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
popover.rs fix(popover): modal popover handling broken 2025-03-26 16:42:50 +01:00
radio.rs feat: Tooltips and Better Surface Management 2025-03-14 16:56:21 +01:00
responsive_container.rs chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
responsive_menu_bar.rs improv: use full root menu width when using wayland popups 2025-06-18 16:04:44 -04:00
segmented_control.rs improv(segmented_button): nav bar, tab, and segmented control theme improvements 2025-08-12 17:52:59 +02:00
spin_button.rs chore: theme color updates 2025-07-21 22:59:30 +02:00
tab_bar.rs improv(segmented_button): nav bar, tab, and segmented control theme improvements 2025-08-12 17:52:59 +02:00
text.rs perf: inline public getters/setters, and use non-generic inner functions 2025-03-21 13:31:34 +01:00
toggler.rs chore: format for 2024 edition 2025-03-21 13:33:07 +01:00
warning.rs chore: update iced 2025-05-19 19:06:09 +02:00
wrapper.rs feat: menu bar popups 2025-06-10 18:22:07 +02:00