summaryrefslogtreecommitdiffstats
path: root/web/src/widget/row.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-148/+0
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-5/+6
|
* 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-11/+14
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-21/+0
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Implement `Column` and `Row` changes in `iced_web`Libravatar Héctor Ramón Jiménez2020-03-171-12/+3
|
* Instantiate Column and Row with childrenLibravatar Rowun Giles2020-03-161-0/+16
|
* Fix `Column` and `Row` styling for `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-11/+6
|
* Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-1/+1
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-8/+8
|
* Make `Row`, `Column`, and `Checkbox` shrink by defaultLibravatar Héctor Ramón Jiménez2019-12-301-1/+1
|
* Add several missing style attributes in iced_web.Libravatar Gabriel Konat2019-12-181-2/+6
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-3/+27
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+1
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+106
| | | | Also made fields private and improved `Renderer` traits.
* 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-23/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-1/+4
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-2/+20
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+36