summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix `docs.rs` linksLibravatar Héctor Ramón Jiménez2020-02-034-4/+3
| | | | Related issue: https://github.com/rust-lang/docs.rs/issues/223
* Fix CI badge in `README`Libravatar Héctor Ramón Jiménez2020-02-031-1/+1
|
* Merge pull request #171 from ↵Libravatar Héctor Ramón2020-01-273-10/+37
|\ | | | | | | | | sumibi-yakitori/feature/enable_custom_font_for_text_input Enable custom fonts for text input
| * Custom fonts can be set in the text input.Libravatar sumibi-yakitori2020-01-273-10/+37
|/
* Shorten examples `README`Libravatar Héctor Ramón Jiménez2020-01-251-18/+2
|
* Fix empty message alignment in `todos` exampleLibravatar Héctor Ramón Jiménez2020-01-231-0/+1
|
* Make title consistent in `counter` exampleLibravatar Héctor Ramón Jiménez2020-01-221-1/+1
|
* Center items in `counter` exampleLibravatar Héctor Ramón Jiménez2020-01-221-1/+2
|
* Improve default style of `Button`Libravatar Héctor Ramón Jiménez2020-01-221-6/+6
|
* Add default padding to `Button`Libravatar Héctor Ramón Jiménez2020-01-223-1/+10
|
* Merge branch 'feature/custom-runtime'Libravatar Héctor Ramón Jiménez2020-01-2113-25/+43
|\
| * Merge pull request #166 from hecrj/optional-image-supportLibravatar Héctor Ramón2020-01-216-11/+29
| |\ | | | | | | Make `image` support optional in `iced_wgpu`
| | * Make `image` support optional in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-01-206-11/+29
| | | | | | | | | | | | | | | This reduces binary size when image rendering is not necessary a considerable amount.
| * | Merge pull request #165 from hecrj/improvement/forbid-unsafe-codeLibravatar Héctor Ramón2020-01-217-14/+14
| |\ \ | | |/ | |/| Forbid unsafe code and Rust 2018 idioms
| | * Forbid unsafe code and Rust 2018 idiomsLibravatar Héctor Ramón Jiménez2020-01-207-14/+14
| |/
* | Fix `todos` build workflowLibravatar Héctor Ramón Jiménez2020-01-213-24/+18
| |
* | Merge pull request #164 from hecrj/feature/custom-runtimeLibravatar Héctor Ramón2020-01-2170-329/+1097
|\| | | | | Custom futures executor with `iced_futures`
| * Improve consistency in executor documentationLibravatar Héctor Ramón Jiménez2020-01-204-4/+4
| |
| * Write documentation for `executor::WasmBindgen`Libravatar Héctor Ramón Jiménez2020-01-201-0/+1
| |
| * Write documentation for `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-2011-20/+131
| |
| * Update examples `README`Libravatar Héctor Ramón Jiménez2020-01-201-6/+84
| |
| * Add `README` for `todos` exampleLibravatar Héctor Ramón Jiménez2020-01-201-0/+20
| |
| * Add `README` for `styling` exampleLibravatar Héctor Ramón Jiménez2020-01-201-0/+15
| |
| * Add `README` for `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-01-201-0/+17
| |
| * Add `README` for `tour` exampleLibravatar Héctor Ramón Jiménez2020-01-204-32/+30
| |
| * Package examples and remove `dev-dependencies`Libravatar Héctor Ramón Jiménez2020-01-2030-78/+193
| |
| * Implement `WasmBindgen` executor and reorganizeLibravatar Héctor Ramón Jiménez2020-01-2011-110/+176
| |
| * Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-2029-69/+192
| |
| * Make `thread-pool` optional in `iced_futures`Libravatar Héctor Ramón Jiménez2020-01-193-2/+10
| |
| * Rename `Receiver` to `Sender` in `Runtime`Libravatar Héctor Ramón Jiménez2020-01-191-12/+11
| |
| * Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-1923-195/+196
| |
| * Implement `Runtime` and `Executor` in `iced_core`Libravatar Héctor Ramón Jiménez2020-01-195-4/+97
| | | | | | | | | | They can be leveraged by shells to easily execute commands and track subscriptions.
| * Implement `subscription::Tracker` in `iced_core`Libravatar Héctor Ramón Jiménez2020-01-197-8/+131
|/
* Merge pull request #162 from hecrj/feature/window-file-eventsLibravatar Héctor Ramón2020-01-166-18/+50
|\ | | | | Window file events
| * Produce new window file events in `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-162-13/+24
| |
| * Add file events to `iced_native::window::Event`Libravatar Héctor Ramón Jiménez2020-01-166-8/+29
| |
* | Merge pull request #161 from hecrj/feature/window-modeLibravatar Héctor Ramón2020-01-1610-35/+127
|\ \ | |/ |/| Window modes
| * Expose `window::Mode` in `iced`Libravatar Héctor Ramón Jiménez2020-01-1611-42/+81
| | | | | | | | | | 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.
| * Add `Application::mode` to `iced_winit`Libravatar Héctor Ramón Jiménez2020-01-162-2/+44
| |
| * Create `window::Mode` in `iced_native`Libravatar Héctor Ramón Jiménez2020-01-162-0/+11
| |
* | Take `IntoIterator` instead of `Iterator`Libravatar Héctor Ramón Jiménez2020-01-163-4/+8
|/
* Update `ROADMAP`Libravatar Héctor Ramón Jiménez2020-01-151-18/+4
|
* Merge pull request #155 from ejmahler/remove-cloneLibravatar Héctor Ramón2020-01-1310-26/+44
|\ | | | | Remove Clone bound on Application::Message
| * Remove `Message: Clone` bound in `Sandbox`Libravatar Héctor Ramón Jiménez2020-01-131-1/+1
| |
| * Remove `Message: Clone` bound in some web widgetsLibravatar Héctor Ramón Jiménez2020-01-135-11/+21
| |
| * Remove `Clone` bound for `Element::map`Libravatar Héctor Ramón Jiménez2020-01-132-8/+6
| |
| * Additional clone removals for wasmLibravatar Elliott Mahler2020-01-122-5/+15
| |
| * Remove Clone bound on Application::MessageLibravatar Elliott Mahler2020-01-121-1/+1
|/
* Merge pull request #144 from hatoo/paint-exampleLibravatar Héctor Ramón2020-01-112-0/+367
|\ | | | | Add MS paint example
| * Add instructions to `bezier_tool` exampleLibravatar Héctor Ramón Jiménez2020-01-111-7/+36
| |