summaryrefslogtreecommitdiffstats
path: root/src/application.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-2/+12
|
* Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-161-1/+22
| | | | | Although the Fullscreen API in the Web platform has some limitations, it is still useful to be able to support fullscreen on the native side.
* Remove Clone bound on Application::MessageLibravatar Elliott Mahler2020-01-121-1/+1
|
* Allow configuration of default fontLibravatar Héctor Ramón Jiménez2020-01-011-1/+6
|
* Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez2019-12-181-2/+2
|
* Write docs for subscriptions and reorganize a bitLibravatar Héctor Ramón Jiménez2019-12-141-4/+13
|
* Draft first version of event subscriptions :tada:Libravatar Héctor Ramón Jiménez2019-12-051-1/+10
|
* Allow `Application` configuration with `Settings`Libravatar Héctor Ramón Jiménez2019-11-251-5/+5
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-1/+1
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-4/+14
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-4/+125
|
* Implement `iced::Sandbox` trait for simple appsLibravatar Héctor Ramón Jiménez2019-11-211-0/+69