| Commit message (Expand) | Author | Files | Lines |
2021-09-30 | Remove unnecessary absolute module paths in `image::raster` | Héctor Ramón Jiménez | 1 | -3/+3 |
2021-09-30 | Introduce `Orientation` enum in `image::raster` | Héctor Ramón Jiménez | 1 | -37/+72 |
2021-09-30 | Honor Exif orientation in `iced_wgpu::Image` | Mateusz Czapliński | 2 | -2/+45 |
2021-09-27 | Update `resvg` to `0.18` in `iced_wgpu` | Héctor Ramón Jiménez | 2 | -14/+28 |
2021-09-20 | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 1 | -7/+8 |
2021-09-15 | Use `Iterator::min_by` instead of `fold` in `hit_test` | Héctor Ramón Jiménez | 1 | -13/+11 |
2021-09-15 | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2 | -9/+11 |
2021-08-26 | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2 | -11/+10 |
2021-08-25 | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | Héctor Ramón Jiménez | 1 | -5/+5 |
2021-08-25 | Rename `surf` variable to `surface` | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-08-21 | Implement textual hit testing | Tom | 2 | -1/+114 |
2021-08-20 | Remove `SwapChain` associated type from `Compositor` | Héctor Ramón Jiménez | 1 | -6/+4 |
2021-08-19 | Update wgpu_glyph | Poly | 1 | -1/+1 |
2021-08-19 | wgpu: Update to 0.10 | Poly | 8 | -70/+76 |
2021-08-03 | wgpu: Use the preferred texture format of the surface | Tilmann Meyer | 3 | -17/+18 |
2021-07-22 | redo custom error for Compositor::draw() | Billy Messenger | 1 | -28/+36 |
2021-07-22 | add custom error for Compositor::draw() | Billy Messenger | 1 | -9/+10 |
2021-07-22 | only panic when wgpu gives OutOfMemory swapchain error | Billy Messenger | 1 | -1/+1 |
2021-07-22 | Introduce `text_multithreading` to `Settings` | Héctor Ramón Jiménez | 1 | -0/+4 |
2021-07-22 | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | Héctor Ramón Jiménez | 4 | -6/+14 |
2021-07-21 | Use ceil on svg dimensions, fix svg memory usage | aentity | 1 | -2/+3 |
2021-06-22 | Use vertex_attr_array macro | Poly | 3 | -71/+19 |
2021-06-22 | Update wgpu 0.9 | Poly | 1 | -2/+2 |
2021-06-14 | docs: update all 0.2 github links to 0.3 | Yusuf Bera Ertan | 1 | -1/+1 |
2021-06-14 | feat: expose draw_cache_multithread | Yusuf Bera Ertan | 2 | -1/+4 |
2021-06-09 | Revert "Attempt to fix scissor_rect validation error" | Héctor Ramón | 1 | -10/+1 |
2021-06-09 | Attempt to fix scissor_rect validation error | nlevy | 1 | -1/+10 |
2021-06-03 | Implement `Toggler` widget for iced_native | Kaiden42 | 2 | -0/+12 |
2021-05-21 | Use `FilterMode::Nearest` in `triangle::msaa` | Héctor Ramón | 1 | -3/+3 |
2021-05-21 | Revert "Remove padding from triangle" | Héctor Ramón | 1 | -0/+8 |
2021-05-20 | Fix duplicating fragment position | Dispersia | 1 | -4/+3 |
2021-05-19 | run format | Dispersia | 1 | -2/+2 |
2021-05-19 | Remove padding from triangle | Dispersia | 1 | -8/+0 |
2021-05-19 | Add padding to quad to fix alignment issue | Dispersia | 1 | -0/+5 |
2021-05-19 | temporary up | Dispersia | 1 | -7/+3 |
2021-05-19 | Use latest `wgpu` releases instead of patched sources | Héctor Ramón | 4 | -25/+31 |
2021-05-19 | Fix formatting with `cargo fmt` | Héctor Ramón | 1 | -3/+1 |
2021-05-14 | update doc | Downtime | 1 | -0/+1 |
2021-05-13 | Add a primary backend that can be set | Downtime | 1 | -0/+1 |
2021-05-11 | This commit optimizes the function used to converg rgba pixels into bgra pixels. | Zak | 1 | -17/+5 |
2021-05-05 | Provide `compatible_surface` in `iced_wgpu::Compositor` | Héctor Ramón | 1 | -5/+18 |
2021-04-12 | Run cargo fmt | Dispersia | 3 | -29/+31 |
2021-04-12 | add temporary fix for image wgsl | Dispersia | 4 | -9/+11 |
2021-04-12 | Add staging belt fix | Dispersia | 2 | -16/+15 |
2021-04-11 | Upgrade wgpu | Dispersia | 27 | -348/+380 |
2021-03-31 | Bump versions :tada: | Héctor Ramón Jiménez | 2 | -4/+4 |
2021-03-25 | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2 | -40/+42 |
2021-03-25 | Support choosing `wgpu` backend using env var | Downtime | 1 | -1/+40 |
2021-02-23 | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 1 | -1/+1 |
2021-02-15 | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2 | -0/+9 |