Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | Remove redundant `std::convert` namespace in `padding` | 2022-11-08 | 1 | -3/+3 | |
| | | | |||||
| * | | Cast to `u16` first then divide by `2` in `Padding::fit` | 2022-11-08 | 1 | -4/+4 | |
| | | | |||||
| * | | Rearrange `layout` code to improve readability | 2022-11-08 | 3 | -8/+2 | |
| | | | |||||
| * | | Rename `Padding::constrain` to `fit` | 2022-11-08 | 4 | -5/+5 | |
| | | | |||||
| * | | Fix text input padding | 2022-10-27 | 1 | -3/+9 | |
| | | | |||||
| * | | Constrain padding to inner & outer sizes | 2022-10-27 | 4 | -7/+53 | |
| | | | |||||
* | | | Merge pull request #1505 from ids1024/weak-dep-feature | 2022-11-08 | 1 | -4/+1 | |
|\ \ \ | | | | | | | | | Combine `glow_default_system_font` and `default_system_font` features | ||||
| * | | | Combine `glow_default_system_font` and `default_system_font` features | 2022-11-03 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently "weak dependency features" have been stable since Rust 1.60.0, allowing a feature to enable a feature of a dependency only if that dependency is enabled elsewhere. So having a separate feature for this with glow is unnecessary now. Also remove the `resolver` setting which is redundant on edition 2021. | ||||
* | | | | Merge pull request #1507 from ids1024/rgba-svg | 2022-11-05 | 1 | -9/+2 | |
|\ \ \ \ | | | | | | | | | | | Don't convert svg to BGRA before passing to shader | ||||
| * | | | | Don't convert svg to BGRA before passing to shader | 2022-11-04 | 1 | -9/+2 | |
|/ / / / | | | | | | | | | | | | | | | | | Now that the shader is using RGBA, this incorrectly swaps the components. | ||||
* | | | | Merge pull request #1485 from ids1024/glow-image | 2022-11-05 | 29 | -267/+750 | |
|\ \ \ \ | | | | | | | | | | | Glow image rendering support; move image/svg code to iced_graphics | ||||
| * | | | | Update `image` dependency to `0.24` | 2022-11-05 | 2 | -2/+2 | |
| | | | | | |||||
| * | | | | Replace `texture_store` and `store` with `storage` | 2022-11-05 | 2 | -9/+9 | |
| | | | | | |||||
| * | | | | Remove redundant features in `iced_wgpu` and `iced_glow` | 2022-11-05 | 8 | -37/+35 | |
| | | | | | |||||
| * | | | | Remove unnecessary dependencies from `iced_glow` | 2022-11-05 | 1 | -2/+0 | |
| | | | | |