summaryrefslogtreecommitdiffstats
path: root/web/src/widget/button.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove counterintuitive constant functionsLibravatar Héctor Ramón Jiménez2020-03-061-2/+2
|
* Make many functions `const`Libravatar Nikolai Vazquez2019-11-291-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`.
* Style `Button` min-width in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-10/+5
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-8/+39
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced_web`Libravatar Héctor Ramón Jiménez2019-11-221-1/+20
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-4/+96
| | | | Also made fields private and improved `Renderer` traits.
* Make `iced_core::Button` customizableLibravatar Héctor Ramón Jiménez2019-10-081-4/+6
| | | | | | | Now it supports: - Any kind of content - Custom border radius - Custom background
* Make example work on web and update READMEsLibravatar Héctor Ramón Jiménez2019-09-211-1/+3
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-2/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-2/+2
|
* Draft widget nodes and wire interactionLibravatar Héctor Ramón Jiménez2019-09-151-3/+31
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+16