Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Update: rand | 2021-03-03 | 2 | -6/+4 | ||
|/ / / / / | ||||||
* | | | | | Merge pull request #465 from yusdacra/tooltip-widget | 2021-02-24 | 15 | -16/+577 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Hide `Text` as an implementation detail of `Tooltip` | 2021-02-24 | 2 | -11/+25 | ||
| * | | | | | Generate new layers only for clip primitives in `Layer::generate` | 2021-02-23 | 1 | -12/+28 | ||
| * | | | | | Add `style` and `padding` to `Tooltip` | 2021-02-23 | 3 | -31/+115 | ||
| * | | | | | Export `Tooltip` in `iced_glow` | 2021-02-23 | 2 | -0/+9 | ||
| * | | | | | Introduce `Tooltip::gap` to control spacing | 2021-02-23 | 3 | -6/+21 | ||
| * | | | | | Remove `viewport` from `Overlay::draw` for now | 2021-02-23 | 4 | -10/+2 | ||
| * | | | | | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 15 | -303/+172 | ||
| * | | | | | feat(native): add Tooltip widget | 2021-02-15 | 23 | -18/+580 | ||
* | | | | | | Log event subscription error as a warning | 2021-02-23 | 1 | -1/+1 | ||
* | | | | | | Merge pull request #739 from hecrj/fix/beta-warnings | 2021-02-16 | 7 | -2/+10 | ||
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use string literal as panic message in `iced_glow` | 2021-02-16 | 1 | -2/+2 | ||
| * | | | | | Allow dead code explicitly in `iced_web` | 2021-02-16 | 6 | -0/+8 | ||
|/ / / / / | ||||||
* | | | | | Merge pull request #392 from unrelentingtech/image-debloat | 2021-02-13 | 6 | -23/+37 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Fix `image` feature name in `glow` and `iced` | 2021-02-13 | 2 | -2/+2 | ||
| * | | | | | Add image format options to reduce code bloat, fixes #376 | 2021-02-13 | 8 | -25/+39 | ||
|/ / / / / | ||||||
* | | | | | Improve download_progress example (#283) | 2021-02-12 | 4 | -81/+168 | ||
* | | | | | Touch support for `PaneGrid` and `PickList` (#650) | 2021-02-12 | 4 | -70/+92 | ||
* | | | | | Merge pull request #725 from PolyMeilex/wgpu-7.0 | 2021-02-06 | 8 | -225/+261 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Enable filtering in `wgpu::image` | 2021-02-06 | 1 | -2/+2 | ||
| * | | | | | List `color_blend` first in `wgpu::quad` | 2021-02-06 | 1 | -4/+4 | ||
| * | | | | | Remove unnecessary line break in `triangle::msaa` | 2021-02-06 | 1 | -1/+0 | ||
| * | | | | | Use lowercase in `wgpu` labels for consistency | 2021-02-06 | 4 | -5/+5 | ||
| * | | | | | Use the latest release of `wgpu_glyph` | 2021-02-06 | 1 | -2/+2 | ||
| * | | | | | Change `PowerPreference` from `default()` to `LowPower` | 2021-02-03 | 1 | -1/+1 | ||
| * | | | | | [wgpu 0.7] Update integration example | 2021-02-03 | 2 | -24/+24 | ||
| * | | | | | Fix TextureViewDimension for image | 2021-02-03 | 1 | -1/+1 | ||
| * | | | | | Fix ScissorRect | 2021-02-03 | 1 | -1/+2 | ||
| * | | | | | [wgpu 0.7] triangle/msaa disable filtering | 2021-02-03 | 1 | -2/+2 | ||
| * | | | | | [wgpu 0.7] Update image.rs | 2021-02-03 | 1 | -55/+66 | ||
| * | | | | | [wgpu 0.7] Update triangle.rs | 2021-02-03 | 1 | -52/+60 | ||
| * | | | | | [wgpu 0.7] Update triangle/msaa.rs | 2021-02-03 | 1 | -34/+40 | ||
| * | | | | | [wgpu 0.7] Update window/compositor.rs | 2021-02-03 | 1 | -3/+6 | ||
| * | | | | | [wgpu 0.7] Update quad.rs | 2021-02-03 | 1 | -54/+62 | ||
| * | | | | | The beginning of wgpu 0.7 update | 2021-02-03 | 1 | -2/+2 | ||
|/ / / / / | ||||||
* | | | | | Merge pull request #720 from taiki-e/style-clone | 2021-01-29 | 4 | -4/+4 | ||
|\ \ \ \ \ | ||||||
| * | | | | | impl Clone and Copy for all Style types in iced_style | 2021-01-29 | 4 | -4/+4 | ||
* | | | | | | Merge pull request #719 from taiki-e/error-send-sync | 2021-01-29 | 1 | -1/+12 | ||
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Make iced::Error Send + Sync | 2021-01-29 | 1 | -1/+12 | ||
|/ / / / / | ||||||
* | | | | | update example description at sandbox's documentation (#710) | 2021-01-22 | 1 | -3/+3 | ||
* | | | | | Disable default features of `qrcode` for `iced_graphics` | 2021-01-21 | 1 | -0/+1 | ||
* | | | | | Use `smol::Timer::interval` for `time::Every` | 2021-01-15 | 1 | -9/+1 | ||
* | | | | | Fix consistency in `CHANGELOG` | 2021-01-15 | 1 | -0/+1 | ||
* | | | | | Merge pull request #699 from JayceFayne/smol | 2021-01-15 | 10 | -11/+151 | ||
|\ \ \ \ \ | ||||||
| * | | | | | Fix `time::Every` implementation for `smol` runtime | 2021-01-15 | 3 | -3/+11 | ||
| * | | | | | Add latest release (`0.2.0`) to `CHANGELOG` | 2021-01-15 | 1 | -3/+46 | ||
| * | | | | | Keep old behavior for `Executor` feature flags | 2021-01-15 | 1 | -14/+7 | ||
| * | | | | | Update `CHANGELOG.md` | 2021-01-14 | 1 | -0/+3 | ||
| * | | | | | Add `smol` async runtime | 2021-01-14 | 8 | -10/+103 |