summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update `iced_wgpu` information in repository docsLibravatar Héctor Ramón Jiménez2020-04-022-4/+5
| * | Clarify return policy of `Application::run`Libravatar Héctor Ramón Jiménez2020-04-023-8/+8
| * | Move `Space` to `widget` moduleLibravatar Héctor Ramón Jiménez2020-04-022-2/+2
| * | Fix missing link in `Executor::enter` doc commentLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|/ /
* | Merge pull request #251 from Plecra/clock-scalingLibravatar Héctor Ramón2020-04-021-2/+2
|\ \
| * | Add `0` suffix to float literals for consistencyLibravatar Héctor Ramón Jiménez2020-04-021-2/+2
| * | Scale the clock hands to the same size as the faceLibravatar Marli Frost2020-04-011-2/+2
|/ /
* | Merge pull request #249 from michael-swan/masterLibravatar Héctor Ramón2020-03-311-0/+11
|\ \
| * | Add Ctrl+Backspace text field behaviourLibravatar Michael Swan2020-03-301-0/+11
* | | Merge pull request #246 from hecrj/feature/application-flagsLibravatar Héctor Ramón2020-03-3114-63/+119
|\ \ \
| * | | Implement `enter` for `executor::Default` in WasmLibravatar Héctor Ramón Jiménez2020-03-301-1/+9
| * | | Call `Runtime::enter` properly in `iced_web`Libravatar Héctor Ramón Jiménez2020-03-301-3/+8
| * | | Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-3013-60/+103
| |/ /
* | | Merge pull request #248 from hecrj/feature/container-paddingLibravatar Héctor Ramón2020-03-317-22/+47
|\ \ \
| * \ \ Merge branch 'master' into feature/container-paddingLibravatar Héctor Ramón Jiménez2020-03-315-37/+82
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #247 from hecrj/feature/svg-from-memoryLibravatar Héctor Ramón2020-03-315-37/+82
|\ \ \ \ | |_|/ / |/| | |
| * | | Genericize `From` implementation for `image::Handle`Libravatar Héctor Ramón Jiménez2020-03-311-9/+6
| * | | Implement `svg::Handle::from_memory`Libravatar Héctor Ramón Jiménez2020-03-314-28/+76
|/ / /
| * / Implement `padding` support for `Container`Libravatar Héctor Ramón Jiménez2020-03-317-22/+47
|/ /
* | Merge pull request #245 from tirz/refactor-bound_lifetimeLibravatar Héctor Ramón2020-03-3016-50/+69
|\ \
| * | Hash type ids in `Widget::hash_layout` implsLibravatar Héctor Ramón Jiménez2020-03-3015-32/+51
| * | refactor: remove not mandatory static lifetimeLibravatar Théo Gaillard2020-03-3013-32/+32
|/ /
* | Merge pull request #242 from kaimast/masterLibravatar Héctor Ramón2020-03-2910-19/+15
|\ \
| * | Remove redundant closure in `Application::run`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
| * | Remove unnecessary `clone` call in `Transformation`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
| * | Improve `Antialiasing::sample_count` signatureLibravatar Héctor Ramón Jiménez2020-03-291-1/+1
| * | Remove unnecessary conversion in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-03-291-2/+1
| * | Remove redundant field assignmentLibravatar Héctor Ramón Jiménez2020-03-292-2/+2
| * | Remove unnecessary merge of `iced_wgpu::Defaults`Libravatar Héctor Ramón Jiménez2020-03-292-3/+1
| * | Use `!is_empty()` instead of `len() > 0`Libravatar Héctor Ramón Jiménez2020-03-291-1/+1
| * | Fix lintLibravatar Kai Mast2020-03-281-1/+1
| * | Fix formattingLibravatar Kai Mast2020-03-281-1/+1
| * | ClippyLibravatar Kai Mast2020-03-283-9/+8
|/ /
* | Merge pull request #240 from kaimast/masterLibravatar Héctor Ramón2020-03-281-4/+1
|\ \
| * | remove explicit lifetimes in integration exampleLibravatar Kai Mast2020-03-271-4/+1
* | | Merge pull request #239 from hecrj/avoid-moving-winit-eventLibravatar Héctor Ramón2020-03-283-14/+14
|\ \ \ | |/ / |/| |
| * | Convert `WindowEvent` from a reference in `iced_winit`Libravatar Héctor Ramón Jiménez2020-03-273-14/+14
|/ /
* | Merge pull request #236 from hecrj/improvement/svg-handle-fromLibravatar Héctor Ramón2020-03-261-8/+5
|\ \
| * | Genericize `From` implementation for `svg::Handle`Libravatar Héctor Ramón Jiménez2020-03-261-8/+5
* | | Merge pull request #234 from hecrj/improvement/subscription-send-requirementLibravatar Héctor Ramón2020-03-267-235/+149
|\ \ \ | |/ / |/| |
| * | Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez2020-03-263-26/+22
| * | Simplify `iced_futures::Command` implementationLibravatar Héctor Ramón Jiménez2020-03-263-209/+99
| * | Add `BoxFutures` and `BoxStream` to `iced_futures`Libravatar Héctor Ramón Jiménez2020-03-261-0/+28
|/ /
* | Merge pull request #202 from FabianLars/masterLibravatar Héctor Ramón2020-03-2510-286/+788
|\ \
| * | Remove unnecessary borrows in `Editor`Libravatar Héctor Ramón Jiménez2020-03-251-11/+10
| * | Fix edge cases when inserting text in `Editor`Libravatar Héctor Ramón Jiménez2020-03-251-2/+2
| * | Implement `Renderer::find_cursor_position`Libravatar Héctor Ramón Jiménez2020-03-253-50/+61
| * | Change selection color in `styling` exampleLibravatar Héctor Ramón Jiménez2020-03-241-1/+1
| * | Rename `is_pressed` to `is_dragging` in `text_input`Libravatar Héctor Ramón Jiménez2020-03-241-5/+5
| * | Improve docs of `text_input::State::cursor`Libravatar Héctor Ramón Jiménez2020-03-241-1/+4