summaryrefslogtreecommitdiffstats
path: root/web/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Schedule render after `Command` futures finishLibravatar Héctor Ramón Jiménez2019-12-011-13/+29
|
* Update document title properly in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-0/+15
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-11/+27
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-7/+44
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+89
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-1/+4
| | | | Also made fields private and improved `Renderer` traits.
* Remove `padding` from `Container` for nowLibravatar Héctor Ramón Jiménez2019-11-111-1/+1
|
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-10/+3
|
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-091-9/+9
| | | | | | | | | | - 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.
* Improve documentationLibravatar Héctor Ramón Jiménez2019-09-241-2/+2
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-1/+1
|
* Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez2019-09-191-3/+1
|
* Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez2019-09-161-1/+1
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-3/+51
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+27
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-141-0/+1