summaryrefslogtreecommitdiffstats
path: root/native (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draw checkbox in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-131-3/+1
|
* Make `Renderer` immutable in `UserInterface::build`Libravatar Héctor Ramón Jiménez2019-10-112-5/+2
|
* Handle mouse cursor in `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-111-1/+1
|
* Rename `Renderer::Primitive` to `Renderer::Output`Libravatar Héctor Ramón Jiménez2019-10-1115-34/+33
|
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-105-225/+0
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-096-28/+91
| | | | | | | | | | - 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-0812-40/+51
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Draft basic text rendering using `wgpu_glyph`Libravatar Héctor Ramón Jiménez2019-10-051-0/+9
|
* Move `MouseCursor` to `iced_wgpu`Libravatar Héctor Ramón Jiménez2019-10-056-45/+5
|
* Add `Renderer` and `Primitive` conceptsLibravatar Héctor Ramón Jiménez2019-10-0513-105/+166
|
* Remove `stretch` optional dependency in `core`Libravatar Héctor Ramón Jiménez2019-09-242-63/+49
|
* Complete some `hash_layout` implementationsLibravatar Héctor Ramón Jiménez2019-09-203-6/+7
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-2028-0/+2781