summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Wrap application initialization with `Runtime::enter`Libravatar Héctor Ramón Jiménez2020-02-161-2/+2
|
* Merge pull request #187 from daxpedda/pub-node-alignLibravatar Héctor Ramón2020-02-144-11/+18
|\ | | | | Add `Node::move_to` and make `Node::align` public
| * Improve documentation for new `Node` methodsLibravatar Héctor Ramón Jiménez2020-02-141-6/+5
| |
| * Revert rustfmt change.Libravatar daxpedda2020-02-141-0/+1
| |
| * Revert changing the constructor and implement new method.Libravatar daxpedda2020-02-1416-45/+40
| |
| * Fix examples.Libravatar daxpedda2020-02-142-2/+2
| |
| * Fix custom widget example.Libravatar daxpedda2020-02-141-4/+7
| |
| * Add `bound` to `Node` constructor.Libravatar daxpedda2020-02-1413-20/+25
| |
| * Make `Node::align` public.Libravatar daxpedda2020-02-141-1/+5
|/
* Merge pull request #186 from Louis-Simon22/masterLibravatar Héctor Ramón2020-02-121-0/+16
|\ | | | | Container support for Align::End
| * Container support for Align::EndLibravatar Louis-Simon Mc Nicoll2020-02-111-0/+16
|/
* Merge pull request #185 from daxpedda/pub-hash-layoutLibravatar Héctor Ramón2020-02-101-1/+4
|\ | | | | Make `Element::hash_layout` public.
| * Make `Element::hash_layout` public.Libravatar daxpedda2020-02-101-1/+4
|/
* Merge pull request #183 from hecrj/feature/wgpu-integrationLibravatar Héctor Ramón2020-02-1025-377/+893
|\ | | | | Integration with existing `wgpu` projects
| * Add `integration` example to examples `README`Libravatar Héctor Ramón Jiménez2020-02-101-0/+1
| |
| * Fix documentation examples of `UserInterface`Libravatar Héctor Ramón Jiménez2020-02-091-2/+2
| |
| * Add `integration` exampleLibravatar Héctor Ramón Jiménez2020-02-097-0/+437
| | | | | | | | It showcases how to integrate iced in an existing graphical application.
| * Avoid `Size` name collision in`iced_winit`Libravatar Héctor Ramón Jiménez2020-02-091-1/+0
| |
| * Improve consistency in new `iced_wgpu` typesLibravatar Héctor Ramón Jiménez2020-02-093-2/+4
| |
| * Remove dead code in `iced_winit::debug::Null`Libravatar Héctor Ramón Jiménez2020-02-091-2/+0
| |
| * Remove event conversion from `iced_winit::Application`Libravatar Héctor Ramón Jiménez2020-02-092-115/+34
| |
| * Add `conversion::window_event` to `iced_winit`Libravatar Héctor Ramón Jiménez2020-02-091-2/+90
| |
| * Write documentation for new `iced_wgpu` typesLibravatar Héctor Ramón Jiménez2020-02-095-1/+16
| |
| * Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez2020-02-096-15/+12
| |
| * Remove unused `window::renderer` moduleLibravatar Héctor Ramón Jiménez2020-02-091-55/+0
| |
| * Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez2020-02-0913-234/+349
|/
* Merge pull request #181 from Imberflur/improvement/update-winitLibravatar Héctor Ramón2020-02-089-83/+126
|\ | | | | Update `winit` to `0.21`
| * Update `winit` to `0.21`Libravatar Imbris2020-02-071-1/+1
| |
| * Increase precision of `scale_factor` in `Windowed`Libravatar Héctor Ramón Jiménez2020-02-073-8/+8
| |
| * Implement an opaque `Size` typeLibravatar Héctor Ramón Jiménez2020-02-073-32/+55
| | | | | | | | It immutably ties physical and logical sizes to a specific scale factor.
| * Keep `is_private_use_character` filter for nowLibravatar Héctor Ramón Jiménez2020-02-071-1/+0
| |
| * Update `winit` to `0.20`Libravatar Héctor Ramón Jiménez2020-02-077-71/+92
|/
* Fix crates.io link in `README`Libravatar Héctor Ramón Jiménez2020-02-071-1/+1
|
* Merge pull request #180 from hecrj/feature/web-stylingLibravatar Héctor Ramón2020-02-0637-340/+881
|\ | | | | Custom styling for `iced_web`
| * Implement local storage for `todos` example in WasmLibravatar Héctor Ramón Jiménez2020-02-062-3/+30
| |
| * Remove `wasm_bindgen(start)` from `tour` exampleLibravatar Héctor Ramón Jiménez2020-02-062-16/+0
| |
| * Add `font-family` to `Text` style in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-2/+7
| |
| * Allow switching `executor::Default` with featuresLibravatar Héctor Ramón Jiménez2020-02-066-28/+34
| |
| * Allow `todos` example to compile to `wasm32`Libravatar Héctor Ramón Jiménez2020-02-062-1/+22
| |
| * Implement `TextInput::on_submit` support in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-2/+23
| |
| * Implement `TextInput` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-16/+23
| |
| * Fix `ProgressBar` doc example in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-4/+3
| |
| * Implement `Container` styling in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-14/+15
| |
| * Add style to `TextInput` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+10
| |
| * Fix `Column` and `Row` styling for `iced_web`Libravatar Héctor Ramón Jiménez2020-02-062-22/+12
| |
| * 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
| |