iced/core/src
Héctor Ramón Jiménez f64e95e246
Remove PartialOrd implementation for Rectangle
A `PartialOrd` implementation is unclear for this type, since it has
a position besides its dimensions.
2023-01-08 20:19:36 +01:00
..
keyboard Fix latest clippy lints 2022-08-17 16:09:25 +02:00
mouse Change GitHub namespace to new org for all files 2022-01-03 11:36:13 +07:00
alignment.rs Include alignment in the container layout hash 2021-12-06 14:27:24 -05:00
background.rs Update styling example 2020-08-25 10:42:53 +02:00
color.rs Remove unnecessary clippy directives in Color 2022-12-06 04:40:50 +01:00
content_fit.rs Rename image module to content_fit in iced_core 2022-02-16 18:19:36 +07:00
font.rs Implement Default for Font 2020-04-23 22:17:00 +02:00
keyboard.rs Revert system menus support 2021-09-15 15:31:40 +07:00
length.rs Fix latest clippy lints 2022-08-17 16:09:25 +02:00
lib.rs Bump versions 🎉 2022-12-07 04:44:20 +01:00
mouse.rs Rename HitTestResult to Hit 2021-08-26 14:41:33 +07:00
padding.rs Remove redundant std::convert namespace in padding 2022-11-08 04:11:45 +01:00
point.rs Introduce RelativeOffset type in scrollable 2023-01-08 20:07:11 +01:00
rectangle.rs Remove PartialOrd implementation for Rectangle 2023-01-08 20:19:36 +01:00
size.rs Add multidirectional scrolling capabilities to the existing Scrollable. 2022-12-29 10:21:23 -08:00
time.rs Implement time module for wasm-bindgen backend in iced_futures 2022-01-28 21:37:17 +07:00
vector.rs Fix latest clippy lints 2022-08-17 16:09:25 +02:00