summaryrefslogtreecommitdiffstats
path: root/web/src/widget/checkbox.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-150/+0
* Reintroduce `Box` for `style_sheet` in `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-311-3/+6
* Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-9/+9
* Allow dead code explicitly in `iced_web`Libravatar Héctor Ramón Jiménez2021-02-161-0/+1
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-8/+0
* Use `String::from_str_in` in `iced_web`Libravatar Héctor Ramón Jiménez2020-07-011-2/+3
* Fix empty `id` and `name` attributes in `iced_web`Libravatar Héctor Ramón Jiménez2020-07-011-9/+13
* add some accessibility features to web widgetsLibravatar Tom Pridham2020-04-211-3/+17
* Fix `Checkbox` and `Radio` API in `iced_web`Libravatar Héctor Ramón Jiménez2020-04-141-2/+2
* Fix `Checkbox` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-4/+18
* Expose styling types for `checkbox` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-7/+20
* Expose missing widget modules in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+1
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-2/+2
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-2/+2
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-131-6/+9
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-4/+5
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-0/+1
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+56
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-0/+1
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-1/+1
* Remove generic `Color` in widgetsLibravatar Héctor Ramón Jiménez2019-09-191-2/+2
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-3/+36
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+14