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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix latest `clippy` lints
Héctor Ramón Jiménez
2022-09-23
1
-1
/
+1
*
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
7
-1270
/
+406
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
5
-6
/
+10
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
5
-6
/
+17
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
3
-16
/
+4
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-07-01
1
-1
/
+1
|
*
Fix `Widget::tag` implementation of `pure::Canvas`
Héctor Ramón Jiménez
2022-07-01
1
-2
/
+1
|
*
remove rebuild of component overlay from `on_event`
Nick Senger
2022-05-13
2
-13
/
+2
|
*
Revert "fix: prevent building overlay with stale layout"
Héctor Ramón Jiménez
2022-05-13
2
-63
/
+13
|
*
fix: prevent building overlay with stale layout
Nick Senger
2022-05-10
2
-13
/
+63
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
4
-6
/
+27
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-02
1
-2
/
+9
*
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
2022-05-02
1
-0
/
+2
*
Add `html_logo_url` to `iced_core` and `iced_lazy`
Héctor Ramón Jiménez
2022-05-02
1
-0
/
+3
*
fix: panic when using pure component in pure responsive
Nick Senger
2022-04-25
1
-2
/
+3
*
Merge pull request #1308 from nicksenger/fix/pure-component-overlay
Héctor Ramón
2022-04-19
1
-1
/
+1
|
\
|
*
fix: tree node passed in `component::OverlayInstance::on_event`
Nick Senger
2022-04-18
1
-1
/
+1
*
|
fix: diffing issue with pure stateless components
Nick Senger
2022-04-18
1
-1
/
+3
|
/
*
fix: diff widget tree after local event processing in `Component`
Nick Senger
2022-04-17
1
-36
/
+36
*
fix: overlay
Nick Senger
2022-04-06
1
-14
/
+14
*
fix: nested components
Nick Senger
2022-04-06
1
-22
/
+30
*
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
2022-03-16
1
-1
/
+1
*
Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive`
Héctor Ramón Jiménez
2022-03-14
1
-5
/
+21
*
Implement `pure::Responsive` in `iced_lazy`
Héctor Ramón Jiménez
2022-03-07
2
-1
/
+396
*
Introduce `rebuild_element` helper in `lazy::pure::Component`
Héctor Ramón Jiménez
2022-03-07
1
-26
/
+16
*
Initialize `lazy::pure::Component` view properly
Héctor Ramón Jiménez
2022-03-07
1
-21
/
+26
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
3
-81
/
+19
|
\
|
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
2
-57
/
+9
|
*
fix: overlay layout for `Responsive`
Nick Senger
2022-02-22
1
-4
/
+9
*
|
Implement `pure::Component` in `iced_lazy`
Héctor Ramón Jiménez
2022-02-17
4
-0
/
+512
|
/
*
Merge pull request #1206 from iced-rs/fix/responsive-window-resize
Héctor Ramón
2022-01-20
1
-1
/
+5
|
\
|
*
Invalidate widget tree in `Responsive` after a `window::Event::Resized`
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+5
*
|
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
|
/
*
Recompute layout of `Responsive` contents when size changes
Héctor Ramón Jiménez
2022-01-20
1
-1
/
+3
*
Write docs for `responsive` in `iced_lazy`
Héctor Ramón Jiménez
2022-01-12
1
-1
/
+13
*
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
4
-9
/
+434
*
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
[next]