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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-01
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
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
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+9
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
2022-02-22
fix: overlay layout for `Responsive`
Nick Senger
1
-4
/
+9
2022-02-17
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
4
-0
/
+512
2022-01-20
Remove `position` abbreviation in `Component`
Héctor Ramón Jiménez
1
-2
/
+5
2022-01-20
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
1
-1
/
+5
2022-01-20
component overlay position fix
cossonleo
1
-6
/
+8
2022-01-20
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
1
-1
/
+3
2022-01-12
Write docs for `responsive` in `iced_lazy`
Héctor Ramón Jiménez
1
-1
/
+13
2022-01-12
Write documentation for `component` in `iced_lazy`
Héctor Ramón Jiménez
1
-8
/
+30
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
4
-9
/
+434
2022-01-11
Remove superfluous generic type in `iced_lazy::Cache`
Héctor Ramón Jiménez
1
-10
/
+8
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-4
/
+19
2022-01-11
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
1
-2
/
+2
2021-12-24
fix: nested component layout invalidation
Nick Senger
1
-0
/
+4
2021-12-17
fix: drop remaining component overlay events if closed during event batch pro...
Nick Senger
1
-23
/
+26
2021-12-17
Revert "fix: process component overlay events together with those of the orig...
Nick Senger
1
-20
/
+31
2021-12-13
fix: process component overlay events together with those of the original ele...
Nick Senger
1
-31
/
+20
2021-12-13
Simplify `component` implementation in `iced_lazy`
Héctor Ramón Jiménez
1
-210
/
+122
2021-12-10
feat: enable overlay in component
Nick Senger
1
-41
/
+351
2021-12-08
Fix `Widget::height` for `Component`
Nick Senger
1
-1
/
+1
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-9
/
+11
2021-11-29
Hide `Box` allocation in `component::view`
Héctor Ramón Jiménez
1
-4
/
+4
2021-11-29
Draft `component` example :tada:
Héctor Ramón Jiménez
1
-5
/
+8
2021-11-29
Create `iced_lazy` and draft `Component` trait
Héctor Ramón Jiménez
3
-0
/
+195