Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Keep imports consistent in `program::state` | 2023-06-29 | 1 | -4/+4 | ||
| * | | | | | | | | | | Take `Box` instead of reference in `State::operate` | 2023-06-29 | 1 | -8/+8 | ||
| * | | | | | | | | | | runtime: Add `operate` method to `program::State` | 2023-06-28 | 1 | -0/+38 | ||
* | | | | | | | | | | | Add touch support for toggler. (#1935) | 2023-06-29 | 1 | -1/+3 | ||
* | | | | | | | | | | | Merge pull request #1932 from iced-rs/generic-graphics-primitive | 2023-06-29 | 35 | -480/+867 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Write missing docs in `iced_graphics` and `iced_wgpu` | 2023-06-29 | 8 | -5/+17 | ||
| * | | | | | | | | | | | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 15 | -205/+248 | ||
| * | | | | | | | | | | | Remove `layout` method from `core::Renderer` trait | 2023-06-29 | 3 | -32/+9 | ||
| * | | | | | | | | | | | Introduce custom backend-specific primitives | 2023-06-29 | 28 | -263/+618 | ||
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #1934 from iced-rs/reuse-text-cache-entries | 2023-06-28 | 10 | -83/+142 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Retain text measurements as long as original entries | 2023-06-28 | 2 | -33/+36 | ||
| * | | | | | | | | | | | Retain measurements for text entries even if not directly used | 2023-06-28 | 2 | -4/+8 | ||
| * | | | | | | | | | | | Fix needless borrow in `iced_wgpu` and `iced_tiny_skia` | 2023-06-28 | 2 | -2/+2 | ||
| * | | | | | | | | | | | Reuse entries in `text::Cache` in `iced_tiny_skia` | 2023-06-28 | 2 | -45/+74 | ||
| * | | | | | | | | | | | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 10 | -46/+69 | ||
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Fix `loading_spinners` example | 2023-06-28 | 2 | -8/+10 | ||
* | | | | | | | | | | | Merge pull request #1878 from AustinMReppert/master | 2023-06-27 | 2 | -76/+114 | ||
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Use `Option::filter` instead of `and_then` in `scrollable` | 2023-06-27 | 1 | -14/+6 | ||
| * | | | | | | | | | | | Require a `Direction` when computing `State::offset` in `scrollable` | 2023-06-27 | 1 | -18/+23 | ||
| * | | | | | | | | | | | Rename `ScrollbarProperties` to `Direction` in `scrollable` | 2023-06-27 | 2 | -70/+61 | ||
| * | | | | | | | | | | | Make vertical scroll properties optional | 2023-06-27 | 2 | -49/+99 | ||
* | | | | | | | | | | | | Merge pull request #1902 from nicksenger/loading-spinners | 2023-06-27 | 6 | -0/+1019 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | refactor: remove unnecessary canvas complexity | 2023-06-09 | 1 | -120/+67 | ||
| * | | | | | | | | | | | comment: fix typo | 2023-06-08 | 1 | -4/+4 | ||
| * | | | | | | | | | | | fix: RedrawRequest::NextFrame -> RedrawRequest::At() | 2023-06-08 | 2 | -2/+10 | ||
| * | | | | | | | | | | | comment: cleanup imports | 2023-06-08 | 4 | -65/+58 | ||
| * | | | | | | | | | | | fix: rotation in terms of duration | 2023-06-07 | 1 | -29/+54 | ||
| * | | | | | | | | | | | feat: use lyon for easing | 2023-06-07 | 7 | -116/+214 | ||
| * | | | | | | | | | | | feat: add progress indicators example | 2023-06-07 | 6 | -0/+948 | ||
* | | | | | | | | | | | | Merge pull request #1843 from wash2/fix-tiny-skia-quad | 2023-06-27 | 1 | -18/+126 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix import consistency in `iced_tiny_skia` | 2023-06-27 | 1 | -5/+3 | ||
| * | | | | | | | | | | | | Draw border path for `quad` only if it has a border in `iced_tiny_skia` | 2023-06-27 | 1 | -105/+109 | ||
| * | | | | | | | | | | | | fix: tiny-skia quad handle case where border_radius < border_width / 2.0 | 2023-05-11 | 1 | -7/+83 | ||
| * | | | | | | | | | | | | fix: don't offset fill of quad | 2023-05-11 | 1 | -12/+4 | ||
| * | | | | | | | | | | | | fix: quad rendering including border only inside of the bounds | 2023-05-10 | 1 | -4/+42 | ||
* | | | | | | | | | | | | | Merge pull request #1885 from bungoboingo/gradient-packing-optimization | 2023-06-27 | 6 | -179/+188 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Switched to packing using f16s to maintain acceptable precision. | 2023-06-07 | 7 | -151/+163 | ||
| * | | | | | | | | | | | | | Updated color packing into u32 to consider incorrect web-colors. | 2023-06-06 | 4 | -49/+61 | ||
| * | | | | | | | | | | | | | Implement explicit `Color::into_u32` instead of `Into` trait | 2023-06-06 | 1 | -13/+12 | ||
| * | | | | | | | | | | | | | Optimized gradient data packing. | 2023-06-06 | 6 | -158/+144 | ||
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 15 | -24/+921 | ||
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Simplify `offscreen` API as `color` module in `iced_wgpu` | 2023-06-27 | 5 | -236/+180 | ||
| * | | | | | | | | | | | | | Move `Screenshot` inside `window` module | 2023-06-27 | 7 | -10/+13 | ||
| * | | | | | | | | | | | | | Fixed documentation | 2023-06-14 | 1 | -1/+1 | ||
| * | | | | | | | | | | | | | Replaced offscreen_blit.wgsl with existing blit.wgsl. | 2023-06-14 | 2 | -130/+60 | ||
| * | | | | | | | | | | | | | Added in check for web-colors. | 2023-06-08 | 1 | -7/+16 | ||
| * | | | | | | | | | | | | | Adjusted offscreen pass to be a render pass vs compute for compat with web-co... | 2023-06-08 | 4 | -58/+166 | ||
| * | | | | | | | | | | | | | Fix width of crop labels in `screenshot` example (again) | 2023-06-06 | 1 | -4/+4 | ||
| * | | | | | | | | | | | | | Rearrange controls of the `screenshot` example | 2023-06-06 | 1 | -32/+52 | ||
| * | | | | | | | | | | | | | Introduce `on_press_maybe` helper for `Button` | 2023-06-06 | 2 | -4/+14 |