Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Simplify `clock` example a bit | 2024-05-18 | 1 | -12/+12 | ||
| * | | Fix `clock` example doesn't get the correct local time under unix system | 2024-05-03 | 2 | -16/+13 | ||
* | | | Fix main window not closing in multi-window runtime | 2024-05-16 | 1 | -1/+1 | ||
* | | | Merge pull request #2441 from iced-rs/feature/explicit-length-in-center-methods | 2024-05-13 | 13 | -41/+40 | ||
|\ \ \ | ||||||
| * | | | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 13 | -41/+40 | ||
|/ / / | ||||||
* | | | Merge pull request #2440 from iced-rs/align-images-to-pixel-grid | 2024-05-12 | 1 | -1/+1 | ||
|\ \ \ | ||||||
| * | | | Align images to the pixel grid in `iced_wgpu` | 2024-05-12 | 1 | -1/+1 | ||
* | | | | Merge pull request #2435 from iced-rs/window/specific-with-position | 2024-05-10 | 2 | -1/+36 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add `SpecificWith` variant to `window::Position` | 2024-05-10 | 2 | -1/+36 | ||
|/ / / | ||||||
* | | | Pass `WindowHandle` by value to `window::run_with_handle` | 2024-05-08 | 4 | -4/+4 | ||
* | | | Fix `clippy` lints in `wgpu` benchmark | 2024-05-08 | 1 | -3/+3 | ||
* | | | Create dynamic text `wgpu` benchmark | 2024-05-08 | 2 | -13/+59 | ||
* | | | Merge pull request #2430 from iced-rs/reuse-glyphon-pipeline-state | 2024-05-08 | 3 | -22/+50 | ||
|\ \ \ | ||||||
| * | | | Update `glyphon` fork to a cleaner branch | 2024-05-08 | 2 | -5/+5 | ||
| * | | | Reuse `glyphon::Viewport` explicitly | 2024-05-08 | 3 | -18/+39 | ||
| * | | | Reuse `glyphon::Pipeline` state in `iced_wgpu` | 2024-05-08 | 2 | -5/+12 | ||
|/ / / | ||||||
* | | | Merge pull request #2427 from iced-rs/winit-0.30 | 2024-05-08 | 12 | -632/+920 | ||
|\ \ \ | ||||||
| * | | | Plug `new_events` handler to event loop | 2024-05-07 | 2 | -0/+30 | ||
| * | | | Update `winit` to `0.30` | 2024-05-07 | 12 | -633/+891 | ||
* | | | | Redirect `docs.iced.rs` to actual docs | 2024-05-07 | 2 | -0/+15 | ||
* | | | | Merge pull request #2428 from iced-rs/feature/present-mode-env-var | 2024-05-07 | 2 | -10/+41 | ||
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Document `present_mode_from_env` in `iced_wgpu` | 2024-05-07 | 1 | -0/+12 | ||
| * | | | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | 2024-05-07 | 2 | -10/+29 | ||
|/ / / | ||||||
* | | | Merge pull request #2425 from iced-rs/fix/image-cache-fighting | 2024-05-06 | 8 | -70/+80 | ||
|\ \ \ | ||||||
| * | | | Trim `image::Cache` after `wgpu::Renderer::present` | 2024-05-06 | 1 | -0/+3 | ||
| * | | | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 8 | -70/+77 | ||
|/ / / | ||||||
* | | | Merge pull request #2424 from iced-rs/feature/image-opacity | 2024-05-03 | 18 | -41/+150 | ||
|\ \ \ | ||||||
| * | | | Improve layout of `ferris` example :crab: | 2024-05-03 | 1 | -16/+16 | ||
| * | | | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 18 | -33/+142 | ||
|/ / / | ||||||
* | | | Merge pull request #2423 from iced-rs/center-widget-helper | 2024-05-03 | 38 | -338/+253 | ||
|\ \ \ | ||||||
| * | | | Auto-focus `text_input` in `websocket` example | 2024-05-03 | 1 | -2/+7 | ||
| * | | | Introduce `center` widget helper | 2024-05-03 | 38 | -339/+249 | ||
|/ / / | ||||||
* | | | Merge pull request #2334 from DKolter/image-rotation | 2024-05-03 | 26 | -109/+695 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Add `spin` mode to `ferris` example :crab: | 2024-05-03 | 4 | -16/+87 | ||
| * | | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 5 | -17/+37 | ||
| * | | Remove commented code in `tiny_skia::layer` | 2024-05-02 | 1 | -16/+0 | ||
| * | | Create `ferris` example to showcase `ContentFit` and `Rotation` | 2024-05-02 | 5 | -1/+234 | ||
| * | | Rename `global_scale` to `scale` in `wgpu::image` | 2024-05-02 | 1 | -9/+3 | ||
| * | | Simplify image rotation API and its internals | 2024-05-02 | 23 | -224/+218 | ||
| * | | Add `Image` rotation support | 2024-05-02 | 19 | -84/+374 | ||
* | | | Merge pull request #2420 from myuujiku/master | 2024-05-03 | 1 | -1/+1 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Apply bounds check when grabbing `image::Viewer` | 2024-05-02 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Fix `clippy` lints for new `1.78` stable toolchain | 2024-05-02 | 3 | -3/+3 | ||
* | | Fix panic in `wgpu::color::convert` | 2024-05-02 | 1 | -18/+50 | ||
* | | Merge pull request #2412 from JL710/patch-1 | 2024-05-02 | 1 | -0/+1 | ||
|\ \ | ||||||
| * | | 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 |