| Commit message (Expand) | Author | Files | Lines |
2020-11-10 | Update `bytemuck` and remove `zerocopy` in `iced_wgpu` | Héctor Ramón Jiménez | 4 | -26/+24 |
2020-11-10 | Restore hotkeys in `pane_grid` example | Héctor Ramón Jiménez | 1 | -2/+2 |
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 | 7 | -208/+274 |
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-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 |
2020-07-08 | Render arrow icon in `ComboBox` | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-07-08 | Draft `ComboBox` and `Menu` layer | Héctor Ramón Jiménez | 3 | -1/+7 |
2020-06-23 | Recreate uniforms `BindGroup` when necessary | Héctor Ramón Jiménez | 1 | -8/+30 |
2020-06-19 | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2 | -0/+14 |
2020-06-13 | Make `Slider` value type generic | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-06-12 | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2 | -7/+12 |
2020-06-05 | Draft drawing logic for `Content` and `TitleBar` | Héctor Ramón Jiménez | 1 | -2/+14 |
2020-06-04 | Draft first-class `TitleBar` in `pane_grid` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-06-02 | Rename `Rectangle::round` to `snap` | Héctor Ramón Jiménez | 2 | -3/+2 |
2020-06-01 | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2 | -10/+5 |
2020-06-01 | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2 | -5/+10 |
2020-05-31 | Feature gate `font-kit` behind `"default_system_font"` feature. | Azriel Hoh | 1 | -6/+11 |
2020-05-30 | Fix documentation of `Backend` in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -6/+4 |
2020-05-29 | Re-export `Antialiasing` in `iced_wgpu` | Héctor Ramón Jiménez | 2 | -2/+2 |
2020-05-29 | Implement async `Compositor::request` in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -37/+53 |
2020-05-28 | Revert "Merge pull request #362 from hecrj/fix/target-quad-pixels" | Héctor Ramón Jiménez | 2 | -6/+6 |
2020-05-28 | Write documentation for `iced_glow` | Héctor Ramón Jiménez | 1 | -3/+1 |
2020-05-28 | Write documentation for `iced_graphics` | Héctor Ramón Jiménez | 4 | -15/+15 |
2020-05-27 | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2 | -20/+0 |
2020-05-27 | Introduce feature flags to enable `iced_glow` | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-05-27 | Align quads to physical pixels in `iced_wgpu` | Héctor Ramón Jiménez | 2 | -6/+6 |
2020-05-25 | Update `wgpu_glyph` and `glyph_brush` | Héctor Ramón Jiménez | 3 | -115/+109 |
2020-05-22 | Implement `State::with_content` in `pane_grid` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-05-22 | Expose `Node` and `State::layout` for `PaneGrid` | Héctor Ramón Jiménez | 1 | -2/+2 |
2020-05-22 | Use built-in OpenGL multisampling in `iced_glow` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-05-21 | Introduce `Program` and `State` | Héctor Ramón Jiménez | 1 | -10/+12 |
2020-05-20 | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 7 | -106/+35 |
2020-05-19 | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 6 | -328/+101 |
2020-05-19 | Move `Antialiasing` to `iced_graphics` | Héctor Ramón Jiménez | 1 | -24/+1 |
2020-05-19 | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 3 | -13/+5 |
2020-05-19 | Move `font::Source` to `iced_graphics` | Héctor Ramón Jiménez | 2 | -40/+1 |
2020-05-19 | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2 | -6/+6 |