summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove `background` from `Settings`Libravatar Héctor Ramón Jiménez2020-01-051-8/+0
* | Draft basic styling for `TextInput`Libravatar Héctor Ramón Jiménez2020-01-011-10/+0
* | Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-012-1/+10
* | 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
* | Rename `Settings::background_color` to `background`Libravatar Héctor Ramón Jiménez2019-12-291-3/+3
* | Add `background_color` to `Settings`Libravatar Héctor Ramón Jiménez2019-12-291-1/+17
* | Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez2019-12-292-18/+2
|/
* Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez2019-12-181-2/+2
* Merge pull request #122 from hecrj/feature/event-subscriptionsLibravatar Héctor Ramón2019-12-163-3/+25
|\
| * Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez2019-12-142-5/+14
| * 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-053-4/+17
* | 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
* | 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
|/
* Use cfg and path attribute instead of cfg_attr for IntelliJ Rust supportLibravatar Gabriel Konat2019-12-041-2/+5
* Merge branch 'master' into feature/image-from-bytesLibravatar Héctor Ramón Jiménez2019-12-041-0/+6
|\
| * Add `decorations` to `settings::Window`Libravatar Héctor Ramón Jiménez2019-12-031-4/+12
| * Modify src/settings.rs to keep original APILibravatar hatoo2019-12-021-16/+4
| * Remove platform-specific logic from icedLibravatar hatoo2019-12-013-47/+2
| * Add platform specific settingsLibravatar hatoo2019-11-303-0/+50
| * Add `decorations` to SettingLibravatar hatoo2019-11-301-0/+5
* | Implement `image` viewer exampleLibravatar Héctor Ramón Jiménez2019-11-301-2/+7
|/
* Merge pull request #68 from hecrj/feature/application-settingsLibravatar Héctor Ramón2019-11-254-10/+56
|\
| * Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-254-10/+56
* | Update debug view GIF in `README`Libravatar Héctor Ramón Jiménez2019-11-251-1/+1
|/
* Merge pull request #66 from hecrj/feature/new-web-tourLibravatar Héctor Ramón2019-11-242-6/+16
|\
| * Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-242-2/+2
| * Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-4/+14
* | Fix `examples` link in documentationLibravatar Héctor Ramón Jiménez2019-11-231-1/+1
|/
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-224-6/+480
* Implement `iced::Sandbox` trait for simple appsLibravatar Héctor Ramón Jiménez2019-11-213-68/+118
* Move widgets from `core` to `native` and `web`Libravatar Héctor Ramón Jiménez2019-11-213-15/+53
* Support async actions in `iced_winit`Libravatar Héctor Ramón Jiménez2019-11-172-9/+17
* Draft `Font` type and implement `Text::font`Libravatar Héctor Ramón Jiménez2019-11-131-1/+2
* Implement `Container` widgetLibravatar Héctor Ramón Jiménez2019-11-111-2/+2
* Allow applications to control the window titleLibravatar Héctor Ramón Jiménez2019-11-091-0/+6
* Implement debug view and load system fontsLibravatar Héctor Ramón Jiménez2019-11-031-1/+1
* Draft `TextInput` widget structureLibravatar Héctor Ramón Jiménez2019-10-301-2/+3
* Draft `Scrollable` widget (no clipping yet!)Libravatar Héctor Ramón Jiménez2019-10-251-2/+2
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-233-10/+38