| .. |
|
keyboard
|
Fix latest clippy lints
|
2022-08-17 16:09:25 +02:00 |
|
layout
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
mouse
|
Write documentation for the new text APIs
|
2023-10-27 05:04:14 +02:00 |
|
overlay
|
Fix Overlay composition
|
2023-11-21 14:41:22 +01:00 |
|
renderer
|
Rename viewport to clip_bounds
|
2023-12-02 15:56:28 +01:00 |
|
text
|
Fix intra-doc broken links
|
2023-10-27 05:19:35 +02:00 |
|
widget
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
window
|
Use AtomicU64 for window::Id
|
2023-12-02 20:41:58 +01:00 |
|
alignment.rs
|
Remove Fill variant for Alignment
|
2023-02-27 16:54:28 +01:00 |
|
angle.rs
|
Fix majority of unresolved documentation links
|
2023-09-09 18:59:17 +02:00 |
|
background.rs
|
Remove Builder abstractions for gradients
|
2023-05-19 03:32:21 +02:00 |
|
border_radius.rs
|
Extend border radius on relevant widgets
|
2023-05-23 14:50:29 +02:00 |
|
clipboard.rs
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
color.rs
|
Merge branch 'master' into text-editor
|
2023-10-27 03:58:45 +02:00 |
|
content_fit.rs
|
Rename image module to content_fit in iced_core
|
2022-02-16 18:19:36 +07:00 |
|
element.rs
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +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
|
Fix clippy::semicolon_if_nothing_returned
|
2023-09-20 04:11:52 +02:00 |
|
hasher.rs
|
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
|
2023-11-11 03:40:22 +01:00 |
|
image.rs
|
Refactor texture image filtering
|
2023-11-11 07:22:51 +01:00 |
|
keyboard.rs
|
Revert system menus support
|
2021-09-15 15:31:40 +07:00 |
|
layout.rs
|
Introduce useful helpers in layout module
|
2024-01-10 10:01:49 +01:00 |
|
length.rs
|
Introduce Widget::size_hint and fix further layout inconsistencies
|
2024-01-10 10:01:49 +01:00 |
|
lib.rs
|
Write documentation for the new text APIs
|
2023-10-27 05:04:14 +02:00 |
|
mouse.rs
|
Implement basic cursor availability
|
2023-06-08 20:11:59 +02:00 |
|
overlay.rs
|
Fix Overlay composition
|
2023-11-21 14:41:22 +01:00 |
|
padding.rs
|
Make Shrink have priority over Fill in layout
|
2024-01-04 06:51:21 +01:00 |
|
pixels.rs
|
Support configurable LineHeight in text widgets
|
2023-05-04 18:39:31 +02: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
|
Implement explicit text caching in the widget state tree
|
2023-08-30 04:31:21 +02: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
|
Draft (very) basic incremental rendering for iced_tiny_skia
|
2023-04-04 02:08:02 +02:00 |
|
text.rs
|
Rename viewport to clip_bounds
|
2023-12-02 15:56:28 +01:00 |
|
time.rs
|
Use instant instead of wasm-timer in iced_core
|
2023-01-12 06:25:59 +01:00 |
|
touch.rs
|
Create iced_widget subcrate and re-organize the whole codebase
|
2023-03-04 05:37:11 +01:00 |
|
vector.rs
|
Fix layout translation in overlay::Group
|
2023-01-30 05:11:59 +01:00 |
|
widget.rs
|
Replace width and height with Widget::size
|
2024-01-10 10:01:49 +01:00 |
|
window.rs
|
Merge branch 'master' into feat/multi-window-support
|
2023-11-29 22:28:31 +01:00 |