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
/
widget
/
src
/
lazy
/
component.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-09
fix: request redraw in component overlay
Nick Senger
1
-0
/
+4
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-17
/
+25
2023-06-14
Introduce internal `overlay::Nested` for `UserInterface`
Cory Forsstrom
1
-2
/
+7
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-17
/
+12
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-16
/
+16
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
1
-0
/
+7
2023-01-30
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-30
Fix widget-driven animations for `Component`
Héctor Ramón Jiménez
1
-0
/
+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
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
1
-0
/
+2
2022-11-29
Allow &mut self in overlay
tarkah
1
-18
/
+13
2022-11-11
Add text input operations
Cory Forsstrom
1
-0
/
+8
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
1
-132
/
+176
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-2
/
+11
2022-05-13
remove rebuild of component overlay from `on_event`
Nick Senger
1
-3
/
+1
2022-05-13
Revert "fix: prevent building overlay with stale layout"
Héctor Ramón Jiménez
1
-33
/
+3
2022-05-10
fix: prevent building overlay with stale layout
Nick Senger
1
-3
/
+33
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-20
/
+1
2022-01-20
Remove `position` abbreviation in `Component`
Héctor Ramón Jiménez
1
-2
/
+5
2022-01-20
component overlay position fix
cossonleo
1
-6
/
+8
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
1
-9
/
+2
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
1
-0
/
+181