summaryrefslogtreecommitdiffstats
path: root/src/application.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-38/+12
* Remove `executor::Null` from the root public APILibravatar Héctor Ramón Jiménez2020-10-171-1/+1
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-9/+13
* Merge pull request #415 from hecrj/feature/configurable-scale-factorLibravatar Héctor Ramón2020-06-201-0/+19
|\
| * Add `scale_factor` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-191-0/+19
* | Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2020-06-191-0/+1
|/
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-121-1/+17
* Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2020-06-011-1/+0
* Add custom window background/clear color (incl. transparency) support, fixes ...Libravatar Greg V2020-06-011-0/+1
* Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-271-12/+12
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-15/+22
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-10/+10
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-191-1/+1
* Write documentation for the `debug` featureLibravatar Héctor Ramón Jiménez2020-04-021-0/+3
* Improve docs for `Sandbox` and `Application`Libravatar Héctor Ramón Jiménez2020-04-021-49/+50
* Clarify return policy of `Application::run`Libravatar Héctor Ramón Jiménez2020-04-021-4/+4
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-17/+32
* Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez2020-02-241-0/+1
* Rename `Settings::use_antialiasing` to `antialiasing`Libravatar Héctor Ramón Jiménez2020-02-181-1/+1
* Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez2020-02-181-1/+1
* Rename `Settings::antialiasing` to `use_antialiasing`Libravatar Héctor Ramón Jiménez2020-02-151-1/+1
* Implement MSAA for `triangle` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-02-151-0/+5
* Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-091-1/+1
* Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-041-0/+5
* 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
* 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
* 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