summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Checkbox` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-4/+18
|
* Fix `Button` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-7/+4
|
* Implement `ProgressBar` widget in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-0/+127
|
* Let checkbox breathe in `styling` exampleLibravatar Héctor Ramón Jiménez2020-02-061-0/+1
|
* Add additional helpers to `css` module in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+31
|
* Expose styling types for `container` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+12
|
* Expose styling types for `radio` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-6/+8
|
* Expose styling types for `checkbox` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-7/+20
|
* Expose missing widget modules in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-065-3/+9
|
* Expose styling types for `scrollable` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-2/+14
|
* Expose styling types for `slider` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-1/+13
|
* Add `From<String>` for `image::Handle` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+6
|
* Make `pokedex` example work on WasmLibravatar Héctor Ramón Jiménez2020-02-052-11/+37
|
* Drop `Send` in `Command` and `Executor` on WasmLibravatar Héctor Ramón Jiménez2020-02-058-111/+232
|
* Add `Handle` and `Data` to `image` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-054-7/+80
|
* Use `reqwest` and `tokio` in `pokedex` exampleLibravatar Héctor Ramón Jiménez2020-02-054-17/+17
|
* Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-055-24/+43
|
* Rename module `style` to `css` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-0516-89/+89
|
* Merge pull request #177 from hecrj/feature/web-subscriptionsLibravatar Héctor Ramón2020-02-0412-120/+103
|\ | | | | Event subscriptions and custom executors for `iced_web`
| * Support event subscriptions in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-0412-120/+103
| | | | | | | | Also improves the overall web runtime, avoiding nested update loops.
* | Merge pull request #178 from hecrj/expose-winit-clipboardLibravatar Héctor Ramón2020-02-032-1/+7
|\ \ | |/ |/| Expose `iced_winit::Clipboard`
| * Write docs for `iced_winit::Clipboard`Libravatar Héctor Ramón Jiménez2020-02-041-0/+6
| | | | | | | | Also explicitly allow the missing debug implementation.
| * Make Clipboard publicLibravatar Imbris2020-02-011-1/+1
| |
* | 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
| |