summaryrefslogtreecommitdiffstats
path: root/src/native.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement styling for `Checkbox`Libravatar Héctor Ramón Jiménez2020-01-071-2/+2
|
* Implement styling for `Radio`Libravatar Héctor Ramón Jiménez2020-01-071-3/+3
|
* Implement styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2020-01-071-3/+3
|
* Implement styling for `Slider`Libravatar Héctor Ramón Jiménez2020-01-071-11/+0
|
* Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez2020-01-061-14/+0
|
* Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2020-01-051-1/+1
|\
| * Expose `ProgressBar` in `iced` crateLibravatar Héctor Ramón Jiménez2020-01-041-1/+1
| |
* | Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez2020-01-051-1/+1
| |
* | Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-10/+0
| |
* | Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez2020-01-011-10/+4
| |
* | Merge branch 'master' into feature/custom-stylingLibravatar Héctor Ramón Jiménez2019-12-311-1/+1
|\|
| * Rename `Empty` widget to `Space`Libravatar Héctor Ramón Jiménez2019-12-301-2/+2
| |
| * Implement `Empty` widgetLibravatar Héctor Ramón Jiménez2019-12-301-2/+2
| | | | | | | | It can be useful if you want to fill some space with nothing.
* | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-291-17/+1
|/
* Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-161-1/+1
|\ | | | | Event subscriptions
| * Allow listening to runtime events in subscriptionsLibravatar Héctor Ramón Jiménez2019-12-081-2/+2
| |
| * Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-051-2/+2
| |
* | Update `Svg` documentationLibravatar Héctor Ramón Jiménez2019-12-151-4/+4
| |
* | Renamed `Icon` widget to `Svg` and gave it separate width and height.Libravatar Malte Veerman2019-12-121-4/+4
| | | | | | | | The aspect ratio is now preserved like in the `Image` widget.
* | Ran cargo_fmt over changed files.Libravatar Malte Veerman2019-12-111-2/+2
| |
* | Added an `Icon` widget to native.Libravatar Malte Veerman2019-12-111-1/+6
|/
* Implement `image` viewer exampleLibravatar Héctor Ramón Jiménez2019-11-301-2/+7
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-0/+62
|
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-211-0/+51
Also made fields private and improved `Renderer` traits.