summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Use correct package name in checkbox example docsLibravatar lupd2023-03-081-1/+1
| | |/ | |/|
| * | Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-031-11/+4
| | |
| * | Added example of toggling fullscreen to TODOs.Libravatar Bingus2023-03-021-2/+28
| | |
* | | Removed glutin MW support and reverted glutin changes back to Iced master ↵Libravatar bungoboingo2023-02-281-5/+3
| | | | | | | | | | | | since it's being axed as we speak.
* | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-supportLibravatar bungoboingo2023-02-283-4/+6
|\| | | | | | | | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs
| * | Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-273-4/+6
| |/ | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
* | Cargo fixLibravatar Bingus2023-02-202-146/+160
| |
* | Iced master merge (again)Libravatar Bingus2023-02-171-2/+2
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1719-44/+126
|\| | | | | | | | | # Conflicts: # winit/src/window.rs
| * Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-1714-38/+34
| |
| * image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge2023-02-171-1/+1
| | | | | | | | | | | | It's not required anywhere for it to be a plain slice or a `Vec` and this makes it possible to use data allocated in a different way without copying.
| * Merge pull request #1665 from Jedsek/patch-2Libravatar Héctor Ramón2023-02-171-5/+7
| |\ | | | | | | Minor update: `example/qr_code`
| | * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
| | |
| | * Update main.rsLibravatar Jedsek2023-01-201-1/+1
| | |
| | * Update main.rsLibravatar Jedsek2023-01-201-5/+7
| | | | | | | | | The app should not render qr_code when data is empty
| * | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-164-0/+84
| | |
* | | Fixed widget animations implementationLibravatar Bingus2023-02-171-11/+10
| | |
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1517-30/+702
|\| | | | | | | | | | | | | | | | | | | | # Conflicts: # native/src/command/action.rs # native/src/window/action.rs # winit/src/window.rs
| * | Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-2714-23/+20
| | |
| * | Merge pull request #1655 from tarkah/feat/group-overlayLibravatar Héctor Ramón2023-01-242-0/+680
| |\ \ | | |/ | |/| Group Overlay
| | * Rename method to is_overLibravatar Cory Forsstrom2023-01-171-5/+1
| | |
| | * Add toast exampleLibravatar Cory Forsstrom2023-01-172-0/+684
| | |
| * | Fix `#[default]` in `preset` for `game_of_life` exampleLibravatar Héctor Ramón2023-01-191-1/+1
| | |
| * | Update preset.rsLibravatar Jedsek2023-01-191-7/+2
| |/
* | Widget operations for multi-window.Libravatar Bingus2023-02-151-5/+45
| |
* | Redraw request events for multiwindow.Libravatar Bingus2023-02-151-1/+1
| |
* | Added window::Id to multi_window application's scale_factorLibravatar Bingus2023-01-181-0/+8
| |
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-01-187-205/+165
|\| | | | | | | | | | | | | | | # Conflicts: # examples/events/src/main.rs # glutin/src/application.rs # native/src/window.rs # winit/src/window.rs
| * Merge pull request #1647 from iced-rs/feature/widget-request-redrawLibravatar Héctor Ramón2023-01-134-29/+26
| |\ | | | | | | Widget-driven animations
| | * Implement `window::frames` subscriptionLibravatar Héctor Ramón Jiménez2023-01-121-2/+1
| | | | | | | | | | | | ... and use it in the `solar_system` example :tada:
| | * Draft `Shell:request_redraw` APILibravatar Héctor Ramón Jiménez2023-01-123-27/+25
| | | | | | | | | | | | ... and implement `TextInput` cursor blink :tada:
| * | feat: provide `&Dependency` to `Lazy` widget `View`Libravatar Nick Senger2023-01-111-1/+1
| | |
| * | clippyLibravatar Nick Senger2023-01-101-3/+9
| | |
| * | add overlays to `Lazy` exampleLibravatar Nick Senger2023-01-101-24/+130
| | |
| * | cleanup `Lazy` examplesLibravatar Nick Senger2023-01-103-150/+1
| |/
* | FormattingLibravatar bungoboingo2023-01-091-5/+5
| |
* | Implemented window title update functionality for multiwindow.Libravatar bungoboingo2023-01-092-4/+8
| |
* | Fixed issue with window ID on winitLibravatar bungoboingo2023-01-092-0/+3
| |
* | merged in iced masterLibravatar bungoboingo2023-01-091-1/+1
| |
* | remove `windows` method (use commands instead)Libravatar Richard2023-01-091-9/+4
| |
* | move window settings to `iced_native`Libravatar Richard2023-01-091-1/+2
| |
* | use `glutin/multi_window` branchLibravatar Richard2023-01-091-2/+2
| |
* | implement `multi_window` for `iced_glutin`Libravatar Richard2023-01-091-2/+2
| |
* | add `window::Id` to `Event` and `Action`Libravatar Richard2023-01-093-3/+6
| |
* | Introduce `close_requested` for `multi-window`Libravatar Richard2023-01-091-0/+4
| |
* | Allow closing the window from user codeLibravatar Richard2023-01-091-2/+7
| |
* | create multi-windowed `pane_grid` exampleLibravatar Richard2023-01-091-101/+278
| |
* | duplicate `pane_grid` example to `multi_window`Libravatar Richard2023-01-092-27/+355
| |
* | Fix `multi_window` exampleLibravatar Richard2023-01-091-0/+58
|/
* Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-01-081-0/+2
|