| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gradient picker example | Matthias Vogelgesang | 2023-09-07 | 2 | -0/+144 |
* | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -4/+4 |
|\ |
|
| * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -4/+4 |
* | | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 21 | -78/+28 |
* | | Merge pull request #2069 from iced-rs/use-workspace-dependencies | Héctor Ramón | 2023-09-07 | 48 | -88/+132 |
|\ \ |
|
| * | | Update example dependencies | Héctor Ramón Jiménez | 2023-09-07 | 4 | -11/+9 |
| * | | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 47 | -78/+124 |
| |/ |
|
* | | Add hotkey support for `stopwatch` example | Héctor Ramón Jiménez | 2023-09-07 | 1 | -1/+15 |
* | | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 8 | -62/+41 |
|/ |
|
* | Use `Length::Fill` instead of fixed length in `styling` example | Héctor Ramón | 2023-09-03 | 1 | -1/+1 |
* | fix(examples-styling): fixed checkbox and toggler getting hidden behind scrol... | Akshay Raina | 2023-09-03 | 1 | -0/+1 |
* | Update `wgpu` to `0.17` | Héctor Ramón Jiménez | 2023-09-03 | 1 | -1/+0 |
* | Update vulnerable `async-tungstenite` dependency in `websocket` example | Héctor Ramón Jiménez | 2023-08-23 | 1 | -1/+1 |
* | Update vulnerable `env_logger` dependency in examples | Héctor Ramón Jiménez | 2023-08-23 | 2 | -2/+2 |
* | Use `Dark` theme in `stopwatch` example | Héctor Ramón Jiménez | 2023-08-23 | 1 | -0/+4 |
* | Fetch bounds on window resize in `visible_bounds` example | Héctor Ramón Jiménez | 2023-07-27 | 1 | -6/+13 |
* | Highlight container bounds on hover in `visible_bounds` example | Héctor Ramón Jiménez | 2023-07-27 | 1 | -14/+43 |
* | Create `visible_bounds` example | Héctor Ramón Jiménez | 2023-07-27 | 2 | -0/+161 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 1 | -2/+2 |
* | Fix `on_option_hovered` support in `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 1 | -10/+10 |
* | Add gif to example | Joao Freitas | 2023-07-26 | 2 | -1/+1 |
* | Add ComboBox widget | Joao Freitas | 2023-07-26 | 3 | -0/+170 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 4 | -0/+10 |
* | Fix new `clippy` lint in `pokedex` example | Héctor Ramón Jiménez | 2023-07-13 | 1 | -1/+1 |
* | Merge pull request #1912 from tarkah/feat/scrollable-alignment | Héctor Ramón | 2023-07-12 | 1 | -7/+45 |
|\ |
|
| * | Add scrollable alignment option | Cory Forsstrom | 2023-07-04 | 1 | -7/+45 |
* | | Introduce `drop` helper to `pane_grid::State` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -8/+3 |
* | | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -5/+4 |
* | | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 2023-07-06 | 1 | -4/+9 |
|/ |
|
* | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 2023-06-29 | 1 | -14/+13 |
* | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2023-06-29 | 3 | -6/+6 |
* | Fix `loading_spinners` example | Héctor Ramón Jiménez | 2023-06-28 | 2 | -8/+10 |
* | Merge pull request #1878 from AustinMReppert/master | Héctor Ramón | 2023-06-27 | 1 | -14/+14 |
|\ |
|
| * | Rename `ScrollbarProperties` to `Direction` in `scrollable` | Héctor Ramón Jiménez | 2023-06-27 | 1 | -13/+13 |
| * | Make vertical scroll properties optional | Austin M. Reppert | 2023-06-27 | 1 | -9/+9 |
* | | Merge pull request #1902 from nicksenger/loading-spinners | Héctor Ramón | 2023-06-27 | 6 | -0/+1019 |
|\ \
| |/
|/| |
|
| * | refactor: remove unnecessary canvas complexity | Nick Senger | 2023-06-09 | 1 | -120/+67 |
| * | comment: fix typo | Nick Senger | 2023-06-08 | 1 | -4/+4 |
| * | fix: RedrawRequest::NextFrame -> RedrawRequest::At() | Nick Senger | 2023-06-08 | 2 | -2/+10 |
| * | comment: cleanup imports | Nick Senger | 2023-06-08 | 4 | -65/+58 |
| * | fix: rotation in terms of duration | Nick Senger | 2023-06-07 | 1 | -29/+54 |
| * | feat: use lyon for easing | Nick Senger | 2023-06-07 | 7 | -116/+214 |
| * | feat: add progress indicators example | Nick Senger | 2023-06-07 | 6 | -0/+948 |
* | | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | Héctor Ramón | 2023-06-27 | 2 | -0/+331 |
|\ \ |
|
| * | | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 2023-06-27 | 1 | -4/+5 |
| * | | Adjusted offscreen pass to be a render pass vs compute for compat with web-co... | Bingus | 2023-06-08 | 1 | -1/+1 |
| * | | Fix width of crop labels in `screenshot` example (again) | Héctor Ramón Jiménez | 2023-06-06 | 1 | -4/+4 |
| * | | Rearrange controls of the `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -32/+52 |
| * | | Introduce `on_press_maybe` helper for `Button` | Héctor Ramón Jiménez | 2023-06-06 | 1 | -2/+3 |
| * | | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | Héctor Ramón Jiménez | 2023-06-06 | 1 | -1/+1 |