| Commit message (Expand) | Author | Age | Files | Lines |
* | Overwrite `overlay` method in Widget implementation for Button (#764) | Nicolas Levy | 2021-03-14 | 1 | -0/+8 |
* | Merge pull request #773 from hecrj/feature/clipboard-access-in-update | Héctor Ramón | 2021-03-12 | 21 | -58/+170 |
|\ |
|
| * | Implement stub `Clipboard` in `iced_web` | Héctor Ramón Jiménez | 2021-03-11 | 3 | -4/+38 |
| * | Expose `read` and `write` methods in `iced_winit::Clipboard` directly | Héctor Ramón Jiménez | 2021-03-11 | 1 | -4/+14 |
| * | Add `clipboard` argument to `Application::update` | Héctor Ramón Jiménez | 2021-03-11 | 18 | -50/+118 |
|/ |
|
* | Merge pull request #770 from hecrj/feature/clipboard-write | Héctor Ramón | 2021-03-10 | 32 | -129/+227 |
|\ |
|
| * | Implement copy and cut behavior for `TextInput` | Héctor Ramón Jiménez | 2021-03-10 | 1 | -0/+40 |
| * | Make `Clipboard` argument in `Widget` trait mutable | Héctor Ramón Jiménez | 2021-03-10 | 31 | -129/+175 |
| * | Introduce `write` method to `Clipboard` trait | Héctor Ramón Jiménez | 2021-03-10 | 2 | -0/+10 |
| * | Update `window_clipboard` to `0.2` | Héctor Ramón Jiménez | 2021-03-10 | 6 | -9/+11 |
* | | Merge pull request #771 from hecrj/fix/tooltip-layering | Héctor Ramón | 2021-03-10 | 6 | -45/+89 |
|\ \
| |/
|/| |
|
| * | Reposition `Tooltip` inside `viewport` bounds | Héctor Ramón Jiménez | 2021-02-27 | 1 | -37/+60 |
| * | Fix `viewport` argument in `PaneGrid` draw calls | Héctor Ramón Jiménez | 2021-02-27 | 5 | -8/+29 |
* | | Call `hash_layout` for `controls` in `pane_grid::TitleBar` | Héctor Ramón Jiménez | 2021-03-09 | 1 | -0/+4 |
* | | Merge pull request #760 from TriedAngle/master | Héctor Ramón | 2021-03-05 | 2 | -6/+4 |
|\ \
| |/
|/| |
|
| * | Update: rand | Sebastian | 2021-03-03 | 2 | -6/+4 |
|/ |
|
* | Merge pull request #465 from yusdacra/tooltip-widget | Héctor Ramón | 2021-02-24 | 15 | -16/+577 |
|\ |
|
| * | Hide `Text` as an implementation detail of `Tooltip` | Héctor Ramón Jiménez | 2021-02-24 | 2 | -11/+25 |
| * | Generate new layers only for clip primitives in `Layer::generate` | Héctor Ramón Jiménez | 2021-02-23 | 1 | -12/+28 |
| * | Add `style` and `padding` to `Tooltip` | Héctor Ramón Jiménez | 2021-02-23 | 3 | -31/+115 |
| * | Export `Tooltip` in `iced_glow` | Héctor Ramón Jiménez | 2021-02-23 | 2 | -0/+9 |
| * | Introduce `Tooltip::gap` to control spacing | Héctor Ramón Jiménez | 2021-02-23 | 3 | -6/+21 |
| * | Remove `viewport` from `Overlay::draw` for now | Héctor Ramón Jiménez | 2021-02-23 | 4 | -10/+2 |
| * | Change `Tooltip` to support `Text` only for now | Héctor Ramón Jiménez | 2021-02-23 | 15 | -303/+172 |
| * | feat(native): add Tooltip widget | Yusuf Bera Ertan | 2021-02-15 | 23 | -18/+580 |
* | | Log event subscription error as a warning | Héctor Ramón Jiménez | 2021-02-23 | 1 | -1/+1 |
* | | Merge pull request #739 from hecrj/fix/beta-warnings | Héctor Ramón | 2021-02-16 | 7 | -2/+10 |
|\ \
| |/
|/| |
|
| * | Use string literal as panic message in `iced_glow` | Héctor Ramón Jiménez | 2021-02-16 | 1 | -2/+2 |
| * | Allow dead code explicitly in `iced_web` | Héctor Ramón Jiménez | 2021-02-16 | 6 | -0/+8 |
|/ |
|
* | Merge pull request #392 from unrelentingtech/image-debloat | Héctor Ramón | 2021-02-13 | 6 | -23/+37 |
|\ |
|
| * | Fix `image` feature name in `glow` and `iced` | Héctor Ramón Jiménez | 2021-02-13 | 2 | -2/+2 |
| * | Add image format options to reduce code bloat, fixes #376 | Greg V | 2021-02-13 | 8 | -25/+39 |
|/ |
|
* | Improve download_progress example (#283) | Folyd | 2021-02-12 | 4 | -81/+168 |
* | Touch support for `PaneGrid` and `PickList` (#650) | anunge | 2021-02-12 | 4 | -70/+92 |
* | Merge pull request #725 from PolyMeilex/wgpu-7.0 | Héctor Ramón | 2021-02-06 | 8 | -225/+261 |
|\ |
|
| * | Enable filtering in `wgpu::image` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -2/+2 |
| * | List `color_blend` first in `wgpu::quad` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -4/+4 |
| * | Remove unnecessary line break in `triangle::msaa` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -1/+0 |
| * | Use lowercase in `wgpu` labels for consistency | Héctor Ramón Jiménez | 2021-02-06 | 4 | -5/+5 |
| * | Use the latest release of `wgpu_glyph` | Héctor Ramón Jiménez | 2021-02-06 | 1 | -2/+2 |
| * | Change `PowerPreference` from `default()` to `LowPower` | Poly | 2021-02-03 | 1 | -1/+1 |
| * | [wgpu 0.7] Update integration example | Poly | 2021-02-03 | 2 | -24/+24 |
| * | Fix TextureViewDimension for image | Poly | 2021-02-03 | 1 | -1/+1 |
| * | Fix ScissorRect | Poly | 2021-02-03 | 1 | -1/+2 |
| * | [wgpu 0.7] triangle/msaa disable filtering | Poly | 2021-02-03 | 1 | -2/+2 |
| * | [wgpu 0.7] Update image.rs | Poly | 2021-02-03 | 1 | -55/+66 |
| * | [wgpu 0.7] Update triangle.rs | Poly | 2021-02-03 | 1 | -52/+60 |
| * | [wgpu 0.7] Update triangle/msaa.rs | Poly | 2021-02-03 | 1 | -34/+40 |
| * | [wgpu 0.7] Update window/compositor.rs | Poly | 2021-02-03 | 1 | -3/+6 |
| * | [wgpu 0.7] Update quad.rs | Poly | 2021-02-03 | 1 | -54/+62 |