summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | Merge pull request #2421 from skygrango/wasm/update-clock-exampleLibravatar Héctor Ramón2024-05-182-14/+11
|\ \ | | | | | | Fix `clock` example doesn't get the correct local time under unix system
| * | 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
| | | | | | | | | | | | | | | There is a long-standing problem (https://github.com/time-rs/time/issues/293) that has not yet been solved by time-rs Switch to chrono as it seemed to solve the problem (https://github.com/chronotope/chrono/pull/677)
* | | 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_*` methods
| * | | 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 (logical) pixel grid in `iced_wgpu`
| * | | Align images to the pixel grid in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-05-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This should fix some graphical glitches, at the expense of potential alignment issues with small icons / images.
* | | | 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`
| * | | 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
|\ \ \ | | | | | | | | Reuse `glyphon::Pipeline` state in `iced_wgpu`
| * | | 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
|\ \ \ | | | | | | | | Update `winit` to `0.30`
| * | | 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
|\ \ \ \ | |/ / / |/| | | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode`
| * | | Document `present_mode_from_env` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-05-071-0/+12
| | | |
| * | | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode`Libravatar Héctor Ramón Jiménez2024-05-072-10/+29
|/ / /
* | | Merge pull request #2425 from iced-rs/fix/image-cache-fightingLibravatar Héctor Ramón2024-05-068-70/+80
|\ \ \ | | | | | | | | Fix windows fighting over shared `image::Cache`
| * | | Trim `image::Cache` after `wgpu::Renderer::present`Libravatar Héctor Ramón Jiménez2024-05-061-0/+3
| | | |
| * | | Fix windows fighting over shared `image::Cache`Libravatar Héctor Ramón Jiménez2024-05-068-70/+77
|/ / / | | | | | | | | | Image caches are local to each window now.
* | | Merge pull request #2424 from iced-rs/feature/image-opacityLibravatar Héctor Ramón2024-05-0318-41/+150
|\ \ \ | | | | | | | | Introduce dynamic `opacity` support for `Image` and `Svg`
| * | | Improve layout of `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-16/+16
| | | |
| * | | Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez2024-05-0318-33/+142
|/ / /
* | | Merge pull request #2423 from iced-rs/center-widget-helperLibravatar Héctor Ramón2024-05-0338-338/+253
|\ \ \ | | | | | | | | Introduce `center` widget helper
| * | | Auto-focus `text_input` in `websocket` exampleLibravatar Héctor Ramón Jiménez2024-05-031-2/+7
| | | |
| * | | Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-0338-339/+249
|/ / / | | | | | | | | | | | | | | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result.
* | | Merge pull request #2334 from DKolter/image-rotationLibravatar Héctor Ramón2024-05-0326-109/+695
|\ \ \ | |/ / |/| | Adding feature: Image rotation
| * | Add `spin` mode to `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-034-16/+87
| | |
| * | Fix `Image::bounds` when rotation present in `iced_graphics`Libravatar Héctor Ramón Jiménez2024-05-035-17/+37
| | |