| Commit message (Expand) | Author | Files | Lines |
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 |
2021-02-13 | Add image format options to reduce code bloat, fixes #376 | Greg V | 6 | -23/+37 |
2021-02-12 | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 1 | -0/+1 |
2021-02-06 | Enable filtering in `wgpu::image` | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-02-06 | List `color_blend` first in `wgpu::quad` | Héctor Ramón Jiménez | 1 | -4/+4 |
2021-02-06 | Remove unnecessary line break in `triangle::msaa` | Héctor Ramón Jiménez | 1 | -1/+0 |
2021-02-06 | Use lowercase in `wgpu` labels for consistency | Héctor Ramón Jiménez | 4 | -5/+5 |
2021-02-06 | Use the latest release of `wgpu_glyph` | Héctor Ramón Jiménez | 1 | -2/+2 |
2021-02-03 | Change `PowerPreference` from `default()` to `LowPower` | Poly | 1 | -1/+1 |
2021-02-03 | Fix TextureViewDimension for image | Poly | 1 | -1/+1 |
2021-02-03 | Fix ScissorRect | Poly | 1 | -1/+2 |
2021-02-03 | [wgpu 0.7] triangle/msaa disable filtering | Poly | 1 | -2/+2 |
2021-02-03 | [wgpu 0.7] Update image.rs | Poly | 1 | -55/+66 |
2021-02-03 | [wgpu 0.7] Update triangle.rs | Poly | 1 | -52/+60 |
2021-02-03 | [wgpu 0.7] Update triangle/msaa.rs | Poly | 1 | -34/+40 |
2021-02-03 | [wgpu 0.7] Update window/compositor.rs | Poly | 1 | -3/+6 |
2021-02-03 | [wgpu 0.7] Update quad.rs | Poly | 1 | -54/+62 |
2021-02-03 | The beginning of wgpu 0.7 update | Poly | 1 | -2/+2 |
2021-01-01 | Implement split highlight on hover for `PaneGrid` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-12-19 | Update resvg to `0.12` | Greg V | 2 | -19/+35 |
2020-11-26 | Bump versions :tada: | Héctor Ramón Jiménez | 2 | -3/+3 |
2020-11-26 | Update `README`s of subcrates | Héctor Ramón Jiménez | 1 | -1/+3 |
2020-11-26 | Update graphs in crate docs | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-11-26 | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 9 | -34/+7 |
2020-11-23 | Limit border radius to max dimension in `quad` pipeline | Héctor Ramón Jiménez | 2 | -0/+5 |
2020-11-23 | Add `present_mode` field to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2 | -1/+7 |
2020-11-20 | Implement `QRCode` widget | Héctor Ramón Jiménez | 3 | -0/+11 |
2020-11-20 | Fix deprecation warnings from `image` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-17 | Remove `Focus` in `pane_grid` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-10 | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | Héctor Ramón Jiménez | 5 | -28/+28 |
2020-11-10 | Restore hotkeys in `pane_grid` example | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-11-06 | update guillotiere to 0.6 | aentity | 1 | -1/+1 |
2020-09-08 | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2 | -6/+7 |
2020-08-31 | Add labels to `iced_wgpu` internals | Héctor Ramón Jiménez | 6 | -38/+46 |
2020-08-27 | Turn consecutive if-lets into pattern match | Héctor Ramón Jiménez | 1 | -6/+6 |
2020-08-27 | Set offsets in buffer slices in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -9/+12 |
2020-08-27 | Use `wgpu::Color::TRANSPARENT` | Héctor Ramón Jiménez | 1 | -6/+1 |
2020-08-27 | Remove unnecessary `create_buffer_init` for uniforms | Héctor Ramón Jiménez | 2 | -16/+12 |
2020-08-27 | Remove redundant depth bias fields in `iced_wgpu` | Héctor Ramón Jiménez | 4 | -12/+0 |
2020-08-27 | Fix `offset` calculation in `image::Atlas` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-08-27 | Fix `layers` initialization in `image::Atlas` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-08-27 | Update `image` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 3 | -88/+147 |
2020-08-27 | Update `wgpu` to `0.6` in `iced_wgpu` | Héctor Ramón Jiménez | 8 | -213/+277 |
2020-08-22 | added FillMode enum style for the Rule widget | Billy Messenger | 1 | -1/+1 |
2020-08-22 | widget Rule added | Billy Messenger | 2 | -0/+13 |
2020-08-17 | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl. | Cameron Hart | 1 | -1/+0 |
2020-07-10 | Rename `ComboBox` to `PickList` | Héctor Ramón Jiménez | 3 | -12/+12 |
2020-07-10 | Write documentation for the new `overlay` API | Héctor Ramón Jiménez | 2 | -1/+2 |
2020-07-08 | Add styling support for `ComboBox` and `Menu` | Héctor Ramón Jiménez | 1 | -1/+6 |