Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Update `iced_wgpu` information in repository docs | 2020-04-02 | 2 | -4/+5 | ||
| * | | Clarify return policy of `Application::run` | 2020-04-02 | 3 | -8/+8 | ||
| * | | Move `Space` to `widget` module | 2020-04-02 | 2 | -2/+2 | ||
| * | | Fix missing link in `Executor::enter` doc comment | 2020-04-02 | 1 | -0/+2 | ||
|/ / | ||||||
* | | Merge pull request #251 from Plecra/clock-scaling | 2020-04-02 | 1 | -2/+2 | ||
|\ \ | ||||||
| * | | Add `0` suffix to float literals for consistency | 2020-04-02 | 1 | -2/+2 | ||
| * | | Scale the clock hands to the same size as the face | 2020-04-01 | 1 | -2/+2 | ||
|/ / | ||||||
* | | Merge pull request #249 from michael-swan/master | 2020-03-31 | 1 | -0/+11 | ||
|\ \ | ||||||
| * | | Add Ctrl+Backspace text field behaviour | 2020-03-30 | 1 | -0/+11 | ||
* | | | Merge pull request #246 from hecrj/feature/application-flags | 2020-03-31 | 14 | -63/+119 | ||
|\ \ \ | ||||||
| * | | | Implement `enter` for `executor::Default` in Wasm | 2020-03-30 | 1 | -1/+9 | ||
| * | | | Call `Runtime::enter` properly in `iced_web` | 2020-03-30 | 1 | -3/+8 | ||
| * | | | Allow passing external state to `Application::new` | 2020-03-30 | 13 | -60/+103 | ||
| |/ / | ||||||
* | | | Merge pull request #248 from hecrj/feature/container-padding | 2020-03-31 | 7 | -22/+47 | ||
|\ \ \ | ||||||
| * \ \ | Merge branch 'master' into feature/container-padding | 2020-03-31 | 5 | -37/+82 | ||
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #247 from hecrj/feature/svg-from-memory | 2020-03-31 | 5 | -37/+82 | ||
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Genericize `From` implementation for `image::Handle` | 2020-03-31 | 1 | -9/+6 | ||
| * | | | Implement `svg::Handle::from_memory` | 2020-03-31 | 4 | -28/+76 | ||
|/ / / | ||||||
| * / | Implement `padding` support for `Container` | 2020-03-31 | 7 | -22/+47 | ||
|/ / | ||||||
* | | Merge pull request #245 from tirz/refactor-bound_lifetime | 2020-03-30 | 16 | -50/+69 | ||
|\ \ | ||||||
| * | | Hash type ids in `Widget::hash_layout` impls | 2020-03-30 | 15 | -32/+51 | ||
| * | | refactor: remove not mandatory static lifetime | 2020-03-30 | 13 | -32/+32 | ||
|/ / | ||||||
* | | Merge pull request #242 from kaimast/master | 2020-03-29 | 10 | -19/+15 | ||
|\ \ | ||||||
| * | | Remove redundant closure in `Application::run` | 2020-03-29 | 1 | -1/+1 | ||
| * | | Remove unnecessary `clone` call in `Transformation` | 2020-03-29 | 1 | -1/+1 | ||
| * | | Improve `Antialiasing::sample_count` signature | 2020-03-29 | 1 | -1/+1 | ||
| * | | Remove unnecessary conversion in `iced_wgpu` | 2020-03-29 | 1 | -2/+1 | ||
| * | | Remove redundant field assignment | 2020-03-29 | 2 | -2/+2 | ||
| * | | Remove unnecessary merge of `iced_wgpu::Defaults` | 2020-03-29 | 2 | -3/+1 | ||
| * | | Use `!is_empty()` instead of `len() > 0` | 2020-03-29 | 1 | -1/+1 | ||
| * | | Fix lint | 2020-03-28 | 1 | -1/+1 | ||
| * | | Fix formatting | 2020-03-28 | 1 | -1/+1 | ||
| * | | Clippy | 2020-03-28 | 3 | -9/+8 | ||
|/ / | ||||||
* | | Merge pull request #240 from kaimast/master | 2020-03-28 | 1 | -4/+1 | ||
|\ \ | ||||||
| * | | remove explicit lifetimes in integration example | 2020-03-27 | 1 | -4/+1 | ||
* | | | Merge pull request #239 from hecrj/avoid-moving-winit-event | 2020-03-28 | 3 | -14/+14 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Convert `WindowEvent` from a reference in `iced_winit` | 2020-03-27 | 3 | -14/+14 | ||
|/ / | ||||||
* | | Merge pull request #236 from hecrj/improvement/svg-handle-from | 2020-03-26 | 1 | -8/+5 | ||
|\ \ | ||||||
| * | | Genericize `From` implementation for `svg::Handle` | 2020-03-26 | 1 | -8/+5 | ||
* | | | Merge pull request #234 from hecrj/improvement/subscription-send-requirement | 2020-03-26 | 7 | -235/+149 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Make `subscription::Recipe` cross-platform | 2020-03-26 | 3 | -26/+22 | ||
| * | | Simplify `iced_futures::Command` implementation | 2020-03-26 | 3 | -209/+99 | ||
| * | | Add `BoxFutures` and `BoxStream` to `iced_futures` | 2020-03-26 | 1 | -0/+28 | ||
|/ / | ||||||
* | | Merge pull request #202 from FabianLars/master | 2020-03-25 | 10 | -286/+788 | ||
|\ \ | ||||||
| * | | Remove unnecessary borrows in `Editor` | 2020-03-25 | 1 | -11/+10 | ||
| * | | Fix edge cases when inserting text in `Editor` | 2020-03-25 | 1 | -2/+2 | ||
| * | | Implement `Renderer::find_cursor_position` | 2020-03-25 | 3 | -50/+61 | ||
| * | | Change selection color in `styling` example | 2020-03-24 | 1 | -1/+1 | ||
| * | | Rename `is_pressed` to `is_dragging` in `text_input` | 2020-03-24 | 1 | -5/+5 | ||
| * | | Improve docs of `text_input::State::cursor` | 2020-03-24 | 1 | -1/+4 |