Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #392 from unrelentingtech/image-debloat | 2021-02-13 | 6 | -23/+37 | |
|\ | | | | | Add image format options to reduce code bloat | ||||
| * | 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 | |
| | | | | | | | | | | | | | | | | | | | | | * Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
* | Touch support for `PaneGrid` and `PickList` (#650) | 2021-02-12 | 4 | -70/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * touch events properly parsed and converted to logical size, button working * scrolling with a nice touch * fixed application state level touch cursor. panel_grid is touchable now. * format glicthes fixes * format glitches * tight format * fixed pane grid * fixing with upstream * Remove unused `touch` module from `iced_core` * Remove unused `crate::text` import in `iced_native` * Remove redundant match branch in `iced_winit` * Keep removed line break in `UserInterface::update` * Compute `text_size` only when bounds contains cursor in `overlay::menu` Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com> | ||||
* | Merge pull request #725 from PolyMeilex/wgpu-7.0 | 2021-02-06 | 8 | -225/+261 | |
|\ | | | | | Update to wgpu 0.7 | ||||
| * | 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 | |
| | | | | | | There is no reason to hide the fact that this is always in `LowPower` mode | ||||
| * | [wgpu 0.7] Update integration example | 2021-02-03 | 2 | -24/+24 | |
| | | |||||
| * | Fix TextureViewDimension for image | 2021-02-03 | 1 | -1/+1 | |
| | | | | | | wgpu validation helped to find this long standing type error | ||||
| * | Fix ScissorRect | 2021-02-03 | 1 | -1/+2 | |
| | | | | | | - Breaks `TODO: Address anti-aliasing adjustments properly` | ||||
| * | [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 | |
| | | | | | | | | | | | | | | Notes: - not sure if `filtering sampler` should be used, so for now it is not used . | ||||
| * | [wgpu 0.7] Update window/compositor.rs | 2021-02-03 | 1 | -3/+6 | |
| | | | | | | | | Notes: - wgpu::PowerPreference::Default no longer exists, maybe there is another way to replicate its behavior. | ||||
| * | [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 | |
|/ | | | hecrj/iced#723 | ||||
* | 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 | ||||
| * | 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 | ||||
| * | 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 | |
| | | | | | | | | | * Update sandbox.rs * Update sandbox.rs * format Co-authored-by: Diego Rosario <diegorosario2013@gmail.com> | ||||
* | 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 | |
|\ | | | | | Add `smol` async runtime support | ||||
| * | 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 | |
| | | |||||
* | | Merge pull request #701 from cossonfork/focus_event | 2021-01-15 | 2 | -1/+12 | |
|\ \ | |||||
| * | | Split `window::Event::Focused` into two variants | 2021-01-15 | 2 | -7/+12 | |
| | | | |||||
| * | | add focus event | 2021-01-15 | 2 | -0/+6 | |
|/ / | |||||
* | | Fix `Widget::width` implementation for `PickList` | 2021-01-15 | 1 | -1/+1 | |
| | | |||||
* | | Merge pull request #700 from TannerRogalsky/fix_viewport_getter | 2021-01-15 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix `physical_width` getter incorrectly returning the height | ||||
| * | Fix `physical_width` getter incorrectly returning the height | 2021-01-14 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #694 from hecrj/fix/image-viewer-event-capturing | 2021-01-12 | 1 | -5/+15 | |
|\ | | | | | Capture relevant events in `image::Viewer` | ||||
| * | Capture relevant events in `image::Viewer` | 2021-01-11 | 1 | -5/+15 | |
|/ | |||||
* | Use `BTreeMap` for splits and regions in `pane_grid` | 2021-01-07 | 4 | -12/+12 | |
| | | | | This preserves ordering between calls to update and draw logic. | ||||
* | Remove unnecessary `SaveError` variant in `todos` example | 2021-01-04 | 1 | -2/+1 | |
| | |||||
* | Merge pull request #672 from yusdacra/tokio-1.0 | 2021-01-04 | 3 | -6/+19 | |
|\ | | | | | Update tokio to v1.0 | ||||
| * | Use `Instant::into_std` in `futures::time` | 2021-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Update `tokio` to `1.0` | 2021-01-04 | 3 | -6/+19 | |
|/ | |||||
* | Merge pull request #678 from hecrj/feature/pane-grid-split-highlight | 2021-01-04 | 9 | -37/+191 | |
|\ | | | | | Split highlight for the `PaneGrid` widget |