summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix `text_editor` always capturing scroll eventsLibravatar Héctor Ramón Jiménez2024-06-172-8/+10
|
* Rename `Step` to `Screen` in `tour` exampleLibravatar Héctor Ramón Jiménez2024-06-161-51/+51
|
* Flatten state in `tour` exampleLibravatar Héctor Ramón Jiménez2024-06-161-339/+261
|
* Merge pull request #2460 from Andrew-Schwartz/masterLibravatar Héctor Ramón2024-06-162-0/+26
|\ | | | | Add FromIterator for Row and Column
| * formatLibravatar Andrew-Schwartz2024-06-132-4/+18
| |
| * Add FromIterator for Row and ColumnLibravatar Andrew-Schwartz2024-06-122-0/+12
| |
| * Revert "Add FromIterator for Row and Column"Libravatar Andrew-Schwartz2024-06-122-30/+18
| | | | | | | | This reverts commit 06c80c5bcedd8dba187af9d187ba1ae40fa4dafa.
| * Add FromIterator for Row and ColumnLibravatar Andrew-Schwartz2024-06-122-18/+30
| |
* | Fix `BUG_REPORT` formattingLibravatar Héctor Ramón Jiménez2024-06-161-4/+2
| |
* | Make crazy users acknowledge they are crazy when filing bug reports in bad faithLibravatar Héctor Ramón Jiménez2024-06-162-1/+19
| |
* | Merge pull request #2465 from henrispriet/henrispriet-wayland-depsLibravatar Héctor Ramón2024-06-161-0/+2
|\ \ | | | | | | Fix DEPENDENCIES.md for wayland
| * | actually wayland.dev isn't neededLibravatar henrispriet2024-06-161-2/+0
| | |
| * | Fix DEPENDENCIES.md for waylandLibravatar henrispriet2024-06-161-0/+4
| |/
* | Merge pull request #2463 from iced-rs/task-apiLibravatar Héctor Ramón2024-06-1669-1842/+1479
|\ \ | |/ |/| `Task` API
| * Rename `window::closings` to `window::close_events`Libravatar Héctor Ramón Jiménez2024-06-162-6/+28
| |
| * Fix `Task::collect` not producing the collected outputsLibravatar Héctor Ramón Jiménez2024-06-151-5/+12
| |
| * Implement `Task::collect`Libravatar Héctor Ramón Jiménez2024-06-151-29/+61
| |
| * Use all themes in `multi_window` exampleLibravatar Héctor Ramón Jiménez2024-06-141-5/+1
| |
| * Simplify `WindowOpened` message handler in `multi_window` exampleLibravatar Héctor Ramón Jiménez2024-06-141-6/+5
| |
| * Use `Task` chaining to simplify `multi_window` exampleLibravatar Héctor Ramón Jiménez2024-06-144-96/+107
| |
| * Remove `parent` from `PlatformSpecific` window settingsLibravatar Héctor Ramón Jiménez2024-06-143-13/+1
| |
| * Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez2024-06-1411-14/+12
| |
| * Unpin `nightly` toolchain in `document` workflowLibravatar Héctor Ramón Jiménez2024-06-141-1/+1
| |
| * Fix `Send` requirements for Wasm targetsLibravatar Héctor Ramón Jiménez2024-06-144-7/+7
| |
| * Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-1474-1752/+1336
|/
* Merge pull request #2456 from iced-rs/window-id-in-event-subscriptionsLibravatar Héctor Ramón2024-06-1125-198/+225
|\ | | | | Introduce `window::Id` to `Event` subscriptions
| * Remove `core::program` module leftoverLibravatar Héctor Ramón Jiménez2024-06-111-1/+0
| |
| * Allow `dead_code` in `widget::lazy::cache`Libravatar Héctor Ramón Jiménez2024-06-111-0/+1
| |
| * Remove `tracing` leftovers in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-06-112-6/+0
| |
| * Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez2024-06-1113-129/+156
| | | | | | | | ... and remove `PlatformSpecific` from `Event`
| * Fix widget operations in `multi_window` runtimeLibravatar Héctor Ramón Jiménez2024-06-101-15/+10
| |
| * Broadcast orphaned events in `multi_window` runtimeLibravatar Héctor Ramón Jiménez2024-06-101-7/+14
| |
| * Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-1019-91/+95
| | | | | | | | And remove `window::Id` from `Event` altogether.
* | Merge pull request #2457 from PolyMeilex/pick-list-menu-styleLibravatar Héctor Ramón2024-06-101-0/+24
|\ \ | |/ |/| Allow for styling of the menu of a pick list
| * Allow for styling of the menu of a pick listLibravatar PolyMeilex2024-06-081-0/+24
| |
* | Update `winit` to `0.30.1`Libravatar Héctor Ramón Jiménez2024-06-101-1/+1
|/
* Merge pull request #2315 from Brady-Simon/macos-command-input-behaviorLibravatar Héctor Ramón2024-05-313-55/+83
|\ | | | | Add Command + ArrowLeft/Right input behavior for macOS
| * Create `jump` and `macos_command` methods in `keyboard::Modifiers`Libravatar Héctor Ramón Jiménez2024-05-313-70/+32
| |
| * Keep unary `motion` function in `text_editor`Libravatar Héctor Ramón Jiménez2024-05-311-18/+18
| |
| * Add Command + ArrowLeft/Right input behavior for macosLibravatar BradySimon2024-05-312-26/+92
|/
* Link to the `latest` branch in examples' `README`Libravatar Héctor Ramón Jiménez2024-05-271-4/+2
|
* Reference "Examples" header in examples link in the `README`Libravatar Héctor Ramón Jiménez2024-05-271-1/+1
|
* Remove "Installation" section from the `README`Libravatar Héctor Ramón Jiménez2024-05-271-16/+0
|
* Update outdated `README`s of subcratesLibravatar Héctor Ramón Jiménez2024-05-273-58/+1
|
* Merge pull request #2449 from bungoboingo/fix/screenshotLibravatar Héctor Ramón2024-05-253-3/+15
|\ | | | | Add viewport scale to screenshot data
| * Added scale_factor to `Screenshot` data for use when cropping to widget boundsLibravatar Shan2024-05-243-3/+15
|/
* Merge pull request #2338 from derezzedex/feat/text-macroLibravatar Héctor Ramón2024-05-2319-58/+90
|\ | | | | Introduce `text` macro
| * Merge branch 'master' into feat/text-macroLibravatar Héctor Ramón Jiménez2024-05-23232-8395/+12506
| |\ | |/ |/|
* | Produce a compile error in `iced_renderer` when no backend is enabledLibravatar Héctor Ramón Jiménez2024-05-221-0/+7
| |
* | Fix compilation of `integration` example in `release` modeLibravatar Héctor Ramón Jiménez2024-05-221-0/+2
| | | | | | | | Fixes #2447.