summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #392 from unrelentingtech/image-debloatLibravatar Héctor Ramón2021-02-136-23/+37
|\ \ \ \ \
| * | | | | Fix `image` feature name in `glow` and `iced`Libravatar Héctor Ramón Jiménez2021-02-132-2/+2
| * | | | | Add image format options to reduce code bloat, fixes #376Libravatar Greg V2021-02-138-25/+39
|/ / / / /
* | | | | Improve download_progress example (#283)Libravatar Folyd2021-02-124-81/+168
* | | | | Touch support for `PaneGrid` and `PickList` (#650)Libravatar anunge2021-02-124-70/+92
* | | | | Merge pull request #725 from PolyMeilex/wgpu-7.0Libravatar Héctor Ramón2021-02-068-225/+261
|\ \ \ \ \
| * | | | | Enable filtering in `wgpu::image`Libravatar Héctor Ramón Jiménez2021-02-061-2/+2
| * | | | | List `color_blend` first in `wgpu::quad`Libravatar Héctor Ramón Jiménez2021-02-061-4/+4
| * | | | | Remove unnecessary line break in `triangle::msaa`Libravatar Héctor Ramón Jiménez2021-02-061-1/+0
| * | | | | Use lowercase in `wgpu` labels for consistencyLibravatar Héctor Ramón Jiménez2021-02-064-5/+5
| * | | | | Use the latest release of `wgpu_glyph`Libravatar Héctor Ramón Jiménez2021-02-061-2/+2
| * | | | | Change `PowerPreference` from `default()` to `LowPower`Libravatar Poly2021-02-031-1/+1
| * | | | | [wgpu 0.7] Update integration exampleLibravatar Poly2021-02-032-24/+24
| * | | | | Fix TextureViewDimension for imageLibravatar Poly2021-02-031-1/+1
| * | | | | Fix ScissorRectLibravatar Poly2021-02-031-1/+2
| * | | | | [wgpu 0.7] triangle/msaa disable filteringLibravatar Poly2021-02-031-2/+2
| * | | | | [wgpu 0.7] Update image.rsLibravatar Poly2021-02-031-55/+66
| * | | | | [wgpu 0.7] Update triangle.rsLibravatar Poly2021-02-031-52/+60
| * | | | | [wgpu 0.7] Update triangle/msaa.rsLibravatar Poly2021-02-031-34/+40
| * | | | | [wgpu 0.7] Update window/compositor.rsLibravatar Poly2021-02-031-3/+6
| * | | | | [wgpu 0.7] Update quad.rsLibravatar Poly2021-02-031-54/+62
| * | | | | The beginning of wgpu 0.7 updateLibravatar Poly2021-02-031-2/+2
|/ / / / /
* | | | | Merge pull request #720 from taiki-e/style-cloneLibravatar Héctor Ramón2021-01-294-4/+4
|\ \ \ \ \
| * | | | | impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo2021-01-294-4/+4
* | | | | | Merge pull request #719 from taiki-e/error-send-syncLibravatar Héctor Ramón2021-01-291-1/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Make iced::Error Send + SyncLibravatar Taiki Endo2021-01-291-1/+12
|/ / / / /
* | | | | update example description at sandbox's documentation (#710)Libravatar GunpowderGuy2021-01-221-3/+3
* | | | | Disable default features of `qrcode` for `iced_graphics`Libravatar Héctor Ramón Jiménez2021-01-211-0/+1
* | | | | Use `smol::Timer::interval` for `time::Every`Libravatar Héctor Ramón Jiménez2021-01-151-9/+1
* | | | | Fix consistency in `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-01-151-0/+1
* | | | | Merge pull request #699 from JayceFayne/smolLibravatar Héctor Ramón2021-01-1510-11/+151
|\ \ \ \ \
| * | | | | Fix `time::Every` implementation for `smol` runtimeLibravatar Héctor Ramón Jiménez2021-01-153-3/+11
| * | | | | Add latest release (`0.2.0`) to `CHANGELOG`Libravatar Héctor Ramón Jiménez2021-01-151-3/+46
| * | | | | Keep old behavior for `Executor` feature flagsLibravatar Héctor Ramón Jiménez2021-01-151-14/+7
| * | | | | Update `CHANGELOG.md`Libravatar Jayce Fayne2021-01-141-0/+3
| * | | | | Add `smol` async runtimeLibravatar Jayce Fayne2021-01-148-10/+103
* | | | | | Merge pull request #701 from cossonfork/focus_eventLibravatar Héctor Ramón Jiménez2021-01-152-1/+12
|\ \ \ \ \ \
| * | | | | | Split `window::Event::Focused` into two variantsLibravatar Héctor Ramón Jiménez2021-01-152-7/+12
| * | | | | | add focus eventLibravatar cossonleo2021-01-152-0/+6
|/ / / / / /
* | | | | | Fix `Widget::width` implementation for `PickList`Libravatar Héctor Ramón Jiménez2021-01-151-1/+1
* | | | | | Merge pull request #700 from TannerRogalsky/fix_viewport_getterLibravatar Héctor Ramón2021-01-151-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix `physical_width` getter incorrectly returning the heightLibravatar Tanner Rogalsky2021-01-141-1/+1
|/ / / / /
* | | | | Merge pull request #694 from hecrj/fix/image-viewer-event-capturingLibravatar Héctor Ramón2021-01-121-5/+15
|\ \ \ \ \
| * | | | | Capture relevant events in `image::Viewer`Libravatar Héctor Ramón Jiménez2021-01-111-5/+15
|/ / / / /
* | | | | Use `BTreeMap` for splits and regions in `pane_grid`Libravatar Héctor Ramón Jiménez2021-01-074-12/+12
* | | | | Remove unnecessary `SaveError` variant in `todos` exampleLibravatar Héctor Ramón Jiménez2021-01-041-2/+1
* | | | | Merge pull request #672 from yusdacra/tokio-1.0Libravatar Héctor Ramón2021-01-043-6/+19
|\ \ \ \ \
| * | | | | Use `Instant::into_std` in `futures::time`Libravatar Héctor Ramón Jiménez2021-01-041-1/+1
| * | | | | Update `tokio` to `1.0`Libravatar Yusuf Bera Ertan2021-01-043-6/+19
|/ / / / /
* | | | | Merge pull request #678 from hecrj/feature/pane-grid-split-highlightLibravatar Héctor Ramón2021-01-049-37/+191
|\ \ \ \ \