summaryrefslogtreecommitdiffstats
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-15Widget operations for multi-window.Libravatar Bingus1-5/+45
2023-02-15Redraw request events for multiwindow.Libravatar Bingus1-1/+1
2023-01-18Added window::Id to multi_window application's scale_factorLibravatar Bingus1-0/+8
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
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