summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
| * 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
* | 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 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
|\
| * 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
|\
| * 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
|\
| * 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
* | Merge pull request #2421 from skygrango/wasm/update-clock-exampleLibravatar Héctor Ramón2024-05-182-14/+11
|\ \
| * | Remove redundant default `chrono` feature in `clock` exampleLibravatar Héctor Ramón Jiménez2024-05-181-1/+1
| * | Simplify `clock` example a bitLibravatar Héctor Ramón Jiménez2024-05-181-12/+12
| * | Fix `clock` example doesn't get the correct local time under unix systemLibravatar Skygrango2024-05-032-16/+13
* | | Fix main window not closing in multi-window runtimeLibravatar Héctor Ramón Jiménez2024-05-161-1/+1
* | | Merge pull request #2441 from iced-rs/feature/explicit-length-in-center-methodsLibravatar Héctor Ramón2024-05-1313-41/+40
|\ \ \
| * | | Ask for explicit `Length` in `center_*` methodsLibravatar Héctor Ramón Jiménez2024-05-1313-41/+40
|/ / /
* | | Merge pull request #2440 from iced-rs/align-images-to-pixel-gridLibravatar Héctor Ramón2024-05-121-1/+1
|\ \ \
| * | | Align images to the pixel grid in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-05-121-1/+1
* | | | Merge pull request #2435 from iced-rs/window/specific-with-positionLibravatar Héctor Ramón2024-05-102-1/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Add `SpecificWith` variant to `window::Position`Libravatar Héctor Ramón Jiménez2024-05-102-1/+36
|/ / /
* | | Pass `WindowHandle` by value to `window::run_with_handle`Libravatar Héctor Ramón Jiménez2024-05-084-4/+4
* | | Fix `clippy` lints in `wgpu` benchmarkLibravatar Héctor Ramón Jiménez2024-05-081-3/+3
* | | Create dynamic text `wgpu` benchmarkLibravatar Héctor Ramón Jiménez2024-05-082-13/+59
* | | Merge pull request #2430 from iced-rs/reuse-glyphon-pipeline-stateLibravatar Héctor Ramón2024-05-083-22/+50
|\ \ \
| * | | Update `glyphon` fork to a cleaner branchLibravatar Héctor Ramón Jiménez2024-05-082-5/+5
| * | | Reuse `glyphon::Viewport` explicitlyLibravatar Héctor Ramón Jiménez2024-05-083-18/+39
| * | | Reuse `glyphon::Pipeline` state in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-05-082-5/+12
|/ / /
* | | Merge pull request #2427 from iced-rs/winit-0.30Libravatar Héctor Ramón2024-05-0812-632/+920
|\ \ \
| * | | Plug `new_events` handler to event loopLibravatar Héctor Ramón Jiménez2024-05-072-0/+30
| * | | Update `winit` to `0.30`Libravatar Héctor Ramón Jiménez2024-05-0712-633/+891
* | | | Redirect `docs.iced.rs` to actual docsLibravatar Héctor Ramón Jiménez2024-05-072-0/+15
* | | | Merge pull request #2428 from iced-rs/feature/present-mode-env-varLibravatar Héctor Ramón2024-05-072-10/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Document `present_mode_from_env` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-05-071-0/+12