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
/
component.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-575
/
+0
*
Merge pull request #1701 from nicksenger/fix/diff-component-operate
Héctor Ramón
2023-02-14
1
-0
/
+2
|
\
|
*
fix: diff widget sub-tree after rebuilding component with operation
Nick Senger
2023-02-12
1
-0
/
+2
*
|
fix: lazy widgets overlay is_over
Nick Senger
2023-02-10
1
-0
/
+7
|
/
*
Fix layout translation in `overlay::Group`
Héctor Ramón Jiménez
2023-01-30
1
-2
/
+2
*
Fix widget-driven animations for `Component`
Héctor Ramón Jiménez
2023-01-30
1
-0
/
+4
*
Prefix `_` instead of `allow(unused)` in `Component` trait
Héctor Ramón Jiménez
2023-01-02
1
-2
/
+4
*
Add `operate` method to `Component` trait
Nick Senger
2022-12-30
1
-0
/
+33
*
Add `Renderer` argument to `operate`
Héctor Ramón Jiménez
2022-12-22
1
-0
/
+2
*
Allow &mut self in overlay
tarkah
2022-11-29
1
-18
/
+13
*
Add text input operations
Cory Forsstrom
2022-11-11
1
-0
/
+8
*
Impl operate for Component widget
tarkah
2022-08-07
1
-0
/
+42
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-132
/
+176
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-1
/
+1
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-2
/
+2
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
1
-3
/
+1
|
\
|
*
remove rebuild of component overlay from `on_event`
Nick Senger
2022-05-13
1
-3
/
+1
|
*
Revert "fix: prevent building overlay with stale layout"
Héctor Ramón Jiménez
2022-05-13
1
-33
/
+3
|
*
fix: prevent building overlay with stale layout
Nick Senger
2022-05-10
1
-3
/
+33
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-2
/
+11
|
/
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-20
/
+1
*
Remove `position` abbreviation in `Component`
Héctor Ramón Jiménez
2022-01-20
1
-2
/
+5
*
component overlay position fix
cossonleo
2022-01-20
1
-6
/
+8
*
Write documentation for `component` in `iced_lazy`
Héctor Ramón Jiménez
2022-01-12
1
-8
/
+30
*
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2022-01-12
1
-9
/
+2
*
Remove superfluous generic type in `iced_lazy::Cache`
Héctor Ramón Jiménez
2022-01-11
1
-10
/
+8
*
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
2022-01-11
1
-4
/
+19
*
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
2022-01-11
1
-2
/
+2
*
fix: nested component layout invalidation
Nick Senger
2021-12-24
1
-0
/
+4
*
fix: drop remaining component overlay events if closed during event batch pro...
Nick Senger
2021-12-17
1
-23
/
+26
*
Revert "fix: process component overlay events together with those of the orig...
Nick Senger
2021-12-17
1
-20
/
+31
*
fix: process component overlay events together with those of the original ele...
Nick Senger
2021-12-13
1
-31
/
+20
*
Simplify `component` implementation in `iced_lazy`
Héctor Ramón Jiménez
2021-12-13
1
-210
/
+122
*
feat: enable overlay in component
Nick Senger
2021-12-10
1
-41
/
+351
*
Fix `Widget::height` for `Component`
Nick Senger
2021-12-08
1
-1
/
+1
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-9
/
+11
*
Hide `Box` allocation in `component::view`
Héctor Ramón Jiménez
2021-11-29
1
-4
/
+4
*
Draft `component` example :tada:
Héctor Ramón Jiménez
2021-11-29
1
-5
/
+8
*
Create `iced_lazy` and draft `Component` trait
Héctor Ramón Jiménez
2021-11-29
1
-0
/
+181