Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #670 from twitchyliquid64/text_backend | 2021-08-26 | 2 | -0/+112 | |
|\ | | | | | Refactor textual hit testing into a `renderer::Backend` method | ||||
| * | Rename `HitTestResult` to `Hit` | 2021-08-26 | 2 | -11/+10 | |
| | | | | | | | | ... and also move it to a new `text` module in `iced_core` | ||||
| * | Implement textual hit testing | 2021-08-21 | 2 | -1/+114 | |
| | | |||||
* | | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | 2021-08-25 | 1 | -5/+5 | |
| | | |||||
* | | Rename `surf` variable to `surface` | 2021-08-25 | 1 | -1/+1 | |
| | | |||||
* | | Remove `SwapChain` associated type from `Compositor` | 2021-08-20 | 1 | -6/+4 | |
| | | |||||
* | | Update wgpu_glyph | 2021-08-19 | 1 | -1/+1 | |
| | | |||||
* | | wgpu: Update to 0.10 | 2021-08-19 | 8 | -70/+76 | |
|/ | |||||
* | Merge pull request #667 from BillyDM/wgpu_outdatedframe | 2021-08-05 | 1 | -53/+73 | |
|\ | | | | | Don't panic when wgpu swapchain frame is outdated | ||||
| * | redo custom error for Compositor::draw() | 2021-07-22 | 1 | -28/+36 | |
| | | |||||
| * | add custom error for Compositor::draw() | 2021-07-22 | 1 | -9/+10 | |
| | | |||||
| * | only panic when wgpu gives OutOfMemory swapchain error | 2021-07-22 | 1 | -1/+1 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 39 | -639/+772 | |
| |\ | |||||
| * | | remove unused code | 2020-12-16 | 1 | -4/+2 | |
| | | | |||||
| * | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -54/+69 | |
| | | | |||||
* | | | wgpu: Use the preferred texture format of the surface | 2021-08-03 | 3 | -17/+18 | |
| |/ |/| | | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> | ||||
* | | Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithread | 2021-07-22 | 3 | -3/+18 | |
|\ \ | | | | | | | feat: expose draw_cache_multithread as a feature | ||||
| * | | Introduce `text_multithreading` to `Settings` | 2021-07-22 | 1 | -0/+4 | |
| | | | |||||
| * | | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 2021-07-22 | 4 | -6/+14 | |
| | | | |||||
| * | | feat: expose draw_cache_multithread | 2021-06-14 | 2 | -1/+4 | |
| | | | |||||
* | | | Merge pull request #952 from aentity/fix_svg_memory | 2021-07-21 | 1 | -2/+3 | |
|\ \ \ | | | | | | | | | Use ceil on svg dimensions, fix svg memory usage ref #841 | ||||
| * | | | Use ceil on svg dimensions, fix svg memory usage | 2021-07-21 | 1 | -2/+3 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | Calls ceil() on dimension bounds as this appears fix svg memory unbounded usage because no longer cache miss. The height and width return from resvg seem to always be ceiling of float dimensions, so we try to match. | ||||
* | | | Merge pull request #915 from yusdacra/docs/update-links | 2021-06-22 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | docs: update all 0.2 github links to 0.3 | ||||
| * | | | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -1/+1 | |
| |/ / | |||||
* | | | Use vertex_attr_array macro | 2021-06-22 | 3 | -71/+19 | |
| | | | |||||
* | | | Update wgpu 0.9 | 2021-06-22 | 1 | -2/+2 | |
|/ / | |||||
* | | Implement `Toggler` widget for iced_native | 2021-06-03 | 2 | -0/+12 | |
| | | |||||
* | | Use `FilterMode::Nearest` in `triangle::msaa` | 2021-05-21 | 1 | -3/+3 | |
| | | |||||
* | | Revert "Remove padding from triangle" | 2021-05-21 | 1 | -0/+8 | |
| | | | | | | | | This reverts commit 2d549d806cd9ff1d7b7b237d818cd24c84957c83. | ||||
* | | Fix duplicating fragment position | 2021-05-20 | 1 | -4/+3 | |
| | | |||||
* | | run format | 2021-05-19 | 1 | -2/+2 | |
| | | |||||
* | | Remove padding from triangle | 2021-05-19 | 1 | -8/+0 | |
| | | |||||
* | | Add padding to quad to fix alignment issue | 2021-05-19 | 1 | -0/+5 | |
| | | |||||
* | | temporary up | 2021-05-19 | 1 | -7/+3 | |
| | | |||||
* | | Merge branch 'hecrj:master' into upgrade-wgpu | 2021-05-19 | 3 | -22/+25 | |
|\ \ | |||||
| * \ | Merge pull request #876 from Cupnfish/master | 2021-05-17 | 1 | -0/+2 | |
| |\ \ | | | | | | | | | Add a primary backend that can be set | ||||
| | * | | update doc | 2021-05-14 | 1 | -0/+1 | |
| | | | | |||||
| | * | | Add a primary backend that can be set | 2021-05-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Add a primary backend that can be set | ||||
| * | | | This commit optimizes the function used to converg rgba pixels into bgra pixels. | 2021-05-11 | 1 | -17/+5 | |
| | | | | |||||
| * | | | Provide `compatible_surface` in `iced_wgpu::Compositor` | 2021-05-05 | 1 | -5/+18 | |
| |/ / | |||||
* | | | Use latest `wgpu` releases instead of patched sources | 2021-05-19 | 4 | -25/+31 | |
| | | | |||||
* | | | Fix formatting with `cargo fmt` | 2021-05-19 | 1 | -3/+1 | |
| | | | |||||
* | | | Run cargo fmt | 2021-04-12 | 3 | -29/+31 | |
| | | | |||||
* | | | add temporary fix for image wgsl | 2021-04-12 | 4 | -9/+11 | |
| | | | |||||
* | | | Add staging belt fix | 2021-04-12 | 2 | -16/+15 | |
| | | | |||||
* | | | Upgrade wgpu | 2021-04-11 | 27 | -348/+380 | |
|/ / | |||||
* | | Bump versions :tada: | 2021-03-31 | 2 | -4/+4 | |
| | | |||||
* | | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 2 | -40/+42 | |
| | | |||||
* | | Support choosing `wgpu` backend using env var | 2021-03-25 | 1 | -1/+40 | |
| | | |||||
* | | Change `Tooltip` to support `Text` only for now | 2021-02-23 | 1 | -1/+1 | |
| | |