Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Impl operate for Component widget | 2022-08-07 | 1 | -0/+42 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -132/+176 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -1/+1 | |
| | | | | ... and check those in CI as well! | ||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -2/+2 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Merge branch 'master' into theming | 2022-07-08 | 1 | -3/+1 | |
|\ | |||||
| * | remove rebuild of component overlay from `on_event` | 2022-05-13 | 1 | -3/+1 | |
| | | |||||
| * | Revert "fix: prevent building overlay with stale layout" | 2022-05-13 | 1 | -33/+3 | |
| | | | | | | | | This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c. | ||||
| * | fix: prevent building overlay with stale layout | 2022-05-10 | 1 | -3/+33 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -2/+11 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Remove `hash_layout` method from `Widget` trait | 2022-02-23 | 1 | -20/+1 | |
| | |||||
* | Remove `position` abbreviation in `Component` | 2022-01-20 | 1 | -2/+5 | |
| | |||||
* | component overlay position fix | 2022-01-20 | 1 | -6/+8 | |
| | |||||
* | Write documentation for `component` in `iced_lazy` | 2022-01-12 | 1 | -8/+30 | |
| | |||||
* | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 1 | -9/+2 | |
| | |||||
* | Remove superfluous generic type in `iced_lazy::Cache` | 2022-01-11 | 1 | -10/+8 | |
| | |||||
* | Introduce `Renderer` argument to `mouse_interaction` and `on_event` | 2022-01-11 | 1 | -4/+19 | |
| | |||||
* | Invalidate widget tree from `Responsive` widget | 2022-01-11 | 1 | -2/+2 | |
| | | | | ... by introducing a new `invalidate_widgets` method to `Shell` | ||||
* | fix: nested component layout invalidation | 2021-12-24 | 1 | -0/+4 | |
| | |||||
* | fix: drop remaining component overlay events if closed during event batch ↵ | 2021-12-17 | 1 | -23/+26 | |
| | | | | processing | ||||
* | Revert "fix: process component overlay events together with those of the ↵ | 2021-12-17 | 1 | -20/+31 | |
| | | | | | | original element" This reverts commit aa09bd4a981cfe0e11a21220193e823f48cdf450. | ||||
* | fix: process component overlay events together with those of the original ↵ | 2021-12-13 | 1 | -31/+20 | |
| | | | | element | ||||
* | Simplify `component` implementation in `iced_lazy` | 2021-12-13 | 1 | -210/+122 | |
| | |||||
* | feat: enable overlay in component | 2021-12-10 | 1 | -41/+351 | |
| | |||||
* | Fix `Widget::height` for `Component` | 2021-12-08 | 1 | -1/+1 | |
| | |||||
* | Introduce `Shell` type in `iced_native` | 2021-11-29 | 1 | -9/+11 | |
| | | | | Widgets now can invalidate the current layout of the application on demand. | ||||
* | Hide `Box` allocation in `component::view` | 2021-11-29 | 1 | -4/+4 | |
| | | | | ... we may be able to avoid it with generics in the future. | ||||
* | Draft `component` example :tada: | 2021-11-29 | 1 | -5/+8 | |
| | |||||
* | Create `iced_lazy` and draft `Component` trait | 2021-11-29 | 1 | -0/+181 | |