summaryrefslogtreecommitdiffstats
path: root/web/src/widget/button.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-181-1/+3
|
* Make `Button::background` genericLibravatar Héctor Ramón Jiménez2019-12-051-2/+2
|
* Style `Button` min-width in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-10/+5
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-8/+39
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+20
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-4/+96
| | | | Also made fields private and improved `Renderer` traits.
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-4/+6
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-1/+3
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-2/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-2/+2
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-3/+31
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+16