Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose pure flex module as public | 2022-05-05 | 1 | -2/+1 | |
| | |||||
* | Forbid `unused_results` and `rust_2018_idioms` in `iced_pure` | 2022-05-02 | 1 | -4/+3 | |
| | |||||
* | Write documentation for `iced_pure` | 2022-05-02 | 1 | -0/+119 | |
| | |||||
* | Use State::new() for State::default() | 2022-03-29 | 1 | -3/+1 | |
| | |||||
* | Implement `Default` for `pure::State` | 2022-03-29 | 1 | -0/+8 | |
| | | | | Impure Applications using pure widgets can now use a struct implementing `Default` | ||||
* | Loose lifetime bounds in `pure::Widget` implementations | 2022-03-29 | 1 | -2/+2 | |
| | |||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -1/+6 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Merge branch 'master' into virtual-widgets | 2022-03-07 | 1 | -5/+1 | |
| | |||||
* | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 2022-02-16 | 1 | -0/+13 | |
| | |||||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -1/+2 | |
| | | | | | | | | The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | ||||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -29/+25 | |
| | |||||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+146 | |
`virtual` is a reserved keyword in Rust :grimacing: |