Héctor Ramón Jiménez
f2aa570aac
Introduce draw_with_bounds to canvas::Cache
...
Also:
- Change `Rectangle::INFINITE` to have coordinates at `f32::NEG_INFINITY`
- Change `Frame::with_clip` to _not_ adjust the coordinate system
- Rename `Size::INFINITY` to `INFINITE`
2025-08-17 22:31:58 +02:00
Héctor Ramón Jiménez
e0d9078334
Implement From<Option<T>> for Element
2025-07-18 03:53:59 +02:00
Héctor Ramón Jiménez
2796a6bc97
Add padding to text::Span
2024-07-28 13:58:14 +02:00
Héctor Ramón Jiménez
eac5bcb64f
Fix Image::bounds when rotation present in iced_graphics
2024-05-03 07:04:57 +02:00
Héctor Ramón Jiménez
a57313b23e
Simplify image rotation API and its internals
2024-05-02 17:28:28 +02:00
Héctor Ramón Jiménez
b05e61f5c8
Redesign iced_wgpu layering architecture
2024-04-03 21:07:54 +02:00
Héctor Ramón Jiménez
1f13a91361
Make iced_tiny_skia optional with a tiny-skia feature
2024-03-22 05:27:31 +01:00
Héctor Ramón Jiménez
784fa80c0d
Use Program API in todos example
2024-03-17 17:57:24 +01:00
Héctor Ramón Jiménez
0655a20ad1
Make Shrink have priority over Fill in layout
2024-01-04 06:51:21 +01:00
Héctor Ramón Jiménez
5b3977daf6
Implement vector pipeline in iced_tiny_skia
2023-03-07 06:09:51 +01:00
Héctor Ramón Jiménez
3320ac1126
Use f32 for Padding
2023-02-17 16:09:49 +01:00
Bingus
d91f4f6aa7
Add multidirectional scrolling capabilities to the existing Scrollable.
2022-12-29 10:21:23 -08:00
Cory Forsstrom
2c103f8654
Constrain padding to inner & outer sizes
2022-10-27 11:50:12 -07:00
Héctor Ramón Jiménez
b0705d2f4c
Fix latest clippy lints
2022-08-17 16:09:25 +02:00
Héctor Ramón
b94cd7a2a8
Use Padding::horizontal and Padding::vertical helpers
2021-06-01 19:21:43 +07:00
Ben LeFevre
fe0a27c56d
Add support for asymmetrical padding
2021-06-01 19:05:39 +07:00
Héctor Ramón Jiménez
01322f69a4
Use recently stabilized intra-doc links
...
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-11-26 02:05:43 +01:00
Jakub Hlusička
16646ffc41
Apply suggestions
2020-10-29 14:57:37 +01:00
Jakub Hlusička
9090fa6a22
Add conversion functions to Size and Vector
2020-10-28 15:33:38 +01:00
Azorlogh
e6bcb7211f
add From<Point> and From<Size> for [f32; 2]
2020-10-08 09:54:22 +02:00
Héctor Ramón Jiménez
a1a5fcfd46
Refactor Viewport and Compositor
2020-05-20 20:28:35 +02:00
Héctor Ramón Jiménez
980ac6c2a4
Add UNIT constant to Size
2020-05-01 04:30:54 +02:00
Héctor Ramón Jiménez
4fc17dfd66
Fix Size::new documentation
2020-04-02 03:44:14 +02:00
Héctor Ramón Jiménez
945dfabd71
Move Size to iced_core
2020-02-14 05:35:42 +01:00