summaryrefslogtreecommitdiffstats
path: root/web/src/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `From<String>` for `image::Handle` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+6
|
* Add `Handle` and `Data` to `image` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-5/+78
|
* Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-054-24/+42
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-0512-54/+54
|
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-045-16/+10
| | | | Also improves the overall web runtime, avoiding nested update loops.
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-134-10/+13
|
* Merge branch 'master' into feature/shrink-by-defaultLibravatar Héctor Ramón Jiménez2020-01-093-1/+84
|\
| * add(web): support password fieldLibravatar Songtronix2020-01-031-0/+14
| |
| * Merge pull request #138 from hecrj/feature/empty-widgetLibravatar Héctor Ramón2019-12-311-0/+69
| |\ | | | | | | `Space` widget
| | * Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-301-25/+24
| | |
| | * Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-301-0/+70
| | | | | | | | | | | | It can be useful if you want to fill some space with nothing.
| * | Add `Length::FillPortion` variantLibravatar Héctor Ramón Jiménez2019-12-301-1/+1
| |/ | | | | | | | | It allows to specify the amount of available space an element should take relative to other elements.
* / Make `Row`, `Column`, and `Checkbox` shrink by defaultLibravatar Héctor Ramón Jiménez2019-12-303-3/+3
|/
* Merge pull request #128 from Gohla/fix_unnecessary_boundLibravatar Héctor Ramón2019-12-181-1/+1
|\ | | | | Remove unnecessary bound in iced_web Container
| * Fix unnecessary bound in web.Libravatar Gabriel Konat2019-12-181-1/+1
| |
* | Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-185-7/+26
|/
* 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-2311-52/+646
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-226-2/+60
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-2/+2
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-218-17/+639
| | | | Also made fields private and improved `Renderer` traits.
* 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.
* 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-218-4/+12
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-208-72/+23
|
* Remove generic `Color` in widgetsLibravatar Héctor Ramón Jiménez2019-09-193-8/+6
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-157-16/+157
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-154-9/+90
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-148-0/+168