iced/core/src
2025-03-24 20:22:17 +01:00
..
keyboard Run cargo fmt 2025-02-21 01:37:13 +01:00
layout Fix cross-axis compression in layout::flex 2024-11-08 18:08:34 +01:00
mouse Introduce Levitating variant for mouse::Cursor 2025-02-03 05:45:51 +01:00
overlay Take Event by reference in Widget::update 2025-02-04 01:26:59 +01:00
renderer Introduce text::Alignment with Justified support 2025-03-11 02:30:50 +01:00
text Introduce text::Alignment with Justified support 2025-03-11 02:30:50 +01:00
theme Improve contrast of light deviation in palette 2025-02-26 13:31:13 +01:00
widget Introduce text::Alignment with Justified support 2025-03-11 02:30:50 +01:00
window Run cargo fmt 2025-02-21 01:37:13 +01:00
alignment.rs Re-export variants of Length and alignment types 2024-07-12 18:12:34 +02:00
angle.rs Implement std::fmt::Display for iced::Radians (#2446) 2024-06-18 17:02:15 +00:00
animation.rs Simplify gallery example a bit 2025-02-09 08:02:05 +01:00
background.rs Run cargo fmt 2025-02-21 01:37:13 +01:00
border.rs Add directional border::Radius helpers 2024-07-12 19:35:01 +02:00
clipboard.rs Introduce Kind in core::clipboard 2024-02-13 03:15:21 +01:00
color.rs Run cargo fmt 2025-02-21 01:37:13 +01:00
content_fit.rs Create ferris example to showcase ContentFit and Rotation 2024-05-02 17:28:29 +02:00
element.rs Use Function trait in Element::map example 2025-02-11 20:25:48 +01:00
event.rs Fix typo in core::Event documentation 2025-02-03 03:36:18 +01:00
font.rs Remove unnecessary monospaced flag in Font 2023-09-18 19:24:09 +02:00
gradient.rs Rename transparentize to scale_alpha 2024-03-08 13:40:10 +01:00
hasher.rs Replace xxhash-rust with rustc-hash 2024-03-30 15:57:50 +01:00
image.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
input_method.rs Simplify InputMethod API with only two states 2025-02-12 08:46:35 +01:00
keyboard.rs Refactor KeyCode into Key and Location 2024-01-16 13:28:00 +01:00
layout.rs Implement Stack widget 2024-04-25 01:39:34 +02:00
length.rs Implement From<u32> instead of u16 for Length and Pixels 2025-02-09 06:38:48 +01:00
lib.rs Implement delay for pop widget 🎉 2025-02-19 07:23:50 +01:00
mouse.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
overlay.rs Take Event by reference in Widget::update 2025-02-04 01:26:59 +01:00
padding.rs Draft Viewer trait for markdown 2025-02-04 07:53:56 +01:00
pixels.rs Implement From<u32> instead of u16 for Length and Pixels 2025-02-09 06:38:48 +01:00
point.rs Introduce useful helpers in layout module 2024-01-10 10:01:49 +01:00
rectangle.rs Implement pop widget 🎉 2025-01-26 04:29:57 +01:00
renderer.rs Append renderer name to iced_test snapshots 2025-03-24 20:22:17 +01:00
rotation.rs Add spin mode to ferris example 🦀 2024-05-03 07:23:55 +02:00
settings.rs Fix broken link in Settings documentation 2024-12-17 02:20:23 +01:00
shadow.rs Introduce Border struct analogous to Shadow 2024-01-20 13:29:25 +01:00
shell.rs Run cargo fmt 2025-02-21 01:37:13 +01:00
size.rs Add padding to text::Span 2024-07-28 13:58:14 +02:00
svg.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
text.rs Introduce text::Alignment with Justified support 2025-03-11 02:30:50 +01:00
theme.rs Use unwrap_or in Theme::default 2025-01-14 11:36:02 +00:00
time.rs Add Duration helpers to time module 2025-01-24 18:47:34 +01:00
touch.rs Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
transformation.rs Move cursor Transformation to mouse::cursor module 2025-01-28 11:34:36 -05:00
vector.rs Implement scroll_by operation for scrollable 2024-09-10 22:09:03 +02:00
widget.rs Take Event by reference in Widget::update 2025-02-04 01:26:59 +01:00
window.rs feat: add a window drag resize task 2025-01-16 11:17:00 +00:00