Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1524 from bungoboingo/fix/gradients_wasm | 2022-11-15 | 5 | -3/+27 | |
|\ | | | | | Additional cfg for wasm target for gradients | ||||
| * | Added conditional configurations for WASM target for gradients & storage ↵ | 2022-11-10 | 5 | -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-transition | 2022-11-15 | 1 | -0/+4 | |
|\ \ | | | | | | | #1484, #1527: Fix overlay transition | ||||
| * | | Invalidate `overlay` layout when `base` layer captures an `Event` | 2022-11-14 | 1 | -1/+5 | |
| | | | |||||
| * | | #1484, #1527: Fix overlay transition | 2022-11-11 | 1 | -1/+1 | |
| |/ | |||||
* | | Merge pull request #1526 from mtkennerly/feature/find-focused | 2022-11-14 | 3 | -0/+46 | |
|\ \ | | | | | | | Add widget operation to find currently focused widget | ||||
| * | | Add widget operation to find currently focused widget | 2022-11-11 | 1 | -0/+34 | |
| | | | |||||
| * | | Allow converting from widget-specific IDs to generic ID | 2022-11-11 | 2 | -0/+12 | |
| |/ | |||||
* | | Merge pull request #1536 from rs017991/op_bug_fix_map | 2022-11-14 | 1 | -10/+41 | |
|\ \ | | | | | | | Fix mapped `Operation` always returning `Outcome::None` | ||||
| * | | Implement `Operation::finish` for `action::widget::Map` | 2022-11-14 | 1 | -11/+34 | |
| | | | |||||
| * | | Partially Fixed Mapped Operations | 2022-11-14 | 1 | -1/+9 | |
|/ / | |||||
* | | Merge pull request #1529 from tarkah/feat/text-input-operations | 2022-11-14 | 9 | -2/+220 | |
|\ \ | | | | | | | Add text input operations | ||||
| * | | Update todos example to select_all input on edit | 2022-11-11 | 1 | -1/+5 | |
| | | | |||||
| * | | Add text input operations | 2022-11-11 | 8 | -1/+215 | |
| |/ | |||||
* | | Merge pull request #1533 from rs017991/op_bug_fix_panegrid | 2022-11-14 | 3 | -2/+85 | |
|\ \ | |/ |/| | Fixed Operations within PaneGrid | ||||
| * | Implement `Widget::operate` for `PaneGrid` | 2022-11-14 | 3 | -2/+85 | |
|/ | |||||
* | Bump versions :tada: | 2022-11-10 | 7 | -7/+7 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 15 | -48/+48 | |
| | |||||
* | Merge pull request #1521 from mq1/patch-1 | 2022-11-10 | 1 | -1/+1 | |
|\ | | | | | Update iced version to 0.5 | ||||
| * | Update iced version to 0.5 | 2022-11-10 | 1 | -1/+1 | |
|/ | |||||
* | Update `README` | 2022-11-10 | 2 | -2/+2 | |
| | |||||
* | Update `CHANGELOG` | 2022-11-10 | 1 | -1/+4 | |
| | |||||
* | Merge pull request #1520 from iced-rs/release/0.5.0 | 2022-11-10 | 12 | -37/+66 | |
|\ | | | | | Release `0.5` — Stabilization of stateless widgets, first-class theming, widget operations, `Lazy` widget, and more! | ||||
| * | Bump versions :tada: | 2022-11-10 | 11 | -37/+37 | |
| | | |||||
| * | Update `CHANGELOG` | 2022-11-10 | 1 | -0/+29 | |
|/ | |||||
* | Write documentation for `iced_style` | 2022-11-10 | 18 | -56/+261 | |
| | |||||
* | Remove unnecessary `into` call in `operation::scoped` | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 20 | -61/+38 | |
| | |||||
* | Expose `window` commands in `iced::window` | 2022-11-09 | 1 | -1/+1 | |
| | |||||
* | Introduce `scoped` in `widget::operation` | 2022-11-09 | 1 | -0/+43 | |
| | |||||
* | Implement `Operation::scrollable` for `widget::action::Map` | 2022-11-09 | 1 | -0/+8 | |
| | |||||
* | Implement `Overlay::operate` for `overlay::element::Map` | 2022-11-09 | 1 | -0/+43 | |
| | |||||
* | Implement `Operation::scrollable` for `element::Map` | 2022-11-09 | 1 | -0/+8 | |
| | |||||
* | Merge pull request #1519 from iced-rs/customizable-theme | 2022-11-09 | 34 | -327/+583 | |
|\ | | | | | Built-in `Theme` customization | ||||
| * | Fix redundant references in `slider` | 2022-11-09 | 1 | -3/+3 | |
| | | |||||
| * | Use `derive(Default)` for `theme` types | 2022-11-09 | 1 | -50/+16 | |
| | | |||||
| * | Introduce `Custom` variants for every style in the built-in `Theme` | 2022-11-09 | 34 | -286/+576 | |
|/ | |||||
* | Merge pull request #1518 from bungoboingo/fix/old_gl | 2022-11-08 | 5 | -19/+22 | |
|\ | | | | | Fixed issues with old GL versions ( <= 2.1 ) | ||||
| * | Fixed issues with old GL versions ( <= 2.1 ) | 2022-11-08 | 5 | -19/+22 | |
|/ | |||||
* | Merge pull request #1504 from tarkah/feat/pane-grid-maximize | 2022-11-08 | 3 | -86/+213 | |
|\ | | | | | Add pane maximize / restore for `PaneGrid` | ||||
| * | Couple layout & content to avoid desync | 2022-11-08 | 2 | -68/+55 | |
| | | |||||
| * | Add pub method for getting maximized value | 2022-11-03 | 1 | -0/+7 | |
| | | |||||
| * | Remove maximized when split occurs | 2022-11-03 | 1 | -0/+1 | |
| | | |||||
| * | Fix doc links | 2022-11-02 | 1 | -2/+8 | |
| | | |||||
| * | Add state::Scoped & rename Elements as Contents | 2022-11-02 | 2 | -94/+100 | |
| | | |||||
| * | Fix tests & lints | 2022-11-02 | 1 | -5/+6 | |
| | | |||||
| * | Disable drag when maximized | 2022-11-02 | 1 | -2/+18 | |
| | | |||||
| * | Update pane_grid example w/ maximize / restore | 2022-11-02 | 1 | -5/+35 | |
| | | |||||
| * | Add maximize / restore to PaneGrid | 2022-11-02 | 2 | -55/+128 | |
| | | |||||
* | | Merge pull request #1494 from tarkah/fix/padding | 2022-11-08 | 5 | -14/+60 | |
|\ \ | | | | | | | Constrain padding to resolved inner / outer widget sizes |