index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lazy
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-21
Avoid cloning `layout::Node` in `Responsive` widget
Héctor Ramón Jiménez
1
-11
/
+13
2023-04-17
Update lazy/src/responsive.rs
Cory Forsstrom
1
-1
/
+1
2023-04-17
Only invalidate layout if children layout is invalid
Cory Forsstrom
1
-5
/
+14
2023-04-17
Invalidate responsive layout when layout is called
Cory Forsstrom
1
-25
/
+26
2023-04-12
Add missing operations for component
Cory Forsstrom
1
-0
/
+16
2023-03-14
optimization: reduce unnecessary rebuilds in `Component`
Nick Senger
1
-79
/
+157
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
5
-1475
/
+0
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-12
fix: diff widget sub-tree after rebuilding component with operation
Nick Senger
1
-0
/
+2
2023-02-10
fix: lazy widgets overlay is_over
Nick Senger
3
-0
/
+21
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
3
-6
/
+6
2023-01-30
Fix widget-driven animations for `Component`
Héctor Ramón Jiménez
1
-0
/
+4
2023-01-11
feat: provide `&Dependency` to `Lazy` widget `View`
Nick Senger
2
-5
/
+9
2023-01-10
fix: `Lazy` widget
Nick Senger
1
-45
/
+75
2023-01-05
Fix shadowed variable
Cory Forsstrom
1
-2
/
+4
2023-01-02
Prefix `_` instead of `allow(unused)` in `Component` trait
Héctor Ramón Jiménez
1
-2
/
+4
2022-12-30
Add `operate` method to `Component` trait
Nick Senger
1
-0
/
+33
2022-12-22
Implement `Widget::operate` for `Responsive`
Héctor Ramón Jiménez
1
-1
/
+24
2022-12-22
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2
-0
/
+4
2022-11-29
Allow &mut self in overlay
tarkah
3
-45
/
+35
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+8
2022-11-03
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
2
-9
/
+22
2022-11-03
Implement `Widget::operate` for `lazy::Cached`
Héctor Ramón Jiménez
1
-1
/
+17
2022-11-03
Diff children only when hash differs in `lazy::Cached`
Héctor Ramón Jiménez
1
-5
/
+7
2022-11-03
lint
Nick Senger
1
-2
/
+2
2022-11-03
feat: implement `Cached` widget
Nick Senger
2
-0
/
+346
2022-09-23
Fix latest `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-07
Impl operate for Component widget
tarkah
1
-0
/
+42
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
6
-1262
/
+406
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
5
-6
/
+10
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
5
-6
/
+17
2022-07-01
Fix `Widget::tag` implementation of `pure::Canvas`
Héctor Ramón Jiménez
1
-2
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
4
-6
/
+27
2022-05-13
remove rebuild of component overlay from `on_event`
Nick Senger
2
-13
/
+2
2022-05-13
Revert "fix: prevent building overlay with stale layout"
Héctor Ramón Jiménez
2
-63
/
+13
2022-05-10
fix: prevent building overlay with stale layout
Nick Senger
2
-13
/
+63
2022-05-02
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
1
-0
/
+2
2022-05-02
Add `html_logo_url` to `iced_core` and `iced_lazy`
Héctor Ramón Jiménez
1
-0
/
+3
2022-04-25
fix: panic when using pure component in pure responsive
Nick Senger
1
-2
/
+3
2022-04-18
fix: tree node passed in `component::OverlayInstance::on_event`
Nick Senger
1
-1
/
+1
2022-04-18
fix: diffing issue with pure stateless components
Nick Senger
1
-1
/
+3
2022-04-17
fix: diff widget tree after local event processing in `Component`
Nick Senger
1
-36
/
+36
2022-04-06
fix: overlay
Nick Senger
1
-14
/
+14
2022-04-06
fix: nested components
Nick Senger
1
-22
/
+30
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-14
Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`
Héctor Ramón Jiménez
1
-5
/
+21
2022-03-07
Implement `pure::Responsive` in `iced_lazy`
Héctor Ramón Jiménez
2
-1
/
+396
2022-03-07
Introduce `rebuild_element` helper in `lazy::pure::Component`
Héctor Ramón Jiménez
1
-26
/
+16
2022-03-07
Initialize `lazy::pure::Component` view properly
Héctor Ramón Jiménez
1
-21
/
+26
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2
-57
/
+9
[next]