summaryrefslogtreecommitdiffstats
path: root/lazy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-046-1493/+0
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-02-181-2/+2
|
* Use `f32` in `Length::Units` and rename it to `Fixed`Libravatar Héctor Ramón Jiménez2023-02-171-1/+1
|
* Merge pull request #1701 from nicksenger/fix/diff-component-operateLibravatar Héctor Ramón2023-02-141-0/+2
|\ | | | | Fix panic when using operations with components in certain cases
| * fix: diff widget sub-tree after rebuilding component with operationLibravatar Nick Senger2023-02-121-0/+2
| |
* | fix: lazy widgets overlay is_overLibravatar Nick Senger2023-02-103-0/+21
|/
* Fix layout translation in `overlay::Group`Libravatar Héctor Ramón Jiménez2023-01-303-6/+6
| | | | | This bug produced improper positioning of overlays of elements inside a `Scrollable`.
* Fix widget-driven animations for `Component`Libravatar Héctor Ramón Jiménez2023-01-301-0/+4
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-01-141-2/+2
|
* feat: provide `&Dependency` to `Lazy` widget `View`Libravatar Nick Senger2023-01-112-5/+9
|
* fix: `Lazy` widgetLibravatar Nick Senger2023-01-101-45/+75
|
* Fix shadowed variableLibravatar Cory Forsstrom2023-01-051-2/+4
| | | | | | Layout passed into the overlay was accidentally shadowed by the content's layout. So instead of offsetting by the proper layout, the content layout was used instead.
* Prefix `_` instead of `allow(unused)` in `Component` traitLibravatar Héctor Ramón Jiménez2023-01-021-2/+4
|
* Add `operate` method to `Component` traitLibravatar Nick Senger2022-12-301-0/+33
|
* Implement `Widget::operate` for `Responsive`Libravatar Héctor Ramón Jiménez2022-12-221-1/+24
|
* Add `Renderer` argument to `operate`Libravatar Héctor Ramón Jiménez2022-12-222-0/+4
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-12-071-2/+2
|
* Allow &mut self in overlayLibravatar tarkah2022-11-293-45/+35
|
* Add text input operationsLibravatar Cory Forsstrom2022-11-111-0/+8
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-11-101-2/+2
|
* Rename `iced_lazy::Cached` to `Lazy` :tada:Libravatar Héctor Ramón Jiménez2022-11-032-9/+22
|
* Implement `Widget::operate` for `lazy::Cached`Libravatar Héctor Ramón Jiménez2022-11-031-1/+17
|
* Diff children only when hash differs in `lazy::Cached`Libravatar Héctor Ramón Jiménez2022-11-031-5/+7
|
* lintLibravatar Nick Senger2022-11-031-2/+2
|
* feat: implement `Cached` widgetLibravatar Nick Senger2022-11-032-0/+346
|
* Fix latest `clippy` lintsLibravatar Héctor Ramón Jiménez2022-09-231-1/+1
|
* Impl operate for Component widgetLibravatar tarkah2022-08-071-0/+42
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-277-1270/+406
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-095-6/+10
| | | | ... and check those in CI as well!
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-095-6/+17
| | | | ... and explicitly annotate crates as well.
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-083-16/+4
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-07-011-1/+1
| |
| * Fix `Widget::tag` implementation of `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-07-011-2/+1
| | | | | | | | | | Using `P::State` can cause a panic if the `Canvas` has `()` as `P::State` and replaces a stateless widget in a future `view` call.
| * remove rebuild of component overlay from `on_event`Libravatar Nick Senger2022-05-132-13/+2
| |
| * Revert "fix: prevent building overlay with stale layout"Libravatar Héctor Ramón Jiménez2022-05-132-63/+13
| | | | | | | | This reverts commit 3be8f6e98990f7e8a3af11400bbecaecddda336c.
| * fix: prevent building overlay with stale layoutLibravatar Nick Senger2022-05-102-13/+63
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-144-6/+27
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-2/+9
|
* Indicate feature-flagged modules in documentationLibravatar Héctor Ramón Jiménez2022-05-021-0/+2
|
* Add `html_logo_url` to `iced_core` and `iced_lazy`Libravatar Héctor Ramón Jiménez2022-05-021-0/+3
|
* fix: panic when using pure component in pure responsiveLibravatar Nick Senger2022-04-251-2/+3
|
* Merge pull request #1308 from nicksenger/fix/pure-component-overlayLibravatar Héctor Ramón2022-04-191-1/+1
|\ | | | | fix: tree node passed in `component::OverlayInstance::on_event`
| * fix: tree node passed in `component::OverlayInstance::on_event`Libravatar Nick Senger2022-04-181-1/+1
| |
* | fix: diffing issue with pure stateless componentsLibravatar Nick Senger2022-04-181-1/+3
|/
* fix: diff widget tree after local event processing in `Component`Libravatar Nick Senger2022-04-171-36/+36
|
* fix: overlayLibravatar Nick Senger2022-04-061-14/+14
|
* fix: nested componentsLibravatar Nick Senger2022-04-061-22/+30
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+1
| | | | ... and fix collisions with the new `helpers`
* Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`Libravatar Héctor Ramón Jiménez2022-03-141-5/+21
|
* Implement `pure::Responsive` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-03-072-1/+396
|