| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement `padding` support for `Container` | Héctor Ramón Jiménez | 2020-03-31 | 7 | -22/+47 |
* | Merge pull request #245 from tirz/refactor-bound_lifetime | Héctor Ramón | 2020-03-30 | 16 | -50/+69 |
|\ |
|
| * | Hash type ids in `Widget::hash_layout` impls | Héctor Ramón Jiménez | 2020-03-30 | 15 | -32/+51 |
| * | refactor: remove not mandatory static lifetime | Théo Gaillard | 2020-03-30 | 13 | -32/+32 |
|/ |
|
* | Merge pull request #242 from kaimast/master | Héctor Ramón | 2020-03-29 | 10 | -19/+15 |
|\ |
|
| * | Remove redundant closure in `Application::run` | Héctor Ramón Jiménez | 2020-03-29 | 1 | -1/+1 |
| * | Remove unnecessary `clone` call in `Transformation` | Héctor Ramón Jiménez | 2020-03-29 | 1 | -1/+1 |
| * | Improve `Antialiasing::sample_count` signature | Héctor Ramón Jiménez | 2020-03-29 | 1 | -1/+1 |
| * | Remove unnecessary conversion in `iced_wgpu` | Héctor Ramón Jiménez | 2020-03-29 | 1 | -2/+1 |
| * | Remove redundant field assignment | Héctor Ramón Jiménez | 2020-03-29 | 2 | -2/+2 |
| * | Remove unnecessary merge of `iced_wgpu::Defaults` | Héctor Ramón Jiménez | 2020-03-29 | 2 | -3/+1 |
| * | Use `!is_empty()` instead of `len() > 0` | Héctor Ramón Jiménez | 2020-03-29 | 1 | -1/+1 |
| * | Fix lint | Kai Mast | 2020-03-28 | 1 | -1/+1 |
| * | Fix formatting | Kai Mast | 2020-03-28 | 1 | -1/+1 |
| * | Clippy | Kai Mast | 2020-03-28 | 3 | -9/+8 |
|/ |
|
* | Merge pull request #240 from kaimast/master | Héctor Ramón | 2020-03-28 | 1 | -4/+1 |
|\ |
|
| * | remove explicit lifetimes in integration example | Kai Mast | 2020-03-27 | 1 | -4/+1 |
* | | Merge pull request #239 from hecrj/avoid-moving-winit-event | Héctor Ramón | 2020-03-28 | 3 | -14/+14 |
|\ \
| |/
|/| |
|
| * | Convert `WindowEvent` from a reference in `iced_winit` | Héctor Ramón Jiménez | 2020-03-27 | 3 | -14/+14 |
|/ |
|
* | Merge pull request #236 from hecrj/improvement/svg-handle-from | Héctor Ramón | 2020-03-26 | 1 | -8/+5 |
|\ |
|
| * | Genericize `From` implementation for `svg::Handle` | Héctor Ramón Jiménez | 2020-03-26 | 1 | -8/+5 |
* | | Merge pull request #234 from hecrj/improvement/subscription-send-requirement | Héctor Ramón | 2020-03-26 | 7 | -235/+149 |
|\ \
| |/
|/| |
|
| * | Make `subscription::Recipe` cross-platform | Héctor Ramón Jiménez | 2020-03-26 | 3 | -26/+22 |
| * | Simplify `iced_futures::Command` implementation | Héctor Ramón Jiménez | 2020-03-26 | 3 | -209/+99 |
| * | Add `BoxFutures` and `BoxStream` to `iced_futures` | Héctor Ramón Jiménez | 2020-03-26 | 1 | -0/+28 |
|/ |
|
* | Merge pull request #202 from FabianLars/master | Héctor Ramón | 2020-03-25 | 10 | -286/+788 |
|\ |
|
| * | Remove unnecessary borrows in `Editor` | Héctor Ramón Jiménez | 2020-03-25 | 1 | -11/+10 |
| * | Fix edge cases when inserting text in `Editor` | Héctor Ramón Jiménez | 2020-03-25 | 1 | -2/+2 |
| * | Implement `Renderer::find_cursor_position` | Héctor Ramón Jiménez | 2020-03-25 | 3 | -50/+61 |
| * | Change selection color in `styling` example | Héctor Ramón Jiménez | 2020-03-24 | 1 | -1/+1 |
| * | Rename `is_pressed` to `is_dragging` in `text_input` | Héctor Ramón Jiménez | 2020-03-24 | 1 | -5/+5 |
| * | Improve docs of `text_input::State::cursor` | Héctor Ramón Jiménez | 2020-03-24 | 1 | -1/+4 |
| * | Remove commented code in `text_input` | Héctor Ramón Jiménez | 2020-03-24 | 1 | -9/+0 |
| * | Write documentation for `text_input::Cursor` | Héctor Ramón Jiménez | 2020-03-24 | 2 | -45/+65 |
| * | Fix edge case in `Editor::backspace` | Héctor Ramón Jiménez | 2020-03-24 | 1 | -4/+3 |
| * | Create `text_input::Editor` to hold editing logic | Héctor Ramón Jiménez | 2020-03-24 | 2 | -55/+103 |
| * | Move `Value` to its own module | Héctor Ramón Jiménez | 2020-03-24 | 2 | -139/+142 |
| * | Improve `text_input::cursor` API | Héctor Ramón Jiménez | 2020-03-24 | 4 | -135/+164 |
| * | Avoid panic in `Click::is_consecutive` | Héctor Ramón Jiménez | 2020-03-24 | 1 | -1/+4 |
| * | Merge branch 'master' into feature/text-selection | Héctor Ramón Jiménez | 2020-03-24 | 90 | -548/+3633 |
| |\
| |/
|/| |
|
* | | Fix `Recipe::hash` in `download_progress` example | Héctor Ramón Jiménez | 2020-03-24 | 1 | -0/+2 |
* | | Merge pull request #232 from Songtronix/songtronix/add-download-example | Héctor Ramón | 2020-03-23 | 6 | -0/+284 |
|\ \ |
|
| * | | Fix retry button on `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 1 | -2/+4 |
| * | | Update `README` of examples | Héctor Ramón Jiménez | 2020-03-23 | 2 | -4/+7 |
| * | | Handle errors in `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 2 | -11/+43 |
| * | | Rename `downloader` module to `download` | Héctor Ramón Jiménez | 2020-03-23 | 2 | -9/+9 |
| * | | Improve `download_progress` example | Héctor Ramón Jiménez | 2020-03-23 | 3 | -114/+117 |
| * | | Add example for download with progress tracking | Songtronix | 2020-03-23 | 5 | -0/+244 |
|/ / |
|
* | | Merge pull request #229 from hecrj/improvement/ci-check-format | Héctor Ramón | 2020-03-22 | 2 | -2/+12 |
|\ \ |
|
| * | | Rename job in format workflow to `all` | Héctor Ramón Jiménez | 2020-03-21 | 1 | -1/+1 |