summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Added conditional configurations for WASM target for gradients & storage ↵Libravatar bungoboingo2022-11-105-3/+27
| | | | | | | | buffers, since storage buffers are not supported on wgpu WASM target at the moment.
* | Merge pull request #1528 from mtkennerly/bugfix/pick-list-transitionLibravatar Héctor Ramón2022-11-151-0/+4
|\ \ | | | | | | #1484, #1527: Fix overlay transition
| * | Invalidate `overlay` layout when `base` layer captures an `Event`Libravatar Héctor Ramón Jiménez2022-11-141-1/+5
| | |
| * | #1484, #1527: Fix overlay transitionLibravatar mtkennerly2022-11-111-1/+1
| |/
* | Merge pull request #1526 from mtkennerly/feature/find-focusedLibravatar Héctor Ramón2022-11-143-0/+46
|\ \ | | | | | | Add widget operation to find currently focused widget
| * | Add widget operation to find currently focused widgetLibravatar mtkennerly2022-11-111-0/+34
| | |
| * | Allow converting from widget-specific IDs to generic IDLibravatar mtkennerly2022-11-112-0/+12
| |/
* | Merge pull request #1536 from rs017991/op_bug_fix_mapLibravatar Héctor Ramón2022-11-141-10/+41
|\ \ | | | | | | Fix mapped `Operation` always returning `Outcome::None`
| * | Implement `Operation::finish` for `action::widget::Map`Libravatar Héctor Ramón Jiménez2022-11-141-11/+34
| | |
| * | Partially Fixed Mapped OperationsLibravatar Ryan Scheidter2022-11-141-1/+9
|/ /
* | Merge pull request #1529 from tarkah/feat/text-input-operationsLibravatar Héctor Ramón2022-11-149-2/+220
|\ \ | | | | | | Add text input operations
| * | Update todos example to select_all input on editLibravatar Cory Forsstrom2022-11-111-1/+5
| | |
| * | Add text input operationsLibravatar Cory Forsstrom2022-11-118-1/+215
| |/
* | Merge pull request #1533 from rs017991/op_bug_fix_panegridLibravatar Héctor Ramón2022-11-143-2/+85
|\ \ | |/ |/| Fixed Operations within PaneGrid
| * Implement `Widget::operate` for `PaneGrid`Libravatar Ryan Scheidter2022-11-143-2/+85
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-107-7/+7
|
* Fix outdated links in documentationLibravatar Héctor Ramón Jiménez2022-11-1015-48/+48
|
* Merge pull request #1521 from mq1/patch-1Libravatar Héctor Ramón2022-11-101-1/+1
|\ | | | | Update iced version to 0.5
| * Update iced version to 0.5Libravatar Manuel Quarneti2022-11-101-1/+1
|/
* Update `README`Libravatar Héctor Ramón Jiménez2022-11-102-2/+2
|
* Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2022-11-101-1/+4
|
* Merge pull request #1520 from iced-rs/release/0.5.0Libravatar Héctor Ramón2022-11-1012-37/+66
|\ | | | | Release `0.5` — Stabilization of stateless widgets, first-class theming, widget operations, `Lazy` widget, and more!
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-1011-37/+37
| |
| * Update `CHANGELOG`Libravatar Héctor Ramón Jiménez2022-11-101-0/+29
|/
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-1018-56/+261
|
* Remove unnecessary `into` call in `operation::scoped`Libravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-1020-61/+38
|
* Expose `window` commands in `iced::window`Libravatar Héctor Ramón Jiménez2022-11-091-1/+1
|
* Introduce `scoped` in `widget::operation`Libravatar Héctor Ramón Jiménez2022-11-091-0/+43
|
* Implement `Operation::scrollable` for `widget::action::Map`Libravatar Héctor Ramón Jiménez2022-11-091-0/+8
|
* Implement `Overlay::operate` for `overlay::element::Map`Libravatar Héctor Ramón Jiménez2022-11-091-0/+43
|
* Implement `Operation::scrollable` for `element::Map`Libravatar Héctor Ramón Jiménez2022-11-091-0/+8
|