| Commit message (Expand) | Author | Files | Lines |
2020-03-31 | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 4 | -15/+15 |
2020-03-27 | remove explicit lifetimes in integration example | Kai Mast | 1 | -4/+1 |
2020-03-27 | Convert `WindowEvent` from a reference in `iced_winit` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-24 | Change selection color in `styling` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-24 | Fix `Recipe::hash` in `download_progress` example | Héctor Ramón Jiménez | 1 | -0/+2 |
2020-03-23 | Fix retry button on `download_progress` example | Héctor Ramón Jiménez | 1 | -2/+4 |
2020-03-23 | Update `README` of examples | Héctor Ramón Jiménez | 2 | -4/+7 |
2020-03-23 | Handle errors in `download_progress` example | Héctor Ramón Jiménez | 2 | -11/+43 |
2020-03-23 | Rename `downloader` module to `download` | Héctor Ramón Jiménez | 2 | -9/+9 |
2020-03-23 | Improve `download_progress` example | Héctor Ramón Jiménez | 3 | -114/+117 |
2020-03-23 | Add example for download with progress tracking | Songtronix | 4 | -0/+243 |
2020-03-18 | Update `README` of examples | Héctor Ramón Jiménez | 2 | -5/+16 |
2020-03-18 | Improve styling of `pane_grid` example | Héctor Ramón Jiménez | 1 | -18/+41 |
2020-03-18 | Add some styling to `pane_grid` buttons | Héctor Ramón Jiménez | 1 | -4/+47 |
2020-03-17 | Move common keyboard types to `iced_core` | Héctor Ramón Jiménez | 2 | -4/+3 |
2020-03-17 | Add `modifiers` to `KeyPressEvent` in `pane_grid` | Héctor Ramón Jiménez | 1 | -3/+3 |
2020-03-17 | Implement hotkey logic in `pane_grid` example | Héctor Ramón Jiménez | 2 | -2/+41 |
2020-03-17 | Add simple `pane_grid` example | Héctor Ramón Jiménez | 3 | -0/+229 |
2020-03-14 | Fix `Scrollable` width consistency | Héctor Ramón Jiménez | 1 | -0/+1 |
2020-03-14 | Remove `pane_grid` example for now | Héctor Ramón Jiménez | 9 | -606/+393 |
2020-03-11 | Expose `pane_grid::Focus` for state-based styling | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-03-10 | Rename `Panes` widget to `PaneGrid` | Héctor Ramón Jiménez | 3 | -10/+10 |
2020-03-09 | Update `winit` to `0.22` | Héctor Ramón Jiménez | 1 | -7/+5 |
2020-03-07 | Implement `Primitive::Cached` | Héctor Ramón Jiménez | 2 | -5/+4 |
2020-03-06 | Update `reqwest` in `pokedex` example | Héctor Ramón Jiménez | 1 | -5/+9 |
2020-03-05 | Implement `panes::State::close` | Héctor Ramón Jiménez | 1 | -0/+7 |
2020-03-05 | Implement `Subscription::with` | Héctor Ramón Jiménez | 1 | -6/+7 |
2020-03-04 | Add split hotkeys to `panes` example | Héctor Ramón Jiménez | 2 | -11/+87 |
2020-03-04 | Compute `panes` regions and focus on click | Héctor Ramón Jiménez | 1 | -2/+3 |
2020-03-04 | Draft `Panes` widget and `panes` example | Héctor Ramón Jiménez | 9 | -393/+521 |
2020-02-26 | Add `env_logger` to `svg` example | Héctor Ramón Jiménez | 2 | -3/+9 |
2020-02-24 | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 1 | -1/+3 |
2020-02-23 | styling example fixed (added selection_color) | FabianLars | 1 | -0/+4 |
2020-02-21 | Create `README` files for all the examples | Héctor Ramón Jiménez | 12 | -1/+199 |
2020-02-20 | Fix sample file path for svg example | Piaoger | 1 | -1/+1 |
2020-02-18 | Rename `Settings::use_antialiasing` to `antialiasing` | Héctor Ramón Jiménez | 3 | -3/+3 |
2020-02-18 | Write documentation for new `canvas` module | Héctor Ramón Jiménez | 2 | -6/+6 |
2020-02-15 | Rename `Settings::antialiasing` to `use_antialiasing` | Héctor Ramón Jiménez | 3 | -3/+3 |
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 3 | -3/+12 |
2020-02-14 | Revert changing the constructor and implement new method. | daxpedda | 3 | -9/+6 |
2020-02-14 | Fix examples. | daxpedda | 2 | -2/+2 |
2020-02-14 | Fix custom widget example. | daxpedda | 1 | -4/+7 |
2020-02-14 | Upgrade `Mesh2D` indices from `u16` to `u32` | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-14 | Add `solar_system` example | Héctor Ramón Jiménez | 2 | -0/+259 |
2020-02-14 | Implement additional methods in `path::Builder` | Héctor Ramón Jiménez | 1 | -8/+1 |
2020-02-12 | Fix `clock` example eventually skipping a second | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Improve naming in `clock` example | Héctor Ramón Jiménez | 1 | -11/+10 |
2020-02-12 | Remove redundant conversion in `clock` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Fix circle `end_angle` in `clock` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2020-02-12 | Simplify `Clock::new` in `clock` example | Héctor Ramón Jiménez | 1 | -3/+1 |