Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc comments and remove `Align` from `tour` | 2019-11-11 | 1 | -7/+12 | |
| | |||||
* | Implement `Container` widget | 2019-11-11 | 1 | -1/+1 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft custom layout engine based on `druid` | 2019-11-11 | 1 | -0/+2 | |
| | |||||
* | Draft new layout API | 2019-11-10 | 1 | -8/+1 | |
| | |||||
* | Add horizontal offset to `Primitive::Clip` | 2019-11-05 | 1 | -3/+1 | |
| | |||||
* | Rename `Renderer::Primitive` to `Renderer::Output` | 2019-10-11 | 1 | -1/+1 | |
| | |||||
* | Move `winit` logic from `iced` to `iced_winit` | 2019-10-09 | 1 | -0/+2 | |
| | | | | | | | | | | - Added new `renderer::Windowed` trait. This shoud allow users to easily try different renderers by simply changing one line. - Renamed `UserInterface` traits to `Application`, as the `run` method takes total control of the current thread. - Moved `MouseCursor` back to `iced_native`. The new `renderer::Windowed` trait returns one on `draw`. - Split `iced_native` renderer in multiple modules, for consistency. | ||||
* | Make `iced_core::Button` customizable | 2019-10-08 | 1 | -5/+7 | |
| | | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background | ||||
* | Move `MouseCursor` to `iced_wgpu` | 2019-10-05 | 1 | -4/+1 | |
| | |||||
* | Add `Renderer` and `Primitive` concepts | 2019-10-05 | 1 | -4/+7 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+228 | |