summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-20Cargo fixLibravatar Bingus2-146/+160
2023-02-17Iced master merge (again)Libravatar Bingus1-2/+2
2023-02-17Fixed widget animations implementationLibravatar Bingus1-11/+10
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-02-15Widget operations for multi-window.Libravatar Bingus1-5/+45
2023-02-15Redraw request events for multiwindow.Libravatar Bingus1-1/+1
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-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-0/+8
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-09FormattingLibravatar bungoboingo1-5/+5
2023-01-09Implemented window title update functionality for multiwindow.Libravatar bungoboingo2-4/+8
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