summaryrefslogtreecommitdiffstats
path: root/web/src/widget/scrollable.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-152/+0
|
* Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-6/+6
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-4/+7
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-4/+4
|
* Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón2021-06-011-5/+0
|
* Add support for asymmetrical paddingLibravatar Ben LeFevre2021-06-011-4/+11
|
* 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-23/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Expose styling types for `scrollable` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+14
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-4/+4
|
* Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-131-1/+1
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-0/+157
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation