Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `text_editor` always capturing scroll events | 2024-06-17 | 2 | -8/+10 | |
| | |||||
* | Rename `Step` to `Screen` in `tour` example | 2024-06-16 | 1 | -51/+51 | |
| | |||||
* | Flatten state in `tour` example | 2024-06-16 | 1 | -339/+261 | |
| | |||||
* | Merge pull request #2460 from Andrew-Schwartz/master | 2024-06-16 | 2 | -0/+26 | |
|\ | | | | | Add FromIterator for Row and Column | ||||
| * | format | 2024-06-13 | 2 | -4/+18 | |
| | | |||||
| * | Add FromIterator for Row and Column | 2024-06-12 | 2 | -0/+12 | |
| | | |||||
| * | Revert "Add FromIterator for Row and Column" | 2024-06-12 | 2 | -30/+18 | |
| | | | | | | | | This reverts commit 06c80c5bcedd8dba187af9d187ba1ae40fa4dafa. | ||||
| * | Add FromIterator for Row and Column | 2024-06-12 | 2 | -18/+30 | |
| | | |||||
* | | Fix `BUG_REPORT` formatting | 2024-06-16 | 1 | -4/+2 | |
| | | |||||
* | | Make crazy users acknowledge they are crazy when filing bug reports in bad faith | 2024-06-16 | 2 | -1/+19 | |
| | | |||||
* | | Merge pull request #2465 from henrispriet/henrispriet-wayland-deps | 2024-06-16 | 1 | -0/+2 | |
|\ \ | | | | | | | Fix DEPENDENCIES.md for wayland | ||||
| * | | actually wayland.dev isn't needed | 2024-06-16 | 1 | -2/+0 | |
| | | | |||||
| * | | Fix DEPENDENCIES.md for wayland | 2024-06-16 | 1 | -0/+4 | |
| |/ | |||||
* | | Merge pull request #2463 from iced-rs/task-api | 2024-06-16 | 69 | -1842/+1479 | |
|\ \ | |/ |/| | `Task` API | ||||
| * | Rename `window::closings` to `window::close_events` | 2024-06-16 | 2 | -6/+28 | |
| | | |||||
| * | Fix `Task::collect` not producing the collected outputs | 2024-06-15 | 1 | -5/+12 | |
| | | |||||
| * | Implement `Task::collect` | 2024-06-15 | 1 | -29/+61 | |
| | | |||||
| * | Use all themes in `multi_window` example | 2024-06-14 | 1 | -5/+1 | |
| | | |||||
| * | Simplify `WindowOpened` message handler in `multi_window` example | 2024-06-14 | 1 | -6/+5 | |
| | | |||||
| * | Use `Task` chaining to simplify `multi_window` example | 2024-06-14 | 4 | -96/+107 | |
| | | |||||
| * | Remove `parent` from `PlatformSpecific` window settings | 2024-06-14 | 3 | -13/+1 | |
| | | |||||
| * | Move `Maybe*` traits back to `iced_futures` | 2024-06-14 | 11 | -14/+12 | |
| | | |||||
| * | Unpin `nightly` toolchain in `document` workflow | 2024-06-14 | 1 | -1/+1 | |
| | | |||||
| * | Fix `Send` requirements for Wasm targets | 2024-06-14 | 4 | -7/+7 | |
| | | |||||
| * | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 74 | -1752/+1336 | |
|/ | |||||
* | Merge pull request #2456 from iced-rs/window-id-in-event-subscriptions | 2024-06-11 | 25 | -198/+225 | |
|\ | | | | | Introduce `window::Id` to `Event` subscriptions | ||||
| * | Remove `core::program` module leftover | 2024-06-11 | 1 | -1/+0 | |
| | | |||||
| * | Allow `dead_code` in `widget::lazy::cache` | 2024-06-11 | 1 | -0/+1 | |
| | | |||||
| * | Remove `tracing` leftovers in `iced_wgpu` | 2024-06-11 | 2 | -6/+0 | |
| | | |||||
| * | Introduce `subscription::Event` | 2024-06-11 | 13 | -129/+156 | |
| | | | | | | | | ... and remove `PlatformSpecific` from `Event` | ||||
| * | Fix widget operations in `multi_window` runtime | 2024-06-10 | 1 | -15/+10 | |
| | | |||||
| * | Broadcast orphaned events in `multi_window` runtime | 2024-06-10 | 1 | -7/+14 | |
| | | |||||
| * | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 19 | -91/+95 | |
| | | | | | | | | And remove `window::Id` from `Event` altogether. | ||||
* | | Merge pull request #2457 from PolyMeilex/pick-list-menu-style | 2024-06-10 | 1 | -0/+24 | |
|\ \ | |/ |/| | Allow for styling of the menu of a pick list | ||||
| * | Allow for styling of the menu of a pick list | 2024-06-08 | 1 | -0/+24 | |
| | | |||||
* | | Update `winit` to `0.30.1` | 2024-06-10 | 1 | -1/+1 | |
|/ | |||||
* | Merge pull request #2315 from Brady-Simon/macos-command-input-behavior | 2024-05-31 | 3 | -55/+83 | |
|\ | | | | | Add Command + ArrowLeft/Right input behavior for macOS | ||||
| * | Create `jump` and `macos_command` methods in `keyboard::Modifiers` | 2024-05-31 | 3 | -70/+32 | |
| | | |||||
| * | Keep unary `motion` function in `text_editor` | 2024-05-31 | 1 | -18/+18 | |
| | | |||||
| * | Add Command + ArrowLeft/Right input behavior for macos | 2024-05-31 | 2 | -26/+92 | |
|/ | |||||
* | Link to the `latest` branch in examples' `README` | 2024-05-27 | 1 | -4/+2 | |
| | |||||
* | Reference "Examples" header in examples link in the `README` | 2024-05-27 | 1 | -1/+1 | |
| | |||||
* | Remove "Installation" section from the `README` | 2024-05-27 | 1 | -16/+0 | |
| | |||||
* | Update outdated `README`s of subcrates | 2024-05-27 | 3 | -58/+1 | |
| | |||||
* | Merge pull request #2449 from bungoboingo/fix/screenshot | 2024-05-25 | 3 | -3/+15 | |
|\ | | | | | Add viewport scale to screenshot data | ||||
| * | Added scale_factor to `Screenshot` data for use when cropping to widget bounds | 2024-05-24 | 3 | -3/+15 | |
|/ | |||||
* | Merge pull request #2338 from derezzedex/feat/text-macro | 2024-05-23 | 19 | -58/+90 | |
|\ | | | | | Introduce `text` macro | ||||
| * | Merge branch 'master' into feat/text-macro | 2024-05-23 | 232 | -8395/+12506 | |
| |\ | |/ |/| | |||||
* | | Produce a compile error in `iced_renderer` when no backend is enabled | 2024-05-22 | 1 | -0/+7 | |
| | | |||||
* | | Fix compilation of `integration` example in `release` mode | 2024-05-22 | 1 | -0/+2 | |
| | | | | | | | | Fixes #2447. |