Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-07-12 | 89 | -18230/+0 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs | ||||
| * | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 16 | -1662/+0 | |
| | | |||||
| * | Converge `Command` types from `iced_futures` and `iced_native` | 2023-03-05 | 5 | -192/+45 | |
| | | |||||
| * | Use `no_run` for widget doc-tests | 2023-03-05 | 1 | -9/+0 | |
| | | |||||
| * | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 4 | -265/+2 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 79 | -16203/+70 | |
| | | |||||
| * | Remove `canvas` leftovers in `iced_native` | 2023-03-03 | 1 | -8/+0 | |
| | | |||||
| * | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 11 | -1004/+0 | |
| | | | | | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
| * | Fix missing `qr_code` module in `iced_native` | 2023-03-01 | 1 | -8/+0 | |
| | | |||||
| * | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 13 | -1/+1023 | |
| | | |||||
| * | Fix `clippy` lints | 2023-02-24 | 3 | -5/+5 | |
| | | |||||
| * | Fix `checkbox` example | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Compute grapheme index in `find_cursor_position` for `TextInput` | 2023-02-24 | 2 | -15/+13 | |
| | | |||||
| * | Fix useless `f32` conversions and please `clippy` | 2023-02-24 | 1 | -6/+1 | |
| | | |||||
| * | Introduce `Weight` enum to `font` | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Fix `overlay::Menu` line height | 2023-02-24 | 1 | -5/+5 | |
| | | |||||
| * | Use `Pixels` for `Text::size` | 2023-02-24 | 7 | -25/+19 | |
| | | |||||
| * | Fix `clippy` lints :tada: | 2023-02-24 | 1 | -1/+1 | |
| | | |||||
| * | Implement `font::load` command in `iced_native` | 2023-02-24 | 6 | -4/+51 | |
| | | |||||
| * | Overhaul `Font` type to allow font family selection | 2023-02-24 | 9 | -63/+83 | |
| | | |||||
| * | Fix `PickList` line height | 2023-02-24 | 1 | -7/+7 | |
| | | |||||
| * | Fix `TextInput` line height | 2023-02-24 | 1 | -1/+5 | |
| | | |||||
* | | Added simpler MW example | 2023-03-14 | 1 | -0/+2 | |
| | | |||||
* | | Code cleanup, clearer comments + removed some unnecessary dupe; | 2023-03-13 | 1 | -13/+2 | |
| | | | | | | | | | | Removed `Frames` struct return for `window::frames()` since we are just redrawing every window anyways; Interface dropping; | ||||
* | | Removed glutin MW support and reverted glutin changes back to Iced master ↵ | 2023-02-28 | 1 | -3/+1 | |
| | | | | | | | | since it's being axed as we speak. | ||||
* | | Merge remote-tracking branch 'iced-main/master' into feat/multi-window-support | 2023-02-28 | 2 | -65/+8 | |
|\ \ | | | | | | | | | | | | | | | | # Conflicts: # glutin/src/application.rs # winit/src/icon.rs | ||||
| * | | Remove `Fill` variant for `Alignment` | 2023-02-27 | 2 | -65/+8 | |
| |/ | | | | | | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options! | ||||
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-23 | 1 | -2/+15 | |
|\| | |||||
| * | Merge pull request #1723 from iced-rs/subscription-run | 2023-02-21 | 1 | -2/+15 | |
| |\ | | | | | | | Change `subscription::run` to take a function pointer | ||||
| | * | Change `subscription::run` to take a function pointer | 2023-02-21 | 1 | -2/+15 | |
| | | | | | | | | | | | | ... and rename the old `run` to `run_with_id`. | ||||
* | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-20 | 9 | -25/+27 | |
|\| | | |||||
| * | | Merge pull request #1721 from casperstorm/feat/no-bleed-slider | 2023-02-20 | 2 | -4/+4 | |
| |\ \ | | |/ | |/| | Sliders no longer bleed over rail | ||||
| | * | Sliders no longer bleed over rail | 2023-02-20 | 2 | -4/+4 | |
| | | | |||||
| * | | Merge pull request #1717 from iced-rs/remove-clone-image-bytes | 2023-02-18 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | Remove `Clone` bound for `Bytes::new` in `image` | ||||
| | * | | Remove `Clone` bound for `Bytes::new` in `image` | 2023-02-18 | 1 | -3/+3 | |
| | | | | |||||
| * | | | Fix base cursor position during `UserInterface::draw` when overlay is present | 2023-02-18 | 1 | -6/+7 | |
| |/ / | |||||
| * | | Bump versions :tada: | 2023-02-18 | 5 | -11/+11 | |
| | | | |||||
| * | | Fix height of `overlay::Menu` | 2023-02-18 | 1 | -1/+2 | |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | 2023-02-17 | 31 | -422/+515 | |
|\| | | | | | | | | | | | | | | # Conflicts: # winit/src/window.rs | ||||
| * | | Use `Pixels` for `padding` in `image::Viewer` | 2023-02-17 | 1 | -6/+6 | |
| | | | |||||
| * | | Use `Pixels` for `spacing` | 2023-02-17 | 6 | -58/+51 | |
| | | | |||||
| * | | Use `f32` for `Icon::size` in `checkbox` | 2023-02-17 | 1 | -2/+2 | |
| | | | |||||
| * | | Use `f32` for `Padding` | 2023-02-17 | 9 | -55/+42 | |
| | | | |||||
| * | | Use `Pixels` for `size` methods | 2023-02-17 | 3 | -7/+7 | |
| | | | |||||
| * | | Use `Pixels` for `Slider::height` and `VerticalSlider::width` | 2023-02-17 | 2 | -7/+7 | |
| | | | |||||
| * | | Fix `Scrollbar` bound calculations in `Scrollable` | 2023-02-17 | 1 | -9/+12 | |
| | | | |||||
| * | | Use `Pixels` for `Text::size` | 2023-02-17 | 9 | -60/+61 | |
| | | | |||||
| * | | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 24 | -212/+193 | |
| | | | |||||
| * | | Wrap image `Bytes` with `Arc` instead of `Data` | 2023-02-17 | 1 | -35/+18 | |
| | | | |||||
| * | | image: Allow any kind of data that implements `AsRef<[u8]>` for the image data | 2023-02-17 | 1 | -7/+64 | |
| | | | | | | | | | | | | | | | | | | It's not required anywhere for it to be a plain slice or a `Vec` and this makes it possible to use data allocated in a different way without copying. |