Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Merge pull request #2421 from skygrango/wasm/update-clock-example | 2024-05-18 | 2 | -14/+11 | |
|\ \ | | | | | | | Fix `clock` example doesn't get the correct local time under unix system | ||||
| * | | Remove redundant default `chrono` feature in `clock` example | 2024-05-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Simplify `clock` example a bit | 2024-05-18 | 1 | -12/+12 | |
| | | | |||||
| * | | Fix `clock` example doesn't get the correct local time under unix system | 2024-05-03 | 2 | -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 runtime | 2024-05-16 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge pull request #2441 from iced-rs/feature/explicit-length-in-center-methods | 2024-05-13 | 13 | -41/+40 | |
|\ \ \ | | | | | | | | | Ask for explicit `Length` in `center_*` methods | ||||
| * | | | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 13 | -41/+40 | |
|/ / / | |||||
* | | | Merge pull request #2440 from iced-rs/align-images-to-pixel-grid | 2024-05-12 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Align images to the (logical) pixel grid in `iced_wgpu` | ||||
| * | | | Align images to the pixel grid in `iced_wgpu` | 2024-05-12 | 1 | -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-position | 2024-05-10 | 2 | -1/+36 | |
|\ \ \ \ | |/ / / |/| | | | Add `SpecificWith` variant to `window::Position` | ||||
| * | | | Add `SpecificWith` variant to `window::Position` | 2024-05-10 | 2 | -1/+36 | |
|/ / / | |||||
* | | | Pass `WindowHandle` by value to `window::run_with_handle` | 2024-05-08 | 4 | -4/+4 | |
| | | | |||||
* | | | Fix `clippy` lints in `wgpu` benchmark | 2024-05-08 | 1 | -3/+3 | |
| | | | |||||
* | | | Create dynamic text `wgpu` benchmark | 2024-05-08 | 2 | -13/+59 | |
| | | | |||||
* | | | Merge pull request #2430 from iced-rs/reuse-glyphon-pipeline-state | 2024-05-08 | 3 | -22/+50 | |
|\ \ \ | | | | | | | | | Reuse `glyphon::Pipeline` state in `iced_wgpu` | ||||
| * | | | Update `glyphon` fork to a cleaner branch | 2024-05-08 | 2 | -5/+5 | |
| | | | | |||||
| * | | | Reuse `glyphon::Viewport` explicitly | 2024-05-08 | 3 | -18/+39 | |
| | | | | |||||
| * | | | Reuse `glyphon::Pipeline` state in `iced_wgpu` | 2024-05-08 | 2 | -5/+12 | |
|/ / / | |||||
* | | | Merge pull request #2427 from iced-rs/winit-0.30 | 2024-05-08 | 12 | -632/+920 | |
|\ \ \ | | | | | | | | | Update `winit` to `0.30` | ||||
| * | | | Plug `new_events` handler to event loop | 2024-05-07 | 2 | -0/+30 | |
| | | | | |||||
| * | | | Update `winit` to `0.30` | 2024-05-07 | 12 | -633/+891 | |
| | | | | |||||
* | | | | Redirect `docs.iced.rs` to actual docs | 2024-05-07 | 2 | -0/+15 | |
| | | | | |||||
* | | | | Merge pull request #2428 from iced-rs/feature/present-mode-env-var | 2024-05-07 | 2 | -10/+41 | |
|\ \ \ \ | |/ / / |/| | | | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | ||||
| * | | | Document `present_mode_from_env` in `iced_wgpu` | 2024-05-07 | 1 | -0/+12 | |
| | | | | |||||
| * | | | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | 2024-05-07 | 2 | -10/+29 | |
|/ / / | |||||
* | | | Merge pull request #2425 from iced-rs/fix/image-cache-fighting | 2024-05-06 | 8 | -70/+80 | |
|\ \ \ | | | | | | | | | Fix windows fighting over shared `image::Cache` | ||||
| * | | | Trim `image::Cache` after `wgpu::Renderer::present` | 2024-05-06 | 1 | -0/+3 | |
| | | | | |||||
| * | | | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 8 | -70/+77 | |
|/ / / | | | | | | | | | | Image caches are local to each window now. | ||||
* | | | Merge pull request #2424 from iced-rs/feature/image-opacity | 2024-05-03 | 18 | -41/+150 | |
|\ \ \ | | | | | | | | | Introduce dynamic `opacity` support for `Image` and `Svg` | ||||
| * | | | Improve layout of `ferris` example :crab: | 2024-05-03 | 1 | -16/+16 | |
| | | | | |||||
| * | | | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 18 | -33/+142 | |
|/ / / | |||||
* | | | Merge pull request #2423 from iced-rs/center-widget-helper | 2024-05-03 | 38 | -338/+253 | |
|\ \ \ | | | | | | | | | Introduce `center` widget helper | ||||
| * | | | Auto-focus `text_input` in `websocket` example | 2024-05-03 | 1 | -2/+7 | |
| | | | | |||||
| * | | | Introduce `center` widget helper | 2024-05-03 | 38 | -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-rotation | 2024-05-03 | 26 | -109/+695 | |
|\ \ \ | |/ / |/| | | Adding feature: Image rotation | ||||
| * | | Add `spin` mode to `ferris` example :crab: | 2024-05-03 | 4 | -16/+87 | |
| | | | |||||
| * | | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 5 | -17/+37 | |
| | | |