| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify `run` and `unfold` helpers to build a `Subscription` | Héctor Ramón Jiménez | 2022-01-17 | 1 | -70/+52 |
* | Update `README` file of `websocket` example | Héctor Ramón Jiménez | 2022-01-16 | 1 | -1/+6 |
* | Draft `websocket` example :tada: | Héctor Ramón Jiménez | 2022-01-16 | 6 | -0/+400 |
* | Make `clock` example responsive | Héctor Ramón Jiménez | 2022-01-15 | 1 | -5/+1 |
* | Use `subscription::run` for `download_progress` example | Héctor Ramón Jiménez | 2022-01-15 | 1 | -84/+69 |
* | Merge pull request #1195 from iced-rs/fix/vulnerabilities | Héctor Ramón | 2022-01-14 | 4 | -15/+23 |
|\ |
|
| * | Update `reqwest` in examples | Héctor Ramón Jiménez | 2022-01-13 | 2 | -2/+7 |
| * | Replace `chrono` with `time` in `clock` example | Héctor Ramón Jiménez | 2022-01-12 | 2 | -11/+14 |
| * | Remove support for old `tokio` crate | Héctor Ramón Jiménez | 2022-01-12 | 1 | -2/+2 |
* | | Increase text size of pane dimensions in `pane_grid` example | Héctor Ramón Jiménez | 2022-01-12 | 1 | -1/+1 |
* | | Implement `Widget::overlay` for `Responsive` widget | Héctor Ramón Jiménez | 2022-01-12 | 2 | -1/+2 |
* | | Draft `Responsive` widget | Héctor Ramón Jiménez | 2022-01-11 | 1 | -16/+31 |
|/ |
|
* | Fix `integration_wgpu` example | Héctor Ramón Jiménez | 2022-01-04 | 1 | -0/+1 |
* | Merge pull request #1175 from EkardNT/sandbox-exit | Héctor Ramón | 2022-01-03 | 3 | -0/+104 |
|\ |
|
| * | Center contents with `Container` in `exit` example | Héctor Ramón Jiménez | 2022-01-03 | 1 | -7/+16 |
| * | Allow Sandbox applications to exit. | Drake Tetreault | 2021-12-29 | 3 | -0/+95 |
* | | Merge pull request #1168 from LordRatte/patch-1 | Héctor Ramón | 2022-01-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Change GitHub namespace to new org for all files | LordRatte | 2022-01-03 | 1 | -1/+1 |
| |/ |
|
* / | Fix memory leak in opengl integration example | Fey Naomi Schrewe | 2022-01-02 | 2 | -1/+4 |
|/ |
|
* | Fix path to ferris.png | Nathan Henrie | 2021-12-11 | 1 | -1/+1 |
* | Remove unused fields in `pokedex` example | Héctor Ramón Jiménez | 2021-12-07 | 1 | -4/+1 |
* | Remove unused field in `solar_system` example | Héctor Ramón Jiménez | 2021-12-07 | 1 | -2/+0 |
* | Hide `Box` allocation in `component::view` | Héctor Ramón Jiménez | 2021-11-29 | 1 | -1/+1 |
* | Draft `component` example :tada: | Héctor Ramón Jiménez | 2021-11-29 | 2 | -0/+191 |
* | Add checkbox text_color styling | Daniel May | 2021-11-14 | 1 | -0/+1 |
* | Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa... | Héctor Ramón | 2021-11-10 | 4 | -11/+9 |
|\ |
|
| * | Fix formatting with `cargo fmt` | Héctor Ramón Jiménez | 2021-11-10 | 1 | -3/+1 |
| * | Remove unnecessary String allocation | Ram.Type-0 | 2021-11-02 | 4 | -9/+9 |
* | | Rename `Renderer::present` to `with_primitives` | Héctor Ramón Jiménez | 2021-11-05 | 2 | -2/+2 |
* | | Rename `fill_rectangle` to `fill_quad` in `Renderer` | Héctor Ramón Jiménez | 2021-11-04 | 1 | -9/+10 |
* | | Merge branch 'master' into remove-renderer-traits | Héctor Ramón Jiménez | 2021-10-31 | 1 | -2/+4 |
|\| |
|
| * | Update wgpu to 0.11 | Poly | 2021-10-13 | 1 | -2/+4 |
* | | Reintroduce `Box` for `style_sheet` in `TextInput` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | | Reintroduce `Box` for `style_sheet` in `Slider` | Héctor Ramón Jiménez | 2021-10-31 | 2 | -4/+4 |
* | | Reintroduce `Box` for `style_sheet` in `Scrollable` | Héctor Ramón Jiménez | 2021-10-31 | 3 | -6/+6 |
* | | Reintroduce `Box` for `style_sheet` in `Radio` | Héctor Ramón Jiménez | 2021-10-31 | 3 | -6/+6 |
* | | Reintroduce `Box` for `style_sheet` in `Container` | Héctor Ramón Jiménez | 2021-10-31 | 6 | -13/+13 |
* | | Reintroduce `Box` for `style_sheet` in `Checkbox` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -3/+3 |
* | | Reintroduce `Box` for `style_sheet` in `Button` | Héctor Ramón Jiménez | 2021-10-31 | 7 | -22/+22 |
* | | Rewrite cursor icon logic for `integration_wgpu` example | Héctor Ramón Jiménez | 2021-10-31 | 1 | -5/+5 |
* | | Rewrite cursor icon logic for `integration_opengl` example | Héctor Ramón Jiménez | 2021-10-31 | 1 | -6/+5 |
* | | Remove `widget` module re-exports in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 2 | -9/+6 |
* | | Migrate `geometry` example to new `Renderer` API | Héctor Ramón Jiménez | 2021-10-30 | 1 | -95/+95 |
* | | Remove `Renderer` trait for `Checkbox` | Héctor Ramón Jiménez | 2021-10-21 | 1 | -3/+3 |
* | | Wire up styling to `Radio` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 3 | -6/+6 |
* | | Implement `Widget::draw` for `TextInput` | Héctor Ramón Jiménez | 2021-10-20 | 1 | -3/+3 |
* | | Wire up styling to `Slider` in `iced_native` | Héctor Ramón Jiménez | 2021-10-20 | 2 | -4/+4 |
* | | Introduce `mouse_interaction` method to `Widget` trait | Héctor Ramón Jiménez | 2021-10-18 | 2 | -2/+0 |
* | | Wire up styling to `Button` in `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 7 | -40/+36 |
* | | Implement `Widget::draw` for `custom_widget` example | Héctor Ramón Jiménez | 2021-10-18 | 2 | -22/+19 |