summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cargo fixLibravatar Bingus2023-02-204-173/+191
* Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-2038-109/+162
|\
| * Merge pull request #1721 from casperstorm/feat/no-bleed-sliderLibravatar Héctor Ramón2023-02-202-4/+4
| |\
| | * 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`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 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`Libravatar Héctor Ramón Jiménez2023-02-181-1/+2
| |/ /
* | | Fixed widget operationsLibravatar Bingus2023-02-171-2/+2
* | | Iced master merge (again)Libravatar Bingus2023-02-175-12/+34
* | | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-02-1770-542/+807
|\| |
| * | Merge pull request #1711 from iced-rs/feature/generic-pixel-unitsLibravatar Héctor Ramón2023-02-1757-482/+505
| |\ \
| | * | 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
| |\ \
| | * | 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
| |/ /
| * | Merge pull request #1665 from Jedsek/patch-2Libravatar Héctor Ramón2023-02-171-5/+7
| |\ \
| | * | 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
| * | | Merge pull request #1589 from Night-Hunter-NF/FetchWindowIdLibravatar Héctor Ramón2023-02-173-0/+18
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | 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
| | * | | add always on top actionLibravatar Night_Hunter2023-02-172-0/+13
| |/ / /
| * | | Merge pull request #1703 from greatest-ape/v0.7-glow-explicit-locationLibravatar Héctor Ramón2023-02-171-4/+4
| |\ \ \
| | * | | glow: enable GL_ARB_explicit_attrib_location to fix crashesLibravatar Joakim Frostegård2023-02-131-4/+4
| * | | | Merge pull request #1707 from casperstorm/feat/checkbox-iconLibravatar Héctor Ramón2023-02-178-9/+123
| |\ \ \ \
| | * | | | Added the ability to change checkbox iconLibravatar Casper Storm2023-02-168-9/+123
| | | |_|/ | | |/| |
| * | | | Merge pull request #1695 from nicksenger/widgets/container-idsLibravatar Héctor Ramón2023-02-162-17/+55
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | container: allow specification of ID and provide to `Operation::container`Libravatar Nick Senger2023-02-161-9/+44
| | * | | Revert "provide ID to operation.container in applicable widgets"Libravatar Nick Senger2023-02-165-226/+51
| | * | | provide ID to operation.container in applicable widgetsLibravatar Nick Senger2023-02-165-51/+226
| | * | | scrollable: provide ID to operation.containerLibravatar Nick Senger2023-02-161-8/+11
* | | | | Fixed widget animations implementationLibravatar Bingus2023-02-174-39/+95