summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing link in `Tracker::broadcast` docsLibravatar Héctor Ramón Jiménez2020-04-021-0/+2
|
* Fix `Size::new` documentationLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Improve `Point::ORIGIN` documentationLibravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez2020-04-026-108/+123
|
* Fix minor documentation issuesLibravatar Héctor Ramón Jiménez2020-04-025-8/+14
|
* Add example for `Canvas` widgetLibravatar Héctor Ramón Jiménez2020-04-021-2/+39
|
* Fix `iced_native` version in `iced_winit`Libravatar Héctor Ramón Jiménez2020-04-021-1/+1
|
* 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
|\ | | | | Rework scaling in clock example
| * 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 behaviour
| * 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
|\ \ | | | | | | Application flags
| * | 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
|\ \ | | | | | | Implement `padding` support for `Container`
| * \ 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
|\ \ \ | |_|/ |/| | Implement `svg::Handle::from_memory`
| * | 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
|/ / | | | | | | Useful if you already have your SVG data in memory.
| * 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
|\ | | | | refactor: remove not mandatories 'static lifetimes
| * 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
|\ | | | | Some more code cleanups.
| * 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 example
| * 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`
| * 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`
| * 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
|\ \ | |/ |/| Improve compatibility of `iced_futures`
| * Make `subscription::Recipe` cross-platformLibravatar Héctor Ramón Jiménez2020-03-263-26/+22
| | | | | | | | By removing the `Send` requirement when targetting Wasm
| * 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
|/