summaryrefslogtreecommitdiffstats
path: root/web/src/widget/column.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+1
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-2/+104
| | | | 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-36/+2
|
* 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/+48