summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add hotkey support for `stopwatch` exampleLibravatar Héctor Ramón Jiménez2023-09-071-1/+15
|
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-078-62/+41
| | | | Also rename `subscription::events*` to `event::listen*`.
* Use `Length::Fill` instead of fixed length in `styling` exampleLibravatar Héctor Ramón2023-09-031-1/+1
|
* fix(examples-styling): fixed checkbox and toggler getting hidden behind ↵Libravatar Akshay Raina2023-09-031-0/+1
| | | | | | scrollbar Column inside scrollable is having Length::Fill so it is taking entire width thus hiding check box and toggler. Added fixed width to scrollable so Lenth::Fill will be relative to fixed width
* Update `wgpu` to `0.17`Libravatar Héctor Ramón Jiménez2023-09-031-1/+0
|
* Update vulnerable `async-tungstenite` dependency in `websocket` exampleLibravatar Héctor Ramón Jiménez2023-08-231-1/+1
|
* Update vulnerable `env_logger` dependency in examplesLibravatar Héctor Ramón Jiménez2023-08-232-2/+2
|
* Use `Dark` theme in `stopwatch` exampleLibravatar Héctor Ramón Jiménez2023-08-231-0/+4
|
* Fetch bounds on window resize in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-6/+13
|
* Highlight container bounds on hover in `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-271-14/+43
|
* Create `visible_bounds` exampleLibravatar Héctor Ramón Jiménez2023-07-272-0/+161
|
* Introduce `visible_bounds` operation for `Container`Libravatar Héctor Ramón Jiménez2023-07-271-2/+2
|
* Fix `on_option_hovered` support in `ComboBox`Libravatar Héctor Ramón Jiménez2023-07-261-10/+10
|
* Add gif to exampleLibravatar Joao Freitas2023-07-262-1/+1
|
* Add ComboBox widgetLibravatar Joao Freitas2023-07-263-0/+170
| | | | | | - Widget implementation - Widget helper - Example
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-154-0/+10
|
* Fix new `clippy` lint in `pokedex` exampleLibravatar Héctor Ramón Jiménez2023-07-131-1/+1
|
* Merge pull request #1912 from tarkah/feat/scrollable-alignmentLibravatar Héctor Ramón2023-07-121-7/+45
|\ | | | | Add scrollable alignment option
| * Add scrollable alignment optionLibravatar Cory Forsstrom2023-07-041-7/+45
| |
* | Introduce `drop` helper to `pane_grid::State`Libravatar Héctor Ramón Jiménez2023-07-061-8/+3
| |
* | Simplify `Target` enum in `widget::pane_grid`Libravatar Héctor Ramón Jiménez2023-07-061-5/+4
| |
* | Add ability to drag pane to the pane grid edges & optional style for dragged ↵Libravatar Joao Freitas2023-07-061-4/+9
|/ | | | pane
* Decouple `Mesh` primitives from main `Primitive` typeLibravatar Héctor Ramón Jiménez2023-06-291-14/+13
|
* Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2023-06-293-6/+6
|
* Fix `loading_spinners` exampleLibravatar Héctor Ramón Jiménez2023-06-282-8/+10
|
* Merge pull request #1878 from AustinMReppert/masterLibravatar Héctor Ramón2023-06-271-14/+14
|\ | | | | Minor Scrollable Improvements
| * Rename `ScrollbarProperties` to `Direction` in `scrollable`Libravatar Héctor Ramón Jiménez2023-06-271-13/+13
| |
| * Make vertical scroll properties optionalLibravatar Austin M. Reppert2023-06-271-9/+9
| | | | | | | | Co-Authored-By: Austin M. Reppert <austinmreppert@gmail.com>
* | Merge pull request #1902 from nicksenger/loading-spinnersLibravatar Héctor Ramón2023-06-276-0/+1019
|\ \ | |/ |/| Example loading spinners
| * refactor: remove unnecessary canvas complexityLibravatar Nick Senger2023-06-091-120/+67
| |
| * comment: fix typoLibravatar Nick Senger2023-06-081-4/+4
| |
| * fix: RedrawRequest::NextFrame -> RedrawRequest::At()Libravatar Nick Senger2023-06-082-2/+10
| |
| * comment: cleanup importsLibravatar Nick Senger2023-06-084-65/+58
| |
| * fix: rotation in terms of durationLibravatar Nick Senger2023-06-071-29/+54
| |
| * feat: use lyon for easingLibravatar Nick Senger2023-06-077-116/+214
| |
| * feat: add progress indicators exampleLibravatar Nick Senger2023-06-076-0/+948
| |
* | Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-272-0/+331
|\ \ | | | | | | Feat: Offscreen Rendering & Screenshots
| * | Move `Screenshot` inside `window` moduleLibravatar Héctor Ramón Jiménez2023-06-271-4/+5
| | |
| * | Adjusted offscreen pass to be a render pass vs compute for compat with ↵Libravatar Bingus2023-06-081-1/+1
| | | | | | | | | | | | 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-061-2/+3
| | |
| * | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`Libravatar Héctor Ramón Jiménez2023-06-061-1/+1
| | |
| * | 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-062-0/+316
| |/ | | | | | | window::screenshot command.
* | Center `Submit` button vertically in `styling` exampleLibravatar Héctor Ramón Jiménez2023-06-211-1/+3
| |