summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez14-421/+3
2023-02-17Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez14-38/+34
2023-02-17image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge1-1/+1
2023-02-17Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-1/+1
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm4-0/+84
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck14-23/+20
2023-01-20Update main.rsLibravatar Jedsek1-1/+1
2023-01-20Update main.rsLibravatar Jedsek1-5/+7
2023-01-19Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón1-1/+1
2023-01-19Update preset.rsLibravatar Jedsek1-7/+2
2023-01-17Rename method to is_overLibravatar Cory Forsstrom1-5/+1
2023-01-17Add toast exampleLibravatar Cory Forsstrom2-0/+684
2023-01-12Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez1-2/+1
2023-01-12Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez3-27/+25
2023-01-11feat: provide `&Dependency` to `Lazy` widget `View`Libravatar Nick Senger1-1/+1
2023-01-10clippyLibravatar Nick Senger1-3/+9
2023-01-10add overlays to `Lazy` exampleLibravatar Nick Senger1-24/+130
2023-01-10cleanup `Lazy` examplesLibravatar Nick Senger3-150/+1
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