summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-09Fixed issue with window ID on winitLibravatar bungoboingo2-0/+3
2023-01-09merged in iced masterLibravatar bungoboingo1-1/+1
2023-01-09remove `windows` method (use commands instead)Libravatar Richard1-9/+4
2023-01-09move window settings to `iced_native`Libravatar Richard1-1/+2
2023-01-09use `glutin/multi_window` branchLibravatar Richard1-2/+2
2023-01-09implement `multi_window` for `iced_glutin`Libravatar Richard1-2/+2
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard3-3/+6
2023-01-09Introduce `close_requested` for `multi-window`Libravatar Richard1-0/+4
2023-01-09Allow closing the window from user codeLibravatar Richard1-2/+7
2023-01-09create multi-windowed `pane_grid` exampleLibravatar Richard1-101/+278
2023-01-09duplicate `pane_grid` example to `multi_window`Libravatar Richard2-27/+355
2023-01-09Fix `multi_window` exampleLibravatar Richard1-0/+58
2023-01-09Restructured everything to make profiling a feature of iced_winit.Libravatar bungoboingo2-8/+0
2023-01-09Initial profiling support for Iced.Libravatar Bingus2-0/+8
2023-01-08Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez1-0/+2
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2-9/+9
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo3-83/+57
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus5-186/+330
2022-12-22Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez1-0/+4
2022-12-20Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez1-2/+4
2022-12-13updated README for slider exampleLibravatar Casper Storm1-2/+2
2022-12-13Split vertical orientation into VerticalSliderLibravatar Casper Storm1-13/+7
2022-12-12Vertical orientation added to Slider.Libravatar Casper Storm4-0/+92
2022-12-06Showcase color filtering in existing `svg` exampleLibravatar Héctor Ramón Jiménez4-106/+54
2022-12-06Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez1-4/+4
2022-12-06chore(examples): Add svg-style exampleLibravatar Michael Aaron Murphy3-0/+89
2022-12-02Ask `clippy` to behaveLibravatar Héctor Ramón Jiménez1-0/+1
2022-12-02Add `custom_quad` exampleLibravatar Héctor Ramón Jiménez2-0/+169
2022-12-02Fix `border_radius` in `modal` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-29Add on_submit & esc for exampleLibravatar Cory Forsstrom1-9/+30
2022-11-29Add modal exampleLibravatar Cory Forsstrom2-0/+464
2022-11-28Derive `Default` for `Rainbow` in `geometry` exampleLibravatar Héctor Ramón Jiménez1-6/+5
2022-11-28Re-introduce the `geometry` exampleLibravatar Héctor Ramón Jiménez4-0/+243
2022-11-25docs: Remove invalid links.Libravatar Leo Lee1-1/+0
2022-11-11Update todos example to select_all input on editLibravatar Cory Forsstrom1-1/+5
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-4/+8
2022-11-08Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2-0/+3
2022-11-03non uniform border radius for quadsLibravatar Robert Krahn1-1/+1
2022-11-03Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2-2/+2
2022-11-03Refactor imports in `solar_system` exampleLibravatar Héctor Ramón Jiménez1-11/+12
2022-11-03Fix `multitouch` exampleLibravatar Héctor Ramón Jiménez1-2/+3
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez3-22/+15
2022-11-03Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez2-2/+2
2022-11-03Remove unnecessary `clone` in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-3/+1
2022-11-03Derive `Copy` for `Theme`Libravatar Héctor Ramón Jiménez2-2/+2
2022-11-03Make `Theme::Custom` fields opaqueLibravatar Héctor Ramón Jiménez1-48/+41
2022-11-03fix: arc exampleLibravatar Ashley Wulber1-1/+1
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber2-4/+7
2022-11-03refactor: remove once_cell from styling exampleLibravatar Ashley Wulber2-14/+15