summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez2023-03-072-3/+3
|
* Merge pull request #1742 from bungoboingo/fix/fullscreenLibravatar Héctor Ramón2023-03-033-3/+21
|\ | | | | [Fix] Fullscreen only works on primary monitor
| * Expose `window` commands for Wasm buildsLibravatar Héctor Ramón Jiménez2023-03-032-12/+4
| |
| * Added example of toggling fullscreen to TODOs.Libravatar Bingus2023-03-021-2/+28
| |
| * Fixed fullscreen only being possible on primary monitor.Libravatar Bingus2023-03-021-1/+1
|/
* Merge pull request #1735 from iced-rs/remove-alignment-fillLibravatar Héctor Ramón2023-02-286-72/+14
|\ | | | | Remove `Fill` variant for `Alignment`
| * Remove `Fill` variant for `Alignment`Libravatar Héctor Ramón Jiménez2023-02-276-72/+14
|/ | | | | Implementing this generically in our `flex` logic has an exponential cost. Let's explore other options!
* Bump version of `iced_core` :tada:Libravatar Héctor Ramón Jiménez2023-02-251-1/+1
|
* Merge pull request #1734 from iced-rs/fix/padding-fitLibravatar Héctor Ramón2023-02-251-4/+6
|\ | | | | Fix `Padding::fit` on irregular values for an axis
| * Fix `Padding::fit` on irregular values for an axisLibravatar Héctor Ramón Jiménez2023-02-251-4/+6
| |
* | Merge pull request #1733 from iced-rs/update/svg-depsLibravatar Héctor Ramón2023-02-252-20/+9
|\ \ | |/ |/| Update `resvg` in `iced_graphics`
| * Update `resvg` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-02-252-20/+9
|/
* Merge pull request #1731 from tarkah/fix/debug-bytesLibravatar Héctor Ramón2023-02-236-6/+49
|\ | | | | Remove logging large bytes arrays
| * Remove logging large bytes arraysLibravatar Cory Forsstrom2023-02-236-6/+49
|/
* Merge pull request #1723 from iced-rs/subscription-runLibravatar Héctor Ramón2023-02-211-2/+15
|\ | | | | Change `subscription::run` to take a function pointer
| * Change `subscription::run` to take a function pointerLibravatar Héctor Ramón Jiménez2023-02-211-2/+15
| | | | | | | | ... and rename the old `run` to `run_with_id`.
* | Merge pull request #1721 from casperstorm/feat/no-bleed-sliderLibravatar Héctor Ramón2023-02-202-4/+4
|\ \ | |/ |/| Sliders no longer bleed over rail
| * Sliders no longer bleed over railLibravatar Casper Storm2023-02-202-4/+4
| |
* | Bump version of `iced_native` :tada:Libravatar Héctor Ramón Jiménez2023-02-181-1/+1
| |
* | Merge pull request #1717 from iced-rs/remove-clone-image-bytesLibravatar Héctor Ramón2023-02-181-3/+3
|\ \ | | | | | | Remove `Clone` bound for `Bytes::new` in `image`
| * | Remove `Clone` bound for `Bytes::new` in `image`Libravatar Héctor Ramón Jiménez2023-02-181-3/+3
| | |
* | | Merge pull request #1716 from iced-rs/fix/draw-base-cursorLibravatar Héctor Ramón2023-02-181-6/+7
|\ \ \ | |/ / |/| | Fix base cursor position during `UserInterface::draw` when overlay is present
| * | Fix base cursor position during `UserInterface::draw` when overlay is presentLibravatar Héctor Ramón Jiménez2023-02-181-6/+7
|/ /
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-1834-95/+146
| |
* | Merge pull request #1714 from iced-rs/fix/overlay-menu-heightLibravatar Héctor Ramón2023-02-181-1/+2
|\ \ | | | | | | Fix height of `overlay::Menu`
| * | Fix height of `overlay::Menu`Libravatar Héctor Ramón Jiménez2023-02-181-1/+2
|/ /
* | Merge pull request #1711 from iced-rs/feature/generic-pixel-unitsLibravatar Héctor Ramón2023-02-1757-482/+505
|\ \ | | | | | | Generic pixel units
| * | Use `Pixels` for `padding` in `image::Viewer`Libravatar Héctor Ramón Jiménez2023-02-171-6/+6
| | |
| * | Use `Pixels` for `spacing`Libravatar Héctor Ramón Jiménez2023-02-176-58/+51
| | |
| * | Use `f32` for `Icon::size` in `checkbox`Libravatar Héctor Ramón Jiménez2023-02-171-2/+2
| | |
| * | Use `f32` for `Padding`Libravatar Héctor Ramón Jiménez2023-02-1712-79/+98
| | |
| * | Use `Pixels` for `size` methodsLibravatar Héctor Ramón Jiménez2023-02-173-7/+7
| | |
| * | Use `Pixels` for `Slider::height` and `VerticalSlider::width`Libravatar Héctor Ramón Jiménez2023-02-172-7/+7
| | |
| * | Fix `Scrollbar` bound calculations in `Scrollable`Libravatar Héctor Ramón Jiménez2023-02-171-9/+12
| | |
| * | Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez2023-02-1716-78/+79
| | |
| * | Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-1743-262/+269
|/ /
* | Merge pull request #1551 from sdroege/image-data-refcountingLibravatar Héctor Ramón2023-02-172-10/+50
|\ \ | | | | | | image: Allow any kind of data that implements `AsRef<[u8]>` for the i…
| * | Wrap image `Bytes` with `Arc` instead of `Data`Libravatar Héctor Ramón Jiménez2023-02-171-35/+18
| | |
| * | image: Allow any kind of data that implements `AsRef<[u8]>` for the image dataLibravatar Sebastian Dröge2023-02-172-8/+65
|/ / | | | | | | | | | | 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.
* | Merge pull request #1665 from Jedsek/patch-2Libravatar Héctor Ramón2023-02-171-5/+7
|\ \ | | | | | | Minor update: `example/qr_code`
| * | Run `cargo fmt`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
| | |
| * | Update main.rsLibravatar Jedsek2023-01-201-1/+1
| | |
| * | Update main.rsLibravatar Jedsek2023-01-201-5/+7
| | | | | | | | | The app should not render qr_code when data is empty
* | | Merge pull request #1589 from Night-Hunter-NF/FetchWindowIdLibravatar Héctor Ramón2023-02-173-0/+18
|\ \ \ | | | | | | | | add action to get window id
| * | | Expose `fetch_id` helper in `window` moduleLibravatar Héctor Ramón Jiménez2023-02-171-0/+9
| | | |
| * | | add action to get window idLibravatar Night_Hunter2023-02-172-0/+9
|/ / /
* | | Merge pull request #1587 from Night-Hunter-NF/AlwaysOnTopLibravatar Héctor Ramón2023-02-173-17/+50
|\ \ \ | | | | | | | | add always on top action
| * | | Expose `change_always_on_top` helper in `window` moduleLibravatar Héctor Ramón Jiménez2023-02-171-4/+15
| | | |
| * | | Rename `SetAlwaysOnTop` to `ChangeAlwaysOnTop`Libravatar Héctor Ramón Jiménez2023-02-172-19/+28
| | | |
| * | | update docs and change to SetAlwaysOnTopLibravatar Night_Hunter2023-02-172-5/+5
| | | |