summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved `exit_on_close_request` to window settings. This now controls whether e...Libravatar Bingus2023-07-241-4/+2
* refactored window storage;Libravatar Bingus2023-07-2113-723/+120
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-1271-1263/+2194
|\
| * Merge pull request #1912 from tarkah/feat/scrollable-alignmentLibravatar Héctor Ramón2023-07-121-7/+45
| |\
| | * 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
| |/
| * 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
| |\
| | * 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
| * | Merge pull request #1902 from nicksenger/loading-spinnersLibravatar Héctor Ramón2023-06-276-0/+1019
| |\ \ | | |/ | |/|
| | * 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
| |\ \
| | * | 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 web-co...Libravatar Bingus2023-06-081-1/+1
| | * | 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 windo...Libravatar Bingus2023-06-062-0/+316
| | |/
| * | Center `Submit` button vertically in `styling` exampleLibravatar Héctor Ramón Jiménez2023-06-211-1/+3
| * | Add nested picklist to modal exampleLibravatar Cory Forsstrom2023-06-141-2/+55
| * | Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-141-1/+6
| * | Use `mouse::Cursor` in `integration` exampleLibravatar Héctor Ramón Jiménez2023-06-081-15/+27
| * | Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
| * | Increase width of controls in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2023-06-081-1/+1
| * | Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-085-17/+16
| * | Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-0813-98/+95
| |/
| * Introduce `web-colors` feature flag to enable sRGB linear blendingLibravatar Héctor Ramón Jiménez2023-05-311-9/+10
| * Use `as_slice` instead of `as_ref` in `checkbox` exampleLibravatar Héctor Ramón Jiménez2023-05-251-1/+1
| * Upgrade `palette` dependencyLibravatar Clark Moody2023-05-252-24/+28
| * clean up rebase mistakeLibravatar Casper Storm2023-05-231-19/+8
| * Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-232-11/+22
| * Support conversion from Fn trait to custom themeLibravatar Marien Zwart2023-05-211-19/+8
| * Merge pull request #1856 from jhff/pane_grid_split_with_dragged_paneLibravatar Héctor Ramón2023-05-191-1/+3
| |\