summaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-082-9/+9
|
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-293-83/+57
| | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-295-186/+330
|
* Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez2022-12-221-0/+4
|
* Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez2022-12-201-2/+4
|
* updated README for slider exampleLibravatar Casper Storm2022-12-131-2/+2
|
* Split vertical orientation into VerticalSliderLibravatar Casper Storm2022-12-131-13/+7
|
* Merge branch 'master' into feat/slider-orientationLibravatar Casper Storm2022-12-1321-128/+1348
|\
| * Showcase color filtering in existing `svg` exampleLibravatar Héctor Ramón Jiménez2022-12-064-106/+54
| | | | | | | | ... and remove the `svg_style` example
| * Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-4/+4
| | | | | | | | ... and pass it directly to `Renderer::draw` instead.
| * chore(examples): Add svg-style exampleLibravatar Michael Aaron Murphy2022-12-063-0/+89
| |
| * Ask `clippy` to behaveLibravatar Héctor Ramón Jiménez2022-12-021-0/+1
| |
| * Add `custom_quad` exampleLibravatar Héctor Ramón Jiménez2022-12-022-0/+169
| | | | | | | | Thanks to @rksm :bow:
| * Fix `border_radius` in `modal` exampleLibravatar Héctor Ramón Jiménez2022-12-021-1/+1
| |
| * Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-0210-10/+777
| |\
| | * Add on_submit & esc for exampleLibravatar Cory Forsstrom2022-11-291-9/+30
| | |
| | * Add modal exampleLibravatar Cory Forsstrom2022-11-292-0/+464
| | |
| | * Derive `Default` for `Rainbow` in `geometry` exampleLibravatar Héctor Ramón Jiménez2022-11-281-6/+5
| | |
| | * Re-introduce the `geometry` exampleLibravatar Héctor Ramón Jiménez2022-11-284-0/+243
| | |
| | * docs: Remove invalid links.Libravatar Leo Lee2022-11-251-1/+0
| | |
| | * Update todos example to select_all input on editLibravatar Cory Forsstrom2022-11-111-1/+5
| | |
| | * Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-4/+8
| | |
| | * Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-082-0/+3
| | |
| | * Merge pull request #1504 from tarkah/feat/pane-grid-maximizeLibravatar Héctor Ramón2022-11-081-5/+35
| | |\ | | | | | | | | Add pane maximize / restore for `PaneGrid`