summaryrefslogtreecommitdiffstats
path: root/web/src/widget/scrollable.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-152/+0
2021-10-31Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez1-6/+6
2021-10-18Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez1-4/+7
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez1-4/+4
2021-06-01Replace ignored doc-tests with additional documentation for `Padding`Libravatar Héctor Ramón1-5/+0
2021-06-01Add support for asymmetrical paddingLibravatar Ben LeFevre1-4/+11
2021-02-16Allow dead code explicitly in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-23/+0
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-03-06Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez1-2/+2
2020-02-06Expose styling types for `scrollable` in `iced_web`Libravatar Héctor Ramón Jiménez1-2/+14
2020-02-05Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez1-4/+4
2020-01-13Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez1-1/+1
2019-11-29Make many functions `const`Libravatar Nikolai Vazquez1-2/+2
The point is to set up repeated components or boilerplate before their use sites. The majority of these make sense as `const`. However, some functions such as those regarding state may not make sense as `const`.
2019-11-23Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez1-0/+157
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation