Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove example | 2022-04-06 | 3 | -179/+0 | |
| | |||||
* | fix: nested components | 2022-04-06 | 1 | -22/+30 | |
| | |||||
* | add example | 2022-04-06 | 3 | -0/+179 | |
| | |||||
* | Merge pull request #1298 from 0x192/master | 2022-04-01 | 1 | -0/+6 | |
|\ | | | | | Implement `Default` for `pure::State` | ||||
| * | 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` | ||||
* | Merge pull request #1286 from ThisIsRex/master | 2022-03-29 | 1 | -4/+4 | |
|\ | | | | | Slider fix | ||||
| * | Fix slider's handle position calculation | 2022-03-29 | 1 | -4/+4 | |
|/ | |||||
* | Merge pull request #1294 from marienz/pure-overlay | 2022-03-29 | 10 | -20/+34 | |
|\ | | | | | Forward overlay() calls in iced_pure::element::Map | ||||
| * | Loose lifetime bounds in `pure::Widget` implementations | 2022-03-29 | 10 | -22/+22 | |
| | | |||||
| * | Forward overlay() calls in iced_pure::element::Map | 2022-03-26 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | If Map does not override overlay(), calling map() on a pure Element breaks any pick_list inside it (its overlay does not appear). Fix it by implementing overlay() the same way iced_native::element::Map does. | ||||
* | | Fix `KeyPressed` event being always `Captured` by `TextInput` | 2022-03-28 | 1 | -2/+2 | |
|/ | |||||
* | Remove mention of deprecated `glow_canvas` feature in `README` | 2022-03-23 | 1 | -24/+22 | |
| | |||||
* | Merge pull request #1284 from iced-rs/virtual-widgets | 2022-03-23 | 140 | -2573/+12597 | |
|\ | | | | | Stateless widgets | ||||
| * | Implement `pure` version of `Svg` widget | 2022-03-22 | 3 | -0/+70 | |
| | | |||||
| * | Use application lifetime in `Into<Element>` implementation for `&str` | 2022-03-22 | 1 | -2/+1 | |
| | | |||||
| * | Implement `pure` version of `QRCode` widget | 2022-03-21 | 3 | -0/+73 | |
| | | |||||
| * | Restore `TextInput::draw` helper | 2022-03-18 | 1 | -12/+24 | |
| | | | | | | | | This helper should be unnecessary in the future. | ||||
| * | Reintroduce generic `Message` type for `canvas::Program` | 2022-03-18 | 10 | -68/+55 | |
| | | | | | | | | | | As it is useful to make the `Message` completely free in many implementations. | ||||
| * | Export widget modules in `iced_pure` | 2022-03-16 | 31 | -232/+378 | |
| | | | | | | | | ... and fix collisions with the new `helpers` | ||||
| * | Implement `pure` version of `pane_grid` example :tada: | 2022-03-14 | 1 | -13/+12 | |
| | | |||||
| * | Implement `pure` version of `PaneGrid` widget | 2022-03-14 | 13 | -408/+2098 | |
| | | |||||
| * | Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive` | 2022-03-14 | 1 | -5/+21 | |
| | | |||||
| * | Implement `pure` version of `ProgressBar` widget | 2022-03-10 | 2 | -0/+114 | |
| | | |||||
| * | Implement `pure` version of `Rule` widget | 2022-03-10 | 3 | -6/+116 | |
| | | |||||
| * | Implement `Widget::tag` for `pure::Canvas` | 2022-03-09 | 1 | -0/+4 | |
| | | |||||
| * | Implement `pure` version of `game_of_life` example :tada: | 2022-03-09 | 7 | -3/+1266 | |
| | | |||||
| * | Implement `pure` version of `Canvas` widget | 2022-03-09 | 7 | -1/+355 | |
| | | |||||
| * | Use associated type for `Message` in a `canvas::Program` | 2022-03-09 | 7 | -24/+37 | |
| | | |||||
| * | Remove redundant `widget` modules in subcrates | 2022-03-09 | 62 | -783/+228 | |
| | | | | | | | | Instead, we can define the type aliases just once in the root crate! | ||||
| * | Remove superfluous files from `pure` examples | 2022-03-08 | 7 | -120/+0 | |
| | | |||||
| * | Implement `pure::Responsive` in `iced_lazy` | 2022-03-07 | 3 | -3/+398 | |
| | | |||||
| * | Introduce `rebuild_element` helper in `lazy::pure::Component` | 2022-03-07 | 1 | -26/+16 | |
| | | |||||
| * | Initialize `lazy::pure::Component` view properly | 2022-03-07 | 1 | -21/+26 | |
| | | | | | | | | ... during `children` and `diff` in the `Widget` implementation | ||||
| * | Merge branch 'master' into virtual-widgets | 2022-03-07 | 3 | -20/+52 | |
| |\ | |||||
| * \ | Merge branch 'master' into virtual-widgets | 2022-03-07 | 58 | -920/+457 | |
| |\ \ | |||||
| * | | | Fix `subscription` for `iced::pure::Application` | 2022-02-20 | 1 | -0/+4 | |
| | | | | |||||
| * | | | Implement `pure` version of `component` example | 2022-02-17 | 3 | -0/+180 | |
| | | | | |||||
| * | | | Implement `pure::Component` in `iced_lazy` | 2022-02-17 | 13 | -21/+530 | |
| | | | | |||||
| * | | | Implement `pure` version of `pick_list` example :tada: | 2022-02-16 | 4 | -0/+139 | |
| | | | | |||||
| * | | | Fix `overlay` translation for `Scrollable` in `iced_pure` | 2022-02-16 | 1 | -6/+19 | |
| | | | | |||||
| * | | | Add `pick_list` function helper in `iced_pure::widget` | 2022-02-16 | 1 | -0/+15 | |
| | | | | |||||
| * | | | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 2022-02-16 | 10 | -240/+717 | |
| | | | | |||||
| * | | | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 2022-02-16 | 16 | -197/+101 | |
| | | | | |||||
| * | | | Implement `pure` version of the `tour` example :tada: | 2022-02-13 | 5 | -0/+753 | |
| | | | | |||||
| * | | | Implement `Space` in `iced_pure` | 2022-02-13 | 2 | -0/+133 | |
| | | | | |||||
| * | | | Implement `Radio` in `iced_pure` | 2022-02-13 | 3 | -1/+142 | |
| | | | | |||||
| * | | | Expose additional helpers in `iced::pure` | 2022-02-13 | 2 | -5/+30 | |
| | | | | |||||
| * | | | Introduce lifetime to `on_change` handler for `Toggler` | 2022-02-13 | 1 | -2/+2 | |
| | | | | |||||
| * | | | Implement `Toggler` in `iced_pure` | 2022-02-13 | 3 | -0/+138 | |
| | | | |