summaryrefslogtreecommitdiffstats
path: root/native/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-104-222/+0
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-095-28/+90
| | | | | | | | | | - 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-241-62/+48
|
* 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-2027-0/+2762