iced/core/src
Héctor Ramón Jiménez 6fbbc30f5c
Implement row::Wrapping widget
If you have a `Row`, simply call `Row::wrap` at
the end to turn it into a `Row` that will wrap its
contents.

The original alignment of the `Row` is preserved
per row wrapped.
2024-08-06 03:22:44 +02:00
..
keyboard Create jump and macos_command methods in keyboard::Modifiers 2024-05-31 16:23:09 +02:00
layout Implement row::Wrapping widget 2024-08-06 03:22:44 +02:00
mouse Introduce opaque widget helper 2024-04-25 06:05:37 +02:00
overlay Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
renderer Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
text Add background styling to span / rich text 2024-07-28 13:06:57 +02:00
theme Pick best contrast between black/white in theme::palette 2024-04-07 19:37:35 +02:00
widget Fix text::State downcast in some widgets 2024-07-19 00:59:54 +02:00
window Add resize_events subscription to window module 2024-07-13 12:53:06 +02: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
background.rs fix some comments 2024-03-09 15:26:37 +08: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 Rename transparentize to scale_alpha 2024-03-08 13:40:10 +01:00
content_fit.rs Create ferris example to showcase ContentFit and Rotation 2024-05-02 17:28:29 +02:00
element.rs Replace Command with a new Task API with chain support 2024-06-14 01:47:39 +02:00
event.rs Introduce subscription::Event 2024-06-11 19:41:05 +02: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
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 Fix Column and Row fluidity being overridden by push 2024-02-27 01:21:02 +01:00
lib.rs Introduce Svg struct in core::svg 2024-08-04 04:52:55 +02:00
mouse.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
overlay.rs Fix lints for Rust 1.80 2024-07-26 11:01:33 +02:00
padding.rs Improve Border ergonomics 2024-07-12 19:10:52 +02:00
pixels.rs Introduce markdown::Settings 2024-07-21 20:00:02 +02:00
point.rs Introduce useful helpers in layout module 2024-01-10 10:01:49 +01:00
rectangle.rs Implement image support for canvas widget 2024-08-04 03:28:43 +02:00
renderer.rs doc: clarify Quad border alignment 2024-06-29 21:39:23 +01:00
rotation.rs Add spin mode to ferris example 🦀 2024-05-03 07:23:55 +02:00
shadow.rs Introduce Border struct analogous to Shadow 2024-01-20 13:29:25 +01:00
shell.rs Fix clippy::semicolon_if_nothing_returned 2023-09-20 04:11:52 +02: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 Implement strikethrough support for rich_text spans 2024-07-28 17:45:11 +02:00
theme.rs Introduce auto-detect-theme feature 2024-03-20 00:02:46 +01:00
time.rs Update winit to 0.29.4 2023-12-15 13:39:00 +01:00
touch.rs Create iced_widget subcrate and re-organize the whole codebase 2023-03-04 05:37:11 +01:00
transformation.rs Redesign iced_wgpu layering architecture 2024-04-03 21:07:54 +02:00
vector.rs Remove Vector::UNIT constant 2024-07-13 13:41:00 +02:00
widget.rs Fix lints for Rust 1.80 2024-07-26 11:01:33 +02:00
window.rs Merge branch 'master' into feat/multi-window-support 2023-11-29 22:28:31 +01:00