summaryrefslogtreecommitdiffstats
path: root/web (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-232-12/+4
|
* Remove generic handle in `Image`Libravatar Héctor Ramón Jiménez2019-10-221-5/+5
| | | | For now, we will simply assume images will be loaded from a given path.
* Move `winit` logic from `iced` to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-092-11/+11
| | | | | | | | | | - 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-082-4/+14
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Improve documentationLibravatar Héctor Ramón Jiménez2019-09-242-4/+10
|
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-218-4/+12
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-2010-74/+25
|
* Remove generic `Color` in widgetsLibravatar Héctor Ramón Jiménez2019-09-193-8/+6
|
* Unify `web` and `ggez` tour examples :tada:Libravatar Héctor Ramón Jiménez2019-09-197-648/+1
|
* Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez2019-09-164-6/+6
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-1512-24/+167
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-158-18/+215
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-1416-29/+321
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-146-0/+643