Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2755 from iced-rs/feature/image-scale | 2025-01-27 | 1 | -2/+15 | |
|\ | | | | | `scale` support for `image` widget | ||||
| * | Implement `scale` support for `image` widget | 2025-01-27 | 1 | -2/+15 | |
|/ | |||||
* | Fix `update` passing wrong `Tree` to content in `pop` widget | 2025-01-26 | 1 | -1/+8 | |
| | |||||
* | Merge pull request #2741 from edwloef/click-kind-derive | 2025-01-26 | 2 | -2/+2 | |
|\ | | | | | derive PartialEq and Eq for `mouse::click::Kind` | ||||
| * | derive partialeq and eq for mouse::click::Kind | 2025-01-22 | 2 | -2/+2 | |
| | | |||||
* | | Merge pull request #2751 from iced-rs/feature/pop-widget | 2025-01-26 | 4 | -1/+264 | |
|\ \ | | | | | | | `pop` widget | ||||
| * | | Implement `pop` widget :tada: | 2025-01-26 | 4 | -1/+264 | |
| | | | |||||
* | | | Merge pull request #2752 from iced-rs/fix/image-viewport | 2025-01-26 | 1 | -2/+6 | |
|\ \ \ | |/ / |/| | | Fix `Image` not respecting `viewport` bounds | ||||
| * | | Fix `Image` not respecting `viewport` bounds | 2025-01-26 | 1 | -2/+6 | |
|/ / | |||||
* | | Avoid preparing layers outside physical bounds in `iced_wgpu` | 2025-01-26 | 3 | -33/+13 | |
| | | |||||
* | | Merge pull request #2701 from edwloef/2700-fix | 2025-01-26 | 3 | -5/+34 | |
|\ \ | | | | | | | always increment quad, mesh, text and image layer counts in wgpu layer rendering | ||||
| * | | Delegate `layer_count` logic to primitive pipelines | 2025-01-26 | 3 | -12/+17 | |
| | | | |||||
| * | | always increment quad, mesh, text and image layer counts in wgpu layer rendering | 2024-12-19 | 1 | -5/+29 | |
| | | | |||||
* | | | Merge pull request #2748 from iced-rs/vertical-progress-bar | 2025-01-24 | 3 | -43/+132 | |
|\ \ \ | | | | | | | | | Vertical support for `progress_bar` | ||||
| * | | | Add `warning` style for `progress_bar` | 2025-01-24 | 1 | -0/+7 | |
| | | | | |||||
| * | | | Fix missing reactive rendering logic for `vertical_slider` | 2025-01-24 | 1 | -15/+24 | |
| | | | | |||||
| * | | | Implement support for vertical `ProgressBar` | 2025-01-24 | 2 | -28/+101 | |
|/ / / | | | | | | | | | | Co-authored-by: MG_REX <49415741+ThisIsRex@users.noreply.github.com> | ||||
* | | | Merge pull request #2747 from iced-rs/time-repeat-subscription | 2025-01-24 | 11 | -61/+88 | |
|\ \ \ | | | | | | | | | Implement `time::repeat` and simplify `Subscription::run_with` | ||||
| * | | | Add `Duration` helpers to `time` module | 2025-01-24 | 8 | -19/+40 | |
| | | | | |||||
| * | | | Implement `time::repeat` and simplify `Subscription::run_with` | 2025-01-24 | 3 | -42/+48 | |
| | |/ | |/| | |||||
* | | | Merge pull request #2746 from iced-rs/alignment-helpers | 2025-01-24 | 12 | -64/+208 | |
|\ \ \ | |/ / |/| | | Add helper functions for alignment to `widget` module | ||||
| * | | Add helper functions for alignment to `widget` module | 2025-01-24 | 12 | -64/+208 | |
|/ / | |||||
* | | Merge pull request #2737 from iced-rs/update-winit-0.30.8 | 2025-01-20 | 2 | -164/+88 | |
|\ \ | | | | | | | Update our `winit` fork with `0.30.8` fixes | ||||
| * | | Update our `winit` fork with `0.30.8` fixes | 2025-01-20 | 2 | -164/+88 | |
|/ / | |||||
* | | Merge pull request #2731 from will-lynas/remove-cast | 2025-01-16 | 1 | -1/+1 | |
|\ \ | | | | | | | Remove a cast | ||||
| * | | Remove a useless cast | 2025-01-16 | 1 | -1/+1 | |
|/ / | |||||
* | | Merge pull request #2644 from kgday/master | 2025-01-16 | 1 | -4/+45 | |
|\ \ | | | | | | | Modified clock example to make the clock more readable. | ||||
| * | | Simplify tick drawing logic in `clock` example | 2025-01-16 | 1 | -3/+1 | |
| | | | |||||
| * | | Make numbers bigger and draw ticks in `clock` example | 2025-01-16 | 1 | -16/+35 | |
| | | | |||||
| * | | Modified clock example to make the clock more readable. Added numbers on ↵ | 2024-10-19 | 1 | -2/+26 | |
| | | | | | | | | | | | | the clock face and took the portion of the hour passed into consideration for the hour hand. It now looks like a reasonable clock. | ||||
* | | | Merge pull request #2642 from tsuza/master | 2025-01-16 | 5 | -3/+76 | |
|\ \ \ | | | | | | | | | feat: add a window drag resize task | ||||
| * | | | Fix broken doc link in `winit::conversion` | 2025-01-16 | 1 | -3/+1 | |
| | | | | |||||
| * | | | Use simple quote in `runtime::window` docs | 2025-01-16 | 1 | -2/+2 | |
| | | | | |||||
| * | | | feat: add a window drag resize task | 2025-01-16 | 5 | -2/+77 | |
|/ / / | |||||
* | | | Merge pull request #2641 from Jinderamarak/fix-markdown-nested-lists | 2025-01-15 | 1 | -1/+10 | |
|\ \ \ | | | | | | | | | Fix parsing of nested markdown lists without empty line | ||||
| * | | | fix: parsing of nested markdown lists without empty line | 2025-01-15 | 1 | -1/+10 | |
|/ / / | |||||
* | | | Merge pull request #2716 from Zarthus/master | 2025-01-14 | 3 | -238/+558 | |
|\ \ \ | | | | | | | | | Bump image from `0.24` to `0.25` | ||||
| * | | | Update `Cargo.lock` | 2025-01-14 | 1 | -235/+254 | |
| | | | | |||||
| * | | | Bump image from `0.24` to `0.25` | 2025-01-14 | 3 | -10/+311 | |
|/ / / | |||||
* | | | Merge pull request #2724 from Rudxain/dl2 | 2025-01-14 | 3 | -113/+74 | |
|\ \ \ | | | | | | | | | Upgrade `dark-light` to v2 | ||||
| * | | | Use `unwrap_or` in `Theme::default` | 2025-01-14 | 1 | -4/+8 | |
| | | | | |||||
| * | | | Update `Cargo.lock` | 2025-01-14 | 1 | -108/+66 | |
| | | | | |||||
| * | | | migrate core::theme to `dark-light` v2 | 2025-01-09 | 1 | -7/+6 | |
| | | | | |||||
| * | | | `dark-light`: 1 -> 2 (in root Cargo.toml) | 2025-01-09 | 1 | -1/+1 | |
| | | | | |||||
* | | | | Merge pull request #2722 from iced-rs/fix/lazy-compositor-initialization | 2025-01-14 | 1 | -143/+133 | |
|\ \ \ \ | | | | | | | | | | | Initialize `Compositor` lazily in `winit` shell | ||||
| * | | | | Panic instead of erroring when compositor channel unexpectedly closes | 2025-01-14 | 1 | -12/+5 | |
| | | | | | |||||
| * | | | | Simplify type annotations in `winit::program` | 2025-01-06 | 1 | -6/+2 | |
| | | | | | |||||
| * | | | | Initialize `Compositor` lazily in `winit` shell | 2025-01-06 | 1 | -143/+144 | |
| | | | | | | | | | | | | | | | | | | | | ... and get rid of the ghost boot window! | ||||
* | | | | | Merge pull request #2723 from Konsl/master | 2025-01-10 | 1 | -0/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | Apply `Wrapping` to `Paragraph`s | ||||
| * | | | | Fix text wrapping for `rich_text` | 2025-01-10 | 1 | -0/+2 | |
| | | | | |