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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Fix `responsive` diffing when `Tree` is emptied by ancestors
Héctor Ramón Jiménez
1
-1
/
+4
2024-10-24
Remove duplicated `maximized` state in `pane_grid`
Héctor Ramón Jiménez
2
-45
/
+59
2024-10-24
Keep `Pane` associated to state / layout after swap
Cory Forsstrom
1
-2
/
+18
2024-10-24
Retain widget state against incoming panes
Cory Forsstrom
2
-125
/
+135
2024-10-24
Use BTreeMap for Ord iteration of panes
Cory Forsstrom
1
-4
/
+4
2024-10-17
Update button Catalog and Style documentation (#2590)
Michelle Granat
1
-0
/
+51
2024-10-17
Fix new elided lifetime lint in the `beta` toolchain
Héctor Ramón Jiménez
2
-2
/
+2
2024-10-14
Fix `Binding::Delete` not triggering in `text_editor`
Leo Ring
1
-1
/
+3
2024-10-14
Add `PartialEq` derives for widget styles
BradySimon
12
-18
/
+18
2024-10-04
Fix `mouse::Cursor` fighting in `stack` widget
Héctor Ramón Jiménez
1
-4
/
+2
2024-10-04
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
3
-61
/
+80
2024-10-04
Implement `Overlay::operate` for `responsive::Overlay`
Héctor Ramón Jiménez
1
-0
/
+11
2024-10-02
Make `cell_size` and `total_size` generic over `Pixels` in `qr_code`
Héctor Ramón Jiménez
1
-6
/
+8
2024-10-02
Cull widget draw calls in `column` and `row`
Héctor Ramón Jiménez
2
-22
/
+16
2024-10-01
Change lifetime of markdown view IntoIterator Item, as it does not need to li...
Matt Thompson
1
-2
/
+2
2024-09-29
Fix various typos
bbb651
5
-9
/
+9
2024-09-24
feat: set total size of QRCode
Tommy Volk
1
-5
/
+11
2024-09-24
Add support for double click event to MouseArea (#2602)
7sDream
1
-4
/
+48
2024-09-21
Replace `Rc` with `Arc` for `markdown` caching
Héctor Ramón Jiménez
1
-3
/
+3
2024-09-20
Fix layout for wrapped row with spacing
mtkennerly
1
-1
/
+1
2024-09-20
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
1
-1
/
+0
2024-09-19
Fix `mouse_area` not notifying of mouse move events
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-19
Write doc examples for `column` and `row`
Héctor Ramón Jiménez
3
-4
/
+122
2024-09-19
Write doc examples for `rich_text` widget
Héctor Ramón Jiménez
1
-0
/
+78
2024-09-19
Show `tooltip` doc example in multiple places
Héctor Ramón Jiménez
2
-3
/
+68
2024-09-19
Show `toggler` doc example in multiple places
Héctor Ramón Jiménez
2
-9
/
+86
2024-09-19
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
2
-13
/
+84
2024-09-19
Show `text_editor` example in multiple places
Héctor Ramón Jiménez
2
-2
/
+98
2024-09-19
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
2
-14
/
+54
2024-09-19
Show `svg` doc example in multiple places
Héctor Ramón Jiménez
2
-1
/
+51
2024-09-19
Show `slider` doc example in multiple places
Héctor Ramón Jiménez
3
-18
/
+162
2024-09-19
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
2
-2
/
+62
2024-09-19
Show `rule` doc example in multiple places
Héctor Ramón Jiménez
2
-3
/
+67
2024-09-19
Show `radio` doc example in multiple places
Héctor Ramón Jiménez
2
-38
/
+157
2024-09-19
Show `qr_code` doc example in multiple places
Héctor Ramón Jiménez
2
-1
/
+66
2024-09-19
Show `progress_bar` doc example in multiple places
Héctor Ramón Jiménez
2
-7
/
+56
2024-09-19
Show `pick_list` doc example in multiple places
Héctor Ramón Jiménez
2
-2
/
+185
2024-09-19
Show `pane_grid` doc example in multiple places
Héctor Ramón Jiménez
2
-14
/
+117
2024-09-18
Set the text color determined by the style function
lufte
1
-2
/
+2
2024-09-19
Show `markdown` doc example in multiple places
Héctor Ramón Jiménez
1
-1
/
+130
2024-09-19
Show `keyed_column` doc example in multiple places
Héctor Ramón Jiménez
3
-8
/
+68
2024-09-19
Show `image` doc example in multiple places
Héctor Ramón Jiménez
2
-7
/
+50
2024-09-19
Show `container` doc example in multiple places
Héctor Ramón Jiménez
3
-11
/
+65
2024-09-19
Show `combo_box` doc example in multiple places
Héctor Ramón Jiménez
2
-5
/
+166
2024-09-19
Show `checkbox` doc example in multiple places
Héctor Ramón Jiménez
4
-11
/
+89
2024-09-19
Show `canvas` doc example in multiple places
Héctor Ramón Jiménez
2
-11
/
+126
2024-09-19
Add quick example to `widget::button` module
Héctor Ramón Jiménez
2
-14
/
+48
2024-09-18
Remove redundant import in `markdown` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-18
Fix `scrollable` transactions when `on_scroll` is not set
Héctor Ramón Jiménez
1
-8
/
+10
2024-09-18
Fix scrolling direction with trackpad in `scrollable`
Héctor Ramón Jiménez
1
-1
/
+1
[next]