| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `FilterMode::Nearest` in `triangle::msaa` | Héctor Ramón | 2021-05-21 | 1 | -3/+3 |
* | Revert "Remove padding from triangle" | Héctor Ramón | 2021-05-21 | 1 | -0/+8 |
* | Fix duplicating fragment position | Dispersia | 2021-05-20 | 1 | -4/+3 |
* | run format | Dispersia | 2021-05-19 | 1 | -2/+2 |
* | Remove padding from triangle | Dispersia | 2021-05-19 | 1 | -8/+0 |
* | Add padding to quad to fix alignment issue | Dispersia | 2021-05-19 | 1 | -0/+5 |
* | temporary up | Dispersia | 2021-05-19 | 1 | -7/+3 |
* | Merge branch 'hecrj:master' into upgrade-wgpu | Aaron Housh | 2021-05-19 | 3 | -22/+25 |
|\ |
|
| * | Merge pull request #876 from Cupnfish/master | Héctor Ramón | 2021-05-17 | 1 | -0/+2 |
| |\ |
|
| | * | update doc | Downtime | 2021-05-14 | 1 | -0/+1 |
| | * | Add a primary backend that can be set | Downtime | 2021-05-13 | 1 | -0/+1 |
| * | | This commit optimizes the function used to converg rgba pixels into bgra pixels. | Zak | 2021-05-11 | 1 | -17/+5 |
| * | | Provide `compatible_surface` in `iced_wgpu::Compositor` | Héctor Ramón | 2021-05-05 | 1 | -5/+18 |
| |/ |
|
* | | Use latest `wgpu` releases instead of patched sources | Héctor Ramón | 2021-05-19 | 3 | -23/+29 |
* | | Fix formatting with `cargo fmt` | Héctor Ramón | 2021-05-19 | 1 | -3/+1 |
* | | Run cargo fmt | Dispersia | 2021-04-12 | 3 | -29/+31 |
* | | add temporary fix for image wgsl | Dispersia | 2021-04-12 | 4 | -9/+11 |
* | | Add staging belt fix | Dispersia | 2021-04-12 | 1 | -14/+13 |
* | | Upgrade wgpu | Dispersia | 2021-04-11 | 26 | -346/+378 |
|/ |
|
* | Introduce `internal_backend` to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2021-03-25 | 2 | -40/+42 |
* | Support choosing `wgpu` backend using env var | Downtime | 2021-03-25 | 1 | -1/+40 |
* | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 2021-02-23 | 1 | -1/+1 |
* | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2021-02-15 | 2 | -0/+9 |
* | Add image format options to reduce code bloat, fixes #376 | Greg V | 2021-02-13 | 5 | -22/+22 |
* | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 2021-02-12 | 1 | -0/+1 |
* | Enable filtering in `wgpu::image` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -2/+2 |
* | List `color_blend` first in `wgpu::quad` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -4/+4 |
* | Remove unnecessary line break in `triangle::msaa` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -1/+0 |
* | Use lowercase in `wgpu` labels for consistency | Héctor Ramón Jiménez | 2021-02-06 | 4 | -5/+5 |
* | Change `PowerPreference` from `default()` to `LowPower` | Poly | 2021-02-03 | 1 | -1/+1 |
* | Fix TextureViewDimension for image | Poly | 2021-02-03 | 1 | -1/+1 |
* | Fix ScissorRect | Poly | 2021-02-03 | 1 | -1/+2 |
* | [wgpu 0.7] triangle/msaa disable filtering | Poly | 2021-02-03 | 1 | -2/+2 |
* | [wgpu 0.7] Update image.rs | Poly | 2021-02-03 | 1 | -55/+66 |
* | [wgpu 0.7] Update triangle.rs | Poly | 2021-02-03 | 1 | -52/+60 |
* | [wgpu 0.7] Update triangle/msaa.rs | Poly | 2021-02-03 | 1 | -34/+40 |
* | [wgpu 0.7] Update window/compositor.rs | Poly | 2021-02-03 | 1 | -3/+6 |
* | [wgpu 0.7] Update quad.rs | Poly | 2021-02-03 | 1 | -54/+62 |
* | Implement split highlight on hover for `PaneGrid` | Héctor Ramón Jiménez | 2021-01-01 | 1 | -3/+3 |
* | Update resvg to `0.12` | Greg V | 2020-12-19 | 1 | -16/+29 |
* | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -1/+1 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 9 | -34/+7 |
* | Merge pull request #629 from hecrj/wgpu-present-mode-setting | Héctor Ramón | 2020-11-24 | 2 | -1/+7 |
|\ |
|
| * | Add `present_mode` field to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2020-11-23 | 2 | -1/+7 |
* | | Limit border radius to max dimension in `quad` pipeline | Héctor Ramón Jiménez | 2020-11-23 | 2 | -0/+5 |
|/ |
|
* | Implement `QRCode` widget | Héctor Ramón Jiménez | 2020-11-20 | 2 | -0/+10 |
* | Fix deprecation warnings from `image` | Héctor Ramón Jiménez | 2020-11-20 | 1 | -2/+2 |
* | Remove `Focus` in `pane_grid` | Héctor Ramón Jiménez | 2020-11-17 | 1 | -2/+2 |
* | Merge pull request #610 from hecrj/improvement/update-dependencies | Héctor Ramón | 2020-11-11 | 4 | -26/+24 |
|\ |
|
| * | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-11-10 | 4 | -26/+24 |