iced/core/src
Héctor Ramón 9d79d7b96b
Merge pull request #2329 from casperstorm/feat/ferra
feat: added Ferra theme
2024-03-16 19:52:34 +01:00
..
keyboard Implement PartialOrd, Ord, and Hash for keyboard::Modifiers 2024-02-20 01:31:04 +01:00
layout Remove complex cross-axis layout logic from Column and Row 2024-03-03 01:08:11 +01:00
mouse Introduce with_transformation to Renderer trait 2024-02-02 02:24:45 +01:00
overlay Remove position from overlay::Element 2024-02-01 01:08:21 +01:00
renderer Fix wrapped lines not being considered when measuring TextEditor 2024-02-07 21:48:28 +01:00
text Fix wrapped lines not being considered when measuring TextEditor 2024-02-07 21:48:28 +01:00
theme feat: added ferra 2024-03-15 12:39:28 +01:00
widget Use closures for Text::style 2024-03-12 14:35:55 +01:00
window feat(window): adds skip_taskbar for windows 2024-01-21 13:20:01 +00:00
alignment.rs Remove Fill variant for Alignment 2023-02-27 16:54:28 +01:00
angle.rs Show name of current Theme in clock example 2024-03-16 16:52:21 +01:00
background.rs fix some comments 2024-03-09 15:26:37 +08:00
border.rs Implement additional helpers for Border and container::Appearance 2024-03-07 21:02:17 +01:00
border_radius.rs Extend border radius on relevant widgets 2023-05-23 14:50:29 +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 Rename image module to content_fit in iced_core 2022-02-16 18:19:36 +07:00
element.rs Simplify documentation of Element::map 2024-03-09 17:52:06 +01:00
event.rs Merge remote-tracking branch 'origin/master' into feat/multi-window-support 2023-07-12 12:23:18 -07: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 Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance. 2023-11-11 03:40:22 +01:00
image.rs image::Bytes::PartialEq: use core::ptr::eq to speed up comparison 2024-02-07 20:32:15 +01:00
keyboard.rs Refactor KeyCode into Key and Location 2024-01-16 13:28:00 +01:00
layout.rs Introduce useful helpers in layout module 2024-01-10 10:01:49 +01:00
length.rs Fix Column and Row fluidity being overridden by push 2024-02-27 01:21:02 +01:00
lib.rs Move Theme type to iced_core 2024-03-07 00:14:41 +01:00
mouse.rs Implement basic cursor availability 2023-06-08 20:11:59 +02:00
overlay.rs Remove position from overlay::Element 2024-02-01 01:08:21 +01:00
padding.rs Make Shrink have priority over Fill in layout 2024-01-04 06:51:21 +01:00
pixels.rs Apply Transform scaling to text primitives 2024-02-02 01:55:32 +01:00
point.rs Introduce useful helpers in layout module 2024-01-10 10:01:49 +01:00
rectangle.rs Bounds Contains update. (#2017) 2023-08-15 07:47:53 +02:00
renderer.rs Introduce with_transformation to Renderer trait 2024-02-02 02:24:45 +01: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 Make Shrink have priority over Fill in layout 2024-01-04 06:51:21 +01:00
svg.rs Add From<PathBuf> to Svg Handle 2024-02-05 23:52:04 +01:00
text.rs Rename viewport to clip_bounds 2023-12-02 15:56:28 +01:00
theme.rs feat: added ferra 2024-03-15 12:39:28 +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 Introduce with_transformation to Renderer trait 2024-02-02 02:24:45 +01:00
vector.rs Fix layout translation in overlay::Group 2023-01-30 05:11:59 +01:00
widget.rs Point doc links to 0.12 branch 2024-02-15 03:22:53 +01:00
window.rs Merge branch 'master' into feat/multi-window-support 2023-11-29 22:28:31 +01:00