summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable horizontal scrolling with `Shift+MouseWheel`Libravatar Héctor Ramón Jiménez2023-01-081-1/+17
* Add some missing `spacing` to `scrollable` exampleLibravatar Héctor Ramón Jiménez2023-01-081-0/+2
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-086-69/+75
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-299-691/+618
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-2912-563/+1135
* Merge pull request #1615 from iced-rs/fix/responsive-operationsLibravatar Héctor Ramón2022-12-2218-9/+74
|\
| * Implement `Widget::operate` for `Responsive`Libravatar Héctor Ramón Jiménez2022-12-221-1/+24
| * Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez2022-12-2217-8/+50
|/
* Merge pull request #1611 from iced-rs/fix/clippy-lintsLibravatar Héctor Ramón2022-12-2010-40/+28
|\
| * Fix `clippy` lints for Rust 1.66Libravatar Héctor Ramón Jiménez2022-12-2010-40/+28
* | Merge pull request #1606 from iced-rs/feature/window-closeLibravatar Héctor Ramón2022-12-155-15/+21
|\ \ | |/ |/|
| * Implement `window::close` action and remove `should_exit`Libravatar Héctor Ramón Jiménez2022-12-155-15/+21
* | Bump version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2022-12-151-1/+1
|/
* Update latest release number in `BUG_REPORT.yml`Libravatar Héctor Ramón Jiménez2022-12-141-3/+3
* Merge pull request #1596 from casperstorm/feat/slider-orientationLibravatar Héctor Ramón2022-12-148-0/+578
|\
| * updated README for slider exampleLibravatar Casper Storm2022-12-131-2/+2
| * Split vertical orientation into VerticalSliderLibravatar Casper Storm2022-12-136-171/+540
| * Merge branch 'master' into feat/slider-orientationLibravatar Casper Storm2022-12-13174-1956/+7137
| |\
| * | Vertical orientation added to Slider.Libravatar Casper Storm2022-12-126-41/+251
* | | Merge pull request #1588 from Night-Hunter-NF/ToggleDecorationsLibravatar Héctor Ramón2022-12-142-0/+10
|\ \ \ | |_|/ |/| |
| * | Remove mention of iOS and Android in `window::action`Libravatar Héctor Ramón2022-12-131-1/+1
| * | add toggle decorations actionLibravatar Night_Hunter2022-12-102-0/+10
* | | Merge pull request #1593 from ben-wallis/xvar/fix-glow-image-svgLibravatar Héctor Ramón2022-12-131-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed iced_glow crate compilation when image feature is enabled and the svg f...Libravatar Ben Wallis2022-12-111-1/+1
|/ /
* | Fix `CHANGELOG` link of `0.6.0`Libravatar Héctor Ramón Jiménez2022-12-071-1/+2
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-0727-79/+112
* | Merge pull request #1578 from iced-rs/svg-stylingLibravatar Héctor Ramón2022-12-0616-53/+255
|\ \
| * | Fix casing in `theme`Libravatar Héctor Ramón Jiménez2022-12-061-1/+1
| * | Rename `Fill` to `ColorFilter` in `graphics::image::vector`Libravatar Héctor Ramón Jiménez2022-12-061-4/+4
| * | Remove unnecessary `clippy` directives in `Color`Libravatar Héctor Ramón Jiménez2022-12-061-2/+0
| * | Showcase color filtering in existing `svg` exampleLibravatar Héctor Ramón Jiménez2022-12-064-106/+54
| * | Fix macro hygiene of `color!`Libravatar Héctor Ramón Jiménez2022-12-061-4/+6
| * | Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-0614-75/+112
| * | chore(examples): Add svg-style exampleLibravatar Michael Aaron Murphy2022-12-063-0/+89
| * | feat: SVG styling with icon fill colorLibravatar Michael Aaron Murphy2022-12-067-22/+137
| * | feat: Add Color::into_rgb8Libravatar Michael Aaron Murphy2022-12-061-0/+13
|/ /
* | Merge pull request #1574 from iced-rs/fix/draw-scroller-only-when-hoveredLibravatar Héctor Ramón2022-12-051-3/+2
|\ \
| * | Fix scroller in `Scrollable` always being drawnLibravatar Héctor Ramón Jiménez2022-12-051-3/+2
|/ /
* | Merge pull request #1506 from rksm/non-uniform-border-radius-for-quadsLibravatar Héctor Ramón2022-12-0230-69/+317
|\ \
| * | Ask `clippy` to behaveLibravatar Héctor Ramón Jiménez2022-12-021-0/+1
| * | Add `custom_quad` exampleLibravatar Héctor Ramón Jiménez2022-12-022-0/+169
| * | Fix `border_radius` in `modal` exampleLibravatar Héctor Ramón Jiménez2022-12-021-1/+1
| * | Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-02147-2142/+4786
| |\ \
| * | | Rename `QuadBorderRadius` to `BorderRadius`Libravatar Héctor Ramón Jiménez2022-11-082-14/+13
| * | | Fix casing of `border_radius` in `quad` shaderLibravatar Héctor Ramón Jiménez2022-11-081-4/+4
| * | | Fix `compatibility::quad` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez2022-11-083-10/+28
| * | | non uniform border radius for quadsLibravatar Robert Krahn2022-11-0325-60/+121
* | | | Merge pull request #1570 from PolyMeilex/fix-picklist-custom-styleLibravatar Héctor Ramón2022-12-021-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix custom style of PickListLibravatar Poly2022-12-021-1/+1
|/ / /
* | | Merge pull request #1546 from tarkah/fix/overlay-widget-operationsLibravatar Héctor Ramón2022-11-306-44/+501
|\ \ \