| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `get_latest` and `get_oldest` tasks in `window` | Héctor Ramón Jiménez | 2024-06-20 | 2 | -36/+64 |
* | Introduce `and_then` methods for fallible `Task`s | Héctor Ramón Jiménez | 2024-06-20 | 1 | -0/+33 |
* | Fix initialization race conditions in WebAssembly | Héctor Ramón Jiménez | 2024-06-19 | 1 | -58/+42 |
* | Fix WebAssembly compilation | Héctor Ramón Jiménez | 2024-06-19 | 1 | -7/+105 |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 54 | -2626/+1301 |
* | Merge pull request #2330 from Gigas002/viewer_content_fit | Héctor Ramón | 2024-06-18 | 1 | -76/+80 |
|\ |
|
| * | Make viewer widget inner naming and syntax closer to image widget | gigas002 | 2024-05-10 | 1 | -25/+27 |
| * | Run cargo fmt | gigas002 | 2024-05-08 | 1 | -2/+2 |
| * | Merge branch 'iced-rs-master' into viewer_content_fit | gigas002 | 2024-05-08 | 120 | -2102/+4077 |
| |\ |
|
| | * | Merge branch 'master' of https://github.com/iced-rs/iced into iced-rs-master | gigas002 | 2024-05-08 | 120 | -2102/+4077 |
| |/| |
|
| * | | Merge branch 'iced-rs:master' into viewer_content_fit | Gigas002 | 2024-04-16 | 124 | -4473/+5685 |
| |\ \ |
|
| * | | | Minor renaming refactoring | gigas002 | 2024-03-29 | 1 | -30/+38 |
| * | | | Merge branch 'iced-rs:master' into viewer_content_fit | Gigas002 | 2024-03-29 | 2 | -4/+11 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into viewer_content_fit | Gigas002 | 2024-03-27 | 87 | -2494/+3221 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'iced-rs:master' into viewer_content_fit | Gigas002 | 2024-03-24 | 8 | -18/+96 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'iced-rs:master' into viewer_content_fit | Gigas002 | 2024-03-19 | 65 | -1382/+1650 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | run cargo fmt | gigas002 | 2024-03-15 | 1 | -8/+30 |
| * | | | | | | | Implement content_fit for viewer | gigas002 | 2024-03-15 | 1 | -78/+50 |
* | | | | | | | | Fix `text_editor` always capturing scroll events | Héctor Ramón Jiménez | 2024-06-17 | 2 | -8/+10 |
* | | | | | | | | Rename `Step` to `Screen` in `tour` example | Héctor Ramón Jiménez | 2024-06-16 | 1 | -51/+51 |
* | | | | | | | | Flatten state in `tour` example | Héctor Ramón Jiménez | 2024-06-16 | 1 | -339/+261 |
* | | | | | | | | Merge pull request #2460 from Andrew-Schwartz/master | Héctor Ramón | 2024-06-16 | 2 | -0/+26 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | format | Andrew-Schwartz | 2024-06-13 | 2 | -4/+18 |
| * | | | | | | | | Add FromIterator for Row and Column | Andrew-Schwartz | 2024-06-12 | 2 | -0/+12 |
| * | | | | | | | | Revert "Add FromIterator for Row and Column" | Andrew-Schwartz | 2024-06-12 | 2 | -30/+18 |
| * | | | | | | | | Add FromIterator for Row and Column | Andrew-Schwartz | 2024-06-12 | 2 | -18/+30 |
* | | | | | | | | | Fix `BUG_REPORT` formatting | Héctor Ramón Jiménez | 2024-06-16 | 1 | -4/+2 |
* | | | | | | | | | Make crazy users acknowledge they are crazy when filing bug reports in bad faith | Héctor Ramón Jiménez | 2024-06-16 | 2 | -1/+19 |
* | | | | | | | | | Merge pull request #2465 from henrispriet/henrispriet-wayland-deps | Héctor Ramón | 2024-06-16 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | actually wayland.dev isn't needed | henrispriet | 2024-06-16 | 1 | -2/+0 |
| * | | | | | | | | | Fix DEPENDENCIES.md for wayland | henrispriet | 2024-06-16 | 1 | -0/+4 |
| |/ / / / / / / / |
|
* | | | | | | | | | Merge pull request #2463 from iced-rs/task-api | Héctor Ramón | 2024-06-16 | 69 | -1842/+1479 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Rename `window::closings` to `window::close_events` | Héctor Ramón Jiménez | 2024-06-16 | 2 | -6/+28 |
| * | | | | | | | | Fix `Task::collect` not producing the collected outputs | Héctor Ramón Jiménez | 2024-06-15 | 1 | -5/+12 |
| * | | | | | | | | Implement `Task::collect` | Héctor Ramón Jiménez | 2024-06-15 | 1 | -29/+61 |
| * | | | | | | | | Use all themes in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -5/+1 |
| * | | | | | | | | Simplify `WindowOpened` message handler in `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 1 | -6/+5 |
| * | | | | | | | | Use `Task` chaining to simplify `multi_window` example | Héctor Ramón Jiménez | 2024-06-14 | 4 | -96/+107 |
| * | | | | | | | | Remove `parent` from `PlatformSpecific` window settings | Héctor Ramón Jiménez | 2024-06-14 | 3 | -13/+1 |
| * | | | | | | | | Move `Maybe*` traits back to `iced_futures` | Héctor Ramón Jiménez | 2024-06-14 | 11 | -14/+12 |
| * | | | | | | | | Unpin `nightly` toolchain in `document` workflow | Héctor Ramón Jiménez | 2024-06-14 | 1 | -1/+1 |
| * | | | | | | | | Fix `Send` requirements for Wasm targets | Héctor Ramón Jiménez | 2024-06-14 | 4 | -7/+7 |
| * | | | | | | | | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 74 | -1752/+1336 |
|/ / / / / / / / |
|
* | | | | | | | | Merge pull request #2456 from iced-rs/window-id-in-event-subscriptions | Héctor Ramón | 2024-06-11 | 25 | -198/+225 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Remove `core::program` module leftover | Héctor Ramón Jiménez | 2024-06-11 | 1 | -1/+0 |
| * | | | | | | | | Allow `dead_code` in `widget::lazy::cache` | Héctor Ramón Jiménez | 2024-06-11 | 1 | -0/+1 |
| * | | | | | | | | Remove `tracing` leftovers in `iced_wgpu` | Héctor Ramón Jiménez | 2024-06-11 | 2 | -6/+0 |
| * | | | | | | | | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 13 | -129/+156 |
| * | | | | | | | | Fix widget operations in `multi_window` runtime | Héctor Ramón Jiménez | 2024-06-10 | 1 | -15/+10 |
| * | | | | | | | | Broadcast orphaned events in `multi_window` runtime | Héctor Ramón Jiménez | 2024-06-10 | 1 | -7/+14 |