summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1562 from casperstorm/feat/custom-accessory-contentLibravatar Héctor Ramón2023-01-024-19/+88
|\ | | | | Added ability to customize the handle of a `pick_list`
| * Rename `pick_list::AccessoryContent` to `Handle`Libravatar Héctor Ramón Jiménez2022-12-144-39/+34
| | | | | | | | ... and rename `Default` variant to `Arrow`.
| * Added accessory_content_color to appreance.Libravatar Casper Rogild Storm2022-11-293-1/+5
| |
| * Correctly pass accessory content.Libravatar Casper Rogild Storm2022-11-291-0/+2
| |
| * Added ability to customize accessory content.Libravatar Casper Rogild Storm2022-11-294-19/+87
| |
* | Merge pull request #1584 from Night-Hunter-NF/RequestUserAttentionLibravatar Héctor Ramón2023-01-026-12/+75
|\ \ | | | | | | add action to request user attention
| * | Create conversion function for `user_attention` in `iced_winit`Libravatar Héctor Ramón Jiménez2023-01-023-11/+21
| | |
| * | Add `RequestUserAttention` to `window::Action`Libravatar Night_Hunter2023-01-024-11/+64
|/ /
* | Merge pull request #1622 from rs017991/text_input_shift_clickLibravatar Héctor Ramón2023-01-021-2/+10
|\ \ | | | | | | TextInput: SHIFT+Left Click to Select
| * | TextInput: SHIFT+Left Click to SelectLibravatar Ryan Scheidter2022-12-251-2/+10
| | |
* | | Merge pull request #1628 from nicksenger/feat/component-operationsLibravatar Héctor Ramón2023-01-021-0/+35
|\ \ \ | | | | | | | | Add `operate` method to `Component` trait
| * | | Prefix `_` instead of `allow(unused)` in `Component` traitLibravatar Héctor Ramón Jiménez2023-01-021-2/+4
| | | |
| * | | Add `operate` method to `Component` traitLibravatar Nick Senger2022-12-301-0/+33
| |/ /
* | | Merge pull request #1624 from rpitasky/patch-1Libravatar Héctor Ramón2023-01-021-1/+1
|\ \ \ | | | | | | | | Minor docs typo
| * | | Minor docs typoLibravatar rpitasky2022-12-291-1/+1
| |/ / | | | | | | "Romve" -> "Remove"
* | | Rename `is_checked` to `is_toggled` in `Toggler`Libravatar Héctor Ramón Jiménez2023-01-021-9/+9
| | |
* | | Merge pull request #1616 from pop-os/standardize-toggler-functionsLibravatar Héctor Ramón2023-01-022-10/+10
|\ \ \ | |/ / |/| | Use same name & order for toggler::new and helper
| * | Use same name & order for toggler::new and helperLibravatar 13r0ck2022-12-222-10/+10
|/ / | | | | | | | | | | | | The helper function for the toggler widget switched the order and name of the arguments passed when creating the toggler widget. This just standardizes the order whether the dev is using the helper or the associated function.
* | Merge pull request #1615 from iced-rs/fix/responsive-operationsLibravatar Héctor Ramón2022-12-2218-9/+74
|\ \ | | | | | | Fix operations for `Responsive` widget
| * | 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.66
| * | 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`
| * | 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
|\ \ | | | | | | Added a VerticalSlider widget.
| * | 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
|\ \ \ \ | |_|/ / |/| | | add toggle decorations action
| * | | 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 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