summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix doc comments and remove `Align` from `tour`Libravatar Héctor Ramón Jiménez2019-11-111-7/+12
|
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-1/+1
| | | | Remove `align_self` and `justify_content` methods
* Draft custom layout engine based on `druid`Libravatar Héctor Ramón Jiménez2019-11-111-0/+2
|
* Draft new layout APILibravatar Héctor Ramón Jiménez2019-11-101-8/+1
|
* Add horizontal offset to `Primitive::Clip`Libravatar Héctor Ramón Jiménez2019-11-051-3/+1
|
* Rename `Renderer::Primitive` to `Renderer::Output`Libravatar Héctor Ramón Jiménez2019-10-111-1/+1
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-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` customizableLibravatar Héctor Ramón Jiménez2019-10-081-5/+7
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Move `MouseCursor` to `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-051-4/+1
|
* Add `Renderer` and `Primitive` conceptsLibravatar Héctor Ramón Jiménez2019-10-051-4/+7
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+228