Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | add missing derive(Debug) in lib.rs docs | 2024-04-30 | 1 | -0/+1 | ||
* | | | | | | | | | Introduce `layered_text` benchmarks | 2024-05-01 | 1 | -42/+56 | ||
* | | | | | | | | | Merge pull request #2356 from Bajix/feature/bytes | 2024-05-01 | 12 | -158/+152 | ||
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix documentation link in `image::Handle` | 2024-05-01 | 1 | -1/+1 | ||
| * | | | | | | | | | Make `image::Id` actually opaque | 2024-05-01 | 3 | -24/+40 | ||
| * | | | | | | | | | Use an opaque `Id` type for `image::Handle` | 2024-05-01 | 6 | -36/+59 | ||
| * | | | | | | | | | Fix `clippy` lint in `runtime::window::screenshot` | 2024-05-01 | 1 | -3/+3 | ||
| * | | | | | | | | | Use `Bytes` as the `Container` of `ImageBuffer` | 2024-05-01 | 5 | -77/+73 | ||
| * | | | | | | | | | Utilize bytes::Bytes iced_runtime::window::Screenshot | 2024-05-01 | 2 | -5/+12 | ||
| * | | | | | | | | | Utilize bytes::Bytes for images | 2024-05-01 | 3 | -56/+8 | ||
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #2415 from iced-rs/feature/canvas-cache-groups | 2024-05-01 | 15 | -148/+398 | ||
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Enable logging in `clock` example | 2024-04-30 | 2 | -0/+3 | ||
| * | | | | | | | | Keep text atlases alive during temporary empty uploads | 2024-04-30 | 1 | -32/+44 | ||
| * | | | | | | | | Fix cache trimming loop in `iced_wgpu::text` | 2024-04-30 | 2 | -9/+52 | ||
| * | | | | | | | | Invalidate text uploads after atlas trimming | 2024-04-30 | 4 | -12/+29 | ||
| * | | | | | | | | Fix `clippy` lint in `the_matrix` example | 2024-04-30 | 1 | -6/+1 | ||
| * | | | | | | | | Use shared `Cache` group in `the_matrix` example | 2024-04-30 | 1 | -15/+17 | ||
| * | | | | | | | | Introduce `canvas::Cache` grouping | 2024-04-30 | 10 | -101/+279 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Fix `text` and `triangle` uploads being dropped on `canvas` cache clears | 2024-04-30 | 2 | -0/+2 | ||
* | | | | | | | | Merge pull request #2409 from iced-rs/rc-cache-eviction | 2024-04-28 | 4 | -14/+140 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Create `the_matrix` example | 2024-04-27 | 2 | -0/+128 | ||
| * | | | | | | | | Retain caches in `iced_wgpu` as long as `Rc` values are alive | 2024-04-27 | 2 | -14/+12 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2408 from iced-rs/feature/hover-widget | 2024-04-27 | 2 | -12/+259 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Propagate mouse movement and button releases unconditionally in `hover` | 2024-04-27 | 1 | -1/+8 | ||
| * | | | | | | | | Fix top layer clipping in `hover` widget | 2024-04-27 | 1 | -21/+24 | ||
| * | | | | | | | | Fix ambiguous link in documentation of `hover` helper | 2024-04-27 | 1 | -0/+2 | ||
| * | | | | | | | | Fix `overlay` behavior in `hover` widget | 2024-04-27 | 1 | -11/+14 | ||
| * | | | | | | | | Use `hover` widget in `bezier_tool` example | 2024-04-27 | 1 | -11/+15 | ||
| * | | | | | | | | Introduce `hover` widget | 2024-04-27 | 1 | -1/+229 | ||
* | | | | | | | | | Set proper size boundaries for `limits` in `Stack::layout` | 2024-04-27 | 1 | -1/+2 | ||
* | | | | | | | | | Respect `width` and `height` properties when `Stack` is empty | 2024-04-27 | 1 | -1/+5 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2407 from iced-rs/fix/text-editor-quirks | 2024-04-26 | 2 | -17/+25 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix out of bounds caret in `TextEditor` in some circumstances | 2024-04-26 | 1 | -13/+17 | ||
| * | | | | | | | | Fix panic when scrolling a `TextEditor` inside a `scrollable` | 2024-04-26 | 1 | -4/+8 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2406 from iced-rs/fix/scrollbar-priority | 2024-04-26 | 1 | -143/+145 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix `Shift` scrolling for `scrollable` on macOS | 2024-04-26 | 1 | -1/+3 | ||
| * | | | | | | | | Capture scrollbar events in a `scrollable` before content events | 2024-04-26 | 1 | -142/+142 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2405 from iced-rs/feature/stack-widget | 2024-04-25 | 17 | -359/+609 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify `modal` example :tada: | 2024-04-25 | 1 | -328/+35 | ||
| * | | | | | | | | Introduce `opaque` widget helper | 2024-04-25 | 13 | -12/+182 | ||
| * | | | | | | | | Use `Limits::resolve` in `Stack` widget | 2024-04-25 | 1 | -2/+3 | ||
| * | | | | | | | | Fix documentation of `stack` module | 2024-04-25 | 1 | -1/+1 | ||
| * | | | | | | | | Showcase new `Stack` widget in `bezier_tool` example | 2024-04-25 | 1 | -18/+35 | ||
| * | | | | | | | | Implement `Stack` widget | 2024-04-25 | 4 | -2/+357 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2403 from iced-rs/improve-image-cache-eviction | 2024-04-24 | 6 | -5/+41 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Make image `Cache` eviction strategy less aggressive in `iced_wgpu` | 2024-04-24 | 6 | -5/+41 | ||
|/ / / / / / / / | ||||||
* | | | | | | | | Don't consume unused scroll events (#2397) | 2024-04-23 | 1 | -39/+45 | ||
* | | | | | | | | Fix clip bounds with nested `scrollable` widgets | 2024-04-23 | 1 | -4/+8 | ||
* | | | | | | | | Merge pull request #2393 from saihaze/master | 2024-04-21 | 1 | -1/+1 | ||
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix typo | 2024-04-19 | 1 | -1/+1 | ||
|/ / / / / / / / |