Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2759 from iced-rs/fix/respect-editor-line-endings | 2025-01-28 | 5 | -60/+93 | |
|\ | | | | | Introduce `LineEnding` to `editor` and fix inconsistencies | ||||
| * | Introduce `LineEnding` to `editor` and fix inconsistencies | 2025-01-28 | 5 | -60/+93 | |
|/ | |||||
* | Merge pull request #2757 from iced-rs/feature/animation-api | 2025-01-28 | 12 | -121/+883 | |
|\ | | | | | `Animation` API for application code | ||||
| * | Display grid placeholder when loading `gallery` example | 2025-01-28 | 2 | -6/+23 | |
| | | |||||
| * | Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation` | 2025-01-28 | 1 | -0/+20 | |
| | | |||||
| * | Rename `Animation::in_progress` to `is_animating` | 2025-01-28 | 2 | -27/+30 | |
| | | |||||
| * | Remove unnecessary `endpoint` function in `gallery` example | 2025-01-27 | 1 | -7/+1 | |
| | | |||||
| * | Change `period` to `Week` in `gallery` example | 2025-01-27 | 1 | -1/+1 | |
| | | |||||
| * | Make `animation` module only available in native | 2025-01-27 | 2 | -4/+11 | |
| | | |||||
| * | Fix broken intra-doc link in `animation` | 2025-01-27 | 1 | -0/+2 | |
| | | |||||
| * | Implement AI `gallery` example :tada: | 2025-01-27 | 8 | -121/+714 | |
| | | | | | | | | It displays the most popular daily images of Civitai! | ||||
| * | Implement `Animation::value` | 2025-01-27 | 1 | -0/+5 | |
| | | |||||
| * | Draft basic `Animation` API in `iced_core` | 2025-01-27 | 6 | -3/+124 | |
|/ | |||||
* | Merge pull request #2749 from rhysd/const-from-rgb8 | 2025-01-27 | 6 | -93/+28 | |
|\ | | | | | Make `Color::from_rgb8` and `Color::from_rgba8` const | ||||
| * | Use `color!` macro in `Palette` definitions | 2025-01-27 | 1 | -9/+9 | |
| | | |||||
| * | Make all `Color` constructors `const` :tada: | 2025-01-27 | 3 | -44/+15 | |
| | | |||||
| * | Bump MSRV to `1.82` | 2025-01-27 | 2 | -2/+2 | |
| | | |||||
| * | Make `Color::from_rgb8` and `Color::from_rgba8` const | 2025-01-25 | 2 | -50/+14 | |
| | | |||||
* | | 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 | |
| | | | |