summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Require a `Direction` when computing `State::offset` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-18/+23
|
* Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-272-70/+61
|
* Make vertical scroll properties optionalLibravatar Austin M. Reppert2023-06-272-49/+99
| | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com>
* Merge pull request #1843 from wash2/fix-tiny-skia-quadLibravatar Héctor Ramón2023-06-271-18/+126
|\ | | | | fix: quad rendering including border only inside of the bounds
| * Fix import consistency in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-271-5/+3
| |
| * Draw border path for `quad` only if it has a border in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-271-105/+109
| |
| * fix: tiny-skia quad handle case where border_radius < border_width / 2.0Libravatar Ashley Wulber2023-05-111-7/+83
| |
| * fix: don't offset fill of quadLibravatar Ashley Wulber2023-05-111-12/+4
| |
| * fix: quad rendering including border only inside of the boundsLibravatar Ashley Wulber2023-05-101-4/+42
| |
* | Merge pull request #1885 from bungoboingo/gradient-packing-optimizationLibravatar Héctor Ramón2023-06-276-179/+188
|\ \ | | | | | | Small gradient optimization
| * | Switched to packing using f16s to maintain acceptable precision.Libravatar Bingus2023-06-077-151/+163
| | |
| * | Updated color packing into u32 to consider incorrect web-colors.Libravatar Bingus2023-06-064-49/+61
| | |
| * | Implement explicit `Color::into_u32` instead of `Into` traitLibravatar Héctor Ramón Jiménez2023-06-061-13/+12
| | |
| * | Optimized gradient data packing.Libravatar Bingus2023-06-066-158/+144
| | |
* | | Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-2715-24/+921
|\ \ \ | | | | | | | | Feat: Offscreen Rendering & Screenshots
| * | | Simplify `offscreen` API as `color` module in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-06-275-236/+180
| | | |
| * | | Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-277-10/+13
| | | |
| * | | Fixed documentationLibravatar Bingus2023-06-141-1/+1
| | | |
| * | | Replaced offscreen_blit.wgsl with existing blit.wgsl.Libravatar Bingus2023-06-142-130/+60
| | | |
| * | | Added in check for web-colors.Libravatar Bingus2023-06-081-7/+16
| | | |
| * | | Adjusted offscreen pass to be a render pass vs compute for compat with ↵Libravatar Bingus2023-06-084-58/+166
| | | | | | | | | | | | | | | | web-colors flag.
| * | | Fix width of crop labels in `screenshot` example (again)Libravatar Héctor Ramón Jiménez2023-06-061-4/+4
| | | |
| * | | Rearrange controls of the `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-32/+52
| | | |
| * | | Introduce `on_press_maybe` helper for `Button`Libravatar Héctor Ramón Jiménez2023-06-062-4/+14
| | | |
| * | | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez2023-06-062-5/+16
| | | |
| * | | Avoid `iced_image` import in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-5/+4
| | | |
| * | | Fix punctuation in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-2/+2
| | | |
| * | | Fix width of crop labels in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-4/+4
| | | |
| * | | Create `numeric_input` helper in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-44/+54
| | | |
| * | | Use `Container::Box` in `screenshot` exampleLibravatar Héctor Ramón Jiménez2023-06-061-17/+1
| | | |
| * | | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵Libravatar Bingus2023-06-0616-24/+893
| |/ / | | | | | | | | | window::screenshot command.
* | | Merge pull request #1921 from iced-rs/subpixel-glyph-positioningLibravatar Héctor Ramón2023-06-2610-108/+51
|\ \ \ | | | | | | | | Subpixel glyph positioning and layout linearity
| * | | Clear text caches after a font is loadedLibravatar Héctor Ramón Jiménez2023-06-212-0/+4
| | | |
| * | | Use subpixel glyph positioning and layout linearityLibravatar Héctor Ramón Jiménez2023-06-2010-108/+47
| | | | | | | | | | | | | | | | ... for offsetting and scaling text
* | | | Merge pull request #1931 from GyulyVGC/patch-1Libravatar Héctor Ramón2023-06-251-2/+2
|\ \ \ \ | | | | | | | | | | Minor grammar correction
| * | | | Update BUG-REPORT.ymlLibravatar Giuliano Bellini2023-06-251-2/+2
|/ / / /
* | | | Merge pull request #1929 from tarkah/update/winitLibravatar Héctor Ramón2023-06-231-1/+1
|\ \ \ \ | | | | | | | | | | Update winit
| * | | | Update winitLibravatar Cory Forsstrom2023-06-231-1/+1
|/ / / /
* | | | Merge pull request #1928 from tarkah/fix/vendored-buildLibravatar Héctor Ramón2023-06-232-2/+1
|\ \ \ \ | | | | | | | | | | Fix iced build when using vendored dependencies
| * | | | Provide access to font from each crateLibravatar Cory Forsstrom2023-06-222-2/+1
|/ / / /
* | | | Center `Submit` button vertically in `styling` exampleLibravatar Héctor Ramón Jiménez2023-06-211-1/+3
| | | |
* | | | Merge pull request #1925 from iced-rs/update/ouroborosLibravatar Héctor Ramón2023-06-212-6/+2
|\ \ \ \ | | | | | | | | | | Update `ouroboros` dependency
| * | | | Update `ouroboros` dependencyLibravatar Héctor Ramón Jiménez2023-06-212-6/+2
| |/ / /
* | | | Merge pull request #1924 from iced-rs/fix/nested-overlay-translationLibravatar Héctor Ramón2023-06-211-1/+1
|\ \ \ \ | |/ / / |/| | | Fix `translation` in `layout` of `Nested` overlay
| * | | Fix `translation` in `layout` of `Nested` overlayLibravatar Héctor Ramón Jiménez2023-06-211-1/+1
|/ / /
* | | Fix outdated release version in `BUG-REPORT.yml`Libravatar Héctor Ramón Jiménez2023-06-161-1/+1
| | |
* | | Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-textLibravatar Héctor Ramón2023-06-163-20/+15
|\ \ \ | | | | | | | | Update `glyphon` and `cosmic-text`
| * | | Update `glyphon` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-06-163-20/+15
| | | |
* | | | Merge pull request #1917 from JonathanLindsey/subscription_channel_FnOnceLibravatar Héctor Ramón2023-06-161-1/+1
|\ \ \ \ | |/ / / |/| | | Make the subscription::channel function take a FnOnce non Sync closure
| * | | Make the subscription::channel function take a FnOnce closure instead of a ↵Libravatar Jonathan Lindsey2023-06-101-1/+1
| |/ / | | | | | | | | | Fn closure and remove Sync as a requirement for its output.