Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Merge pull request #2407 from iced-rs/fix/text-editor-quirks | 2024-04-26 | 2 | -17/+25 | |
|\ | | | | | Fix some `text_editor` quirks | ||||
| * | 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 | |
|\ | | | | | Capture scrollbar events in a `scrollable` before content events | ||||
| * | Fix `Shift` scrolling for `scrollable` on macOS | 2024-04-26 | 1 | -1/+3 | |
| | | | | | | | | | | Apparently, macOS inverts the scrolling axes automatically now. Was this a thing before, or did an update just break user space? | ||||
| * | 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 | |
|\ | | | | | `Stack` widget | ||||
| * | 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 | |
|/ | | | | It can be used to stack elements on top of each other! | ||||
* | 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` | ||||
| * | Make image `Cache` eviction strategy less aggressive in `iced_wgpu` | 2024-04-24 | 6 | -5/+41 | |
|/ | | | | | | | | | | | Instead of trimming unconditionally at the end of a frame, we now trim the cache only when there is a cache miss. This way, images that are not visible but still a part of the layout will stay cached. Eviction will only happen when the images are not a part of the UI for two consectuive frames. | ||||
* | Don't consume unused scroll events (#2397) | 2024-04-23 | 1 | -39/+45 | |
| | | | | | | | | | | | * Initial Commit * Update scrollable.rs * Use `let _ = ` instead of `_ =` for consistency --------- Co-authored-by: Héctor Ramón Jiménez <hector@hecrj.dev> | ||||
* | 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 in icon.rs | ||||
| * | Fix typo | 2024-04-19 | 1 | -1/+1 | |
|/ | |||||
* | Fix `SelectNextSome` poll after termination panic in `iced_winit::Proxy` | 2024-04-17 | 1 | -22/+15 | |
| | |||||
* | Merge pull request #2386 from mtkennerly/feature/check-text-editor-focus | 2024-04-17 | 1 | -1/+10 | |
|\ | | | | | Allow checking whether a `TextEditor` is focused | ||||
| * | Allow checking whether a TextEditor is focused | 2024-04-15 | 1 | -1/+10 | |
| | | |||||
* | | Merge pull request #2389 from iced-rs/fix/async-memory-usage | 2024-04-17 | 4 | -118/+160 | |
|\ \ | |/ |/| | Implement backpressure mechanism for `iced_winit::Proxy` | ||||
| * | Implement backpressure mechanism in `iced_winit::Proxy` | 2024-04-16 | 3 | -112/+152 | |
| | | |||||
| * | Use `Skip` as the `MissedTickBehavior` for `tokio` futures backend | 2024-04-16 | 1 | -6/+8 | |
|/ | |||||
* | Merge pull request #2382 from iced-rs/wgpu/better-architecture | 2024-04-14 | 67 | -4158/+4848 | |
|\ | | | | | Improved architecture for `iced_wgpu` and `iced_tiny_skia` | ||||
| * | Restore `PREMULTIPLIED_ALPHA_BLENDING` in `triangle::msaa` pipeline | 2024-04-12 | 1 | -1/+3 | |
| | | |||||
| * | Fix applying local transformation to `layer_bounds` in `iced_wgpu::text` | 2024-04-12 | 1 | -4/+2 | |
| | | |||||
| * | Clip quad damage with layer bounds in `iced_tiny_skia` | 2024-04-10 | 1 | -1/+11 | |
| | | |||||
| * | Sort damage by distance from origin in `iced_graphics::damage` | 2024-04-10 | 2 | -13/+12 | |
| | | |||||
| * | Track image damage in `iced_tiny_skia` | 2024-04-10 | 2 | -1/+20 | |
| | | |||||
| * | Account for `transformation` in `Text::visible_bounds` | 2024-04-10 | 2 | -5/+7 | |
| | | |||||
| * | Reintroduce damage tracking for `iced_tiny_skia` | 2024-04-10 | 10 | -92/+347 | |
| | | |||||
| * | Remove leftover `renderer` module in `iced_graphics` | 2024-04-09 | 3 | -279/+1 | |
| | | |||||
| * | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 28 | -1921/+1934 | |
| | | |||||
| * | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 2024-04-08 | 4 | -17/+17 | |
| | | |||||
| * | Remove leftover `primitive::pipeline` module | 2024-04-08 | 1 | -1/+0 | |
| | | |||||
| * | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 11 | -172/+219 | |
| | | |||||
| * | Merge branch 'master' into wgpu/better-architecture | 2024-04-08 | 2 | -12/+16 | |
| |\ | |||||
| * | | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 4 | -69/+112 | |
| | | | |||||
| * | | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 41 | -267/+318 | |
| |\ \ | |||||
| * | | | Check benchmarks only instead of testing them in CI | 2024-04-07 | 2 | -5/+13 | |
| | | | | |||||
| * | | | Fix lint in `wgpu` benchmark | 2024-04-07 | 1 | -2/+2 | |
| | | | | |||||
| * | | | Test benchmarks in GitHub CI | 2024-04-07 | 2 | -4/+4 | |
| | | | | |||||
| * | | | Wait for submission in `wgpu` benchmark | 2024-04-07 | 1 | -1/+3 | |
| | | | | |||||
| * | | | Add a simple `wgpu` benchmark using `criterion` | 2024-04-07 | 2 | -0/+191 | |
| | | | |