| Commit message (Expand) | Author | Files | Lines |
2023-07-24 | Moved `exit_on_close_request` to window settings. This now controls whether e... | Bingus | 1 | -4/+2 |
2023-07-21 | refactored window storage; | Bingus | 13 | -723/+120 |
2023-07-06 | Introduce `drop` helper to `pane_grid::State` | Héctor Ramón Jiménez | 1 | -8/+3 |
2023-07-06 | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 1 | -5/+4 |
2023-07-06 | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 1 | -4/+9 |
2023-07-04 | Add scrollable alignment option | Cory Forsstrom | 1 | -7/+45 |
2023-06-29 | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 1 | -14/+13 |
2023-06-29 | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 3 | -6/+6 |
2023-06-28 | Fix `loading_spinners` example | Héctor Ramón Jiménez | 2 | -8/+10 |
2023-06-27 | Rename `ScrollbarProperties` to `Direction` in `scrollable` | Héctor Ramón Jiménez | 1 | -13/+13 |
2023-06-27 | Make vertical scroll properties optional | Austin M. Reppert | 1 | -9/+9 |
2023-06-27 | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 1 | -4/+5 |
2023-06-21 | Center `Submit` button vertically in `styling` example | Héctor Ramón Jiménez | 1 | -1/+3 |
2023-06-14 | Add nested picklist to modal example | Cory Forsstrom | 1 | -2/+55 |
2023-06-14 | Introduce internal `overlay::Nested` for `UserInterface` | Cory Forsstrom | 1 | -1/+6 |
2023-06-09 | refactor: remove unnecessary canvas complexity | Nick Senger | 1 | -120/+67 |
2023-06-08 | comment: fix typo | Nick Senger | 1 | -4/+4 |
2023-06-08 | Use `mouse::Cursor` in `integration` example | Héctor Ramón Jiménez | 1 | -15/+27 |
2023-06-08 | Extend cursor availability to the shell level | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-06-08 | Increase width of controls in `pane_grid` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-08 | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 5 | -17/+16 |
2023-06-08 | Implement basic cursor availability | Héctor Ramón Jiménez | 13 | -98/+95 |
2023-06-08 | Adjusted offscreen pass to be a render pass vs compute for compat with web-co... | Bingus | 1 | -1/+1 |
2023-06-08 | fix: RedrawRequest::NextFrame -> RedrawRequest::At() | Nick Senger | 2 | -2/+10 |
2023-06-08 | comment: cleanup imports | Nick Senger | 4 | -65/+58 |
2023-06-07 | fix: rotation in terms of duration | Nick Senger | 1 | -29/+54 |
2023-06-07 | feat: use lyon for easing | Nick Senger | 7 | -116/+214 |
2023-06-07 | feat: add progress indicators example | Nick Senger | 6 | -0/+948 |
2023-06-06 | Fix width of crop labels in `screenshot` example (again) | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-06-06 | Rearrange controls of the `screenshot` example | Héctor Ramón Jiménez | 1 | -32/+52 |
2023-06-06 | Introduce `on_press_maybe` helper for `Button` | Héctor Ramón Jiménez | 1 | -2/+3 |
2023-06-06 | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-06 | Avoid `iced_image` import in `screenshot` example | Héctor Ramón Jiménez | 1 | -5/+4 |
2023-06-06 | Fix punctuation in `screenshot` example | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-06-06 | Fix width of crop labels in `screenshot` example | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-06-06 | Create `numeric_input` helper in `screenshot` example | Héctor Ramón Jiménez | 1 | -44/+54 |
2023-06-06 | Use `Container::Box` in `screenshot` example | Héctor Ramón Jiménez | 1 | -17/+1 |
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 2 | -0/+316 |
2023-05-31 | Introduce `web-colors` feature flag to enable sRGB linear blending | Héctor Ramón Jiménez | 1 | -9/+10 |
2023-05-25 | Use `as_slice` instead of `as_ref` in `checkbox` example | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-05-25 | Upgrade `palette` dependency | Clark Moody | 2 | -24/+28 |
2023-05-23 | clean up rebase mistake | Casper Storm | 1 | -19/+8 |
2023-05-23 | Extend border radius on relevant widgets | Casper Storm | 2 | -11/+22 |
2023-05-21 | Support conversion from Fn trait to custom theme | Marien Zwart | 1 | -19/+8 |
2023-05-19 | Take pane state internally | Joao Freitas | 1 | -4/+1 |
2023-05-19 | Keep `tour` buttons solid | Héctor Ramón Jiménez | 1 | -50/+5 |
2023-05-19 | Implement `custom` helper for `theme::Button` | Héctor Ramón Jiménez | 1 | -8/+6 |
2023-05-19 | Remove `Builder` abstractions for gradients | Héctor Ramón Jiménez | 3 | -19/+21 |
2023-05-16 | Add pane_grid functionality to split a pane with another pane | Joao Freitas | 1 | -1/+6 |
2023-05-11 | Added support for gradients as background variants + other optimizations. | Bingus | 6 | -174/+62 |