summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1524 from bungoboingo/fix/gradients_wasmLibravatar Héctor Ramón2022-11-155-3/+27
|\
| * Added conditional configurations for WASM target for gradients & storage buff...Libravatar bungoboingo2022-11-105-3/+27
* | Merge pull request #1528 from mtkennerly/bugfix/pick-list-transitionLibravatar Héctor Ramón2022-11-151-0/+4
|\ \
| * | 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 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
|\ \
| * | 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
|\ \
| * | 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
|\ \ | |/ |/|
| * 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.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
|\
| * 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
* Merge pull request #1519 from iced-rs/customizable-themeLibravatar Héctor Ramón2022-11-0934-327/+583
|\
| * Fix redundant references in `slider`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
| * Use `derive(Default)` for `theme` typesLibravatar Héctor Ramón Jiménez2022-11-091-50/+16
| * Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-0934-286/+576
|/
* Merge pull request #1518 from bungoboingo/fix/old_glLibravatar Héctor Ramón2022-11-085-19/+22
|\
| * Fixed issues with old GL versions ( <= 2.1 )Libravatar bungoboingo2022-11-085-19/+22
|/
* Merge pull request #1504 from tarkah/feat/pane-grid-maximizeLibravatar Héctor Ramón2022-11-083-86/+213
|\
| * Couple layout & content to avoid desyncLibravatar Cory Forsstrom2022-11-082-68/+55
| * Add pub method for getting maximized valueLibravatar Cory Forsstrom2022-11-031-0/+7
| * Remove maximized when split occursLibravatar Cory Forsstrom2022-11-031-0/+1
| * Fix doc linksLibravatar tarkah2022-11-021-2/+8
| * Add state::Scoped & rename Elements as ContentsLibravatar tarkah2022-11-022-94/+100
| * Fix tests & lintsLibravatar tarkah2022-11-021-5/+6
| * Disable drag when maximizedLibravatar Cory Forsstrom2022-11-021-2/+18
| * Update pane_grid example w/ maximize / restoreLibravatar Cory Forsstrom2022-11-021-5/+35
| * Add maximize / restore to PaneGridLibravatar Cory Forsstrom2022-11-022-55/+128
* | Merge pull request #1494 from tarkah/fix/paddingLibravatar Héctor Ramón2022-11-085-14/+60
|\ \