summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feat/slider-orientationLibravatar Casper Storm2022-12-13174-1956/+7137
|\
| * 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 feature is disabled
| | * Fixed iced_glow crate compilation when image feature is enabled and the svg ↵Libravatar Ben Wallis2022-12-111-1/+1
| |/ | | | | | | feature is disabled
| * 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
| |\ | | | | | | Svg styling
| | * 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
| | | | | | | | | | | | ... and remove the `svg_style` example
| | * 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
| | | | | | | | | | | | ... and pass it directly to `Renderer::draw` instead.
| | * 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 drawn
| | * Fix scroller in `Scrollable` always being drawnLibravatar Héctor Ramón Jiménez2022-12-051-3/+2
| |/ | | | | | | ... instead of only drawing it when the mouse is over the `Scrollable`.
| * Merge pull request #1506 from rksm/non-uniform-border-radius-for-quadsLibravatar Héctor Ramón2022-12-0230-69/+317
| |\ | | | | | | non uniform border radius for quads
| | * 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
| | | | | | | | | | | | Thanks to @rksm :bow:
| | * 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 PickList
| | * | 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
| |\ \ | | | | | | | | Fix overlay widget operations
| | * | Add on_submit & esc for exampleLibravatar Cory Forsstrom2022-11-291-9/+30
| | | |
| | * | Add modal exampleLibravatar Cory Forsstrom2022-11-293-34/+465
| | | |
| | * | Get widget operations working w/ overlayLibravatar Cory Forsstrom2022-11-293-10/+15
| |/ /
| * | Merge pull request #1563 from tarkah/fix/overlay-mutableLibravatar Héctor Ramón2022-11-2917-83/+73
| |\ \ | | | | | | | | Allow &mut self in overlay
| | * | Allow &mut self in overlayLibravatar tarkah2022-11-2917-83/+73
| |/ /
| * | Merge pull request #1557 from wash2/fix/glow-image-scissorLibravatar Héctor Ramón2022-11-292-2/+21
| |\ \ | | | | | | | | fix: scissor layer bounds for images when using glow
| | * | fix: adjust y position of scissor rectangleLibravatar Ashley Wulber2022-11-232-1/+4
| | | |
| | * | cargo fmtLibravatar Ashley Wulber2022-11-231-2/+7
| | | |
| | * | fix: scissor layout bounds for imagesLibravatar Ashley Wulber2022-11-232-1/+12
| | | |
| * | | Merge pull request #1538 from iced-rs/group-solid-trianglesLibravatar Héctor Ramón2022-11-2828-1076/+1593
| |\ \ \ | | | | | | | | | | Group all solid triangles independently of color
| | * | | Derive `Default` for `Rainbow` in `geometry` exampleLibravatar Héctor Ramón Jiménez2022-11-281-6/+5
| | | | |
| | * | | Re-introduce the `geometry` exampleLibravatar Héctor Ramón Jiménez2022-11-285-0/+244
| | | | |
| | * | | Merge branch 'master' into group-solid-trianglesLibravatar Héctor Ramón Jiménez2022-11-282-8/+5
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #1560 from l1Dan/masterLibravatar Héctor Ramón2022-11-281-1/+0
| |\ \ \ \ | | |_|/ / | |/| | | docs: Remove invalid links.
| | * | | docs: Remove invalid links.Libravatar Leo Lee2022-11-251-1/+0
| |/ / /
| * | | Merge pull request #1539 from iced-rs/fix/text-input-paddingLibravatar Héctor Ramón2022-11-171-7/+5
| |\ \ \ | | | | | | | | | | Fix padding for `TextInput` with `Length::Units` width
| | * | | Fix padding for `TextInput` with `Length::Units` widthLibravatar Héctor Ramón Jiménez2022-11-161-7/+5
| |/ / /
| | * | Implement `From` traits for `Style` in `canvas`Libravatar Héctor Ramón Jiménez2022-11-281-0/+12
| | | |
| | * | Replace magic constants in `glow::triangle`Libravatar Héctor Ramón Jiménez2022-11-161-3/+6
| | | |
| | * | Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-1623-1076/+1335
| |/ /
| * | Merge pull request #1524 from bungoboingo/fix/gradients_wasmLibravatar Héctor Ramón2022-11-155-3/+27
| |\ \ | | | | | | | | Additional cfg for wasm target for gradients