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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `reactive-rendering` for `checkbox`
Héctor Ramón Jiménez
2024-11-05
1
-14
/
+35
*
Implement `reactive-rendering` for `text_input`
Héctor Ramón Jiménez
2024-11-05
2
-59
/
+168
*
Implement `reactive-rendering` for `slider`
Héctor Ramón Jiménez
2024-11-05
1
-132
/
+158
*
Draft `reactive-rendering` feature for `button`
Héctor Ramón Jiménez
2024-11-05
1
-44
/
+68
*
Add `relabel` helper to `pane_grid::State`
Héctor Ramón Jiménez
2024-10-24
1
-14
/
+15
*
Rename `state::Widget` to `pane_grid::Memory`
Héctor Ramón Jiménez
2024-10-24
2
-16
/
+15
*
Fix `responsive` diffing when `Tree` is emptied by ancestors
Héctor Ramón Jiménez
2024-10-24
1
-1
/
+4
*
Remove duplicated `maximized` state in `pane_grid`
Héctor Ramón Jiménez
2024-10-24
2
-45
/
+59
*
Keep `Pane` associated to state / layout after swap
Cory Forsstrom
2024-10-24
1
-2
/
+18
*
Retain widget state against incoming panes
Cory Forsstrom
2024-10-24
2
-125
/
+135
*
Use BTreeMap for Ord iteration of panes
Cory Forsstrom
2024-10-24
1
-4
/
+4
*
Update button Catalog and Style documentation (#2590)
Michelle Granat
2024-10-17
1
-0
/
+51
*
Fix new elided lifetime lint in the `beta` toolchain
Héctor Ramón Jiménez
2024-10-17
2
-2
/
+2
*
Merge pull request #2632 from leo030303/fix_delete_key_bug
Héctor
2024-10-14
1
-1
/
+3
|
\
|
*
Fix `Binding::Delete` not triggering in `text_editor`
Leo Ring
2024-10-14
1
-1
/
+3
*
|
Add `PartialEq` derives for widget styles
BradySimon
2024-10-14
12
-18
/
+18
*
|
Fix `mouse::Cursor` fighting in `stack` widget
Héctor Ramón Jiménez
2024-10-04
1
-4
/
+2
*
|
Fix `responsive`, `component`, and `lazy` always returning an `overlay`
Héctor Ramón Jiménez
2024-10-04
3
-61
/
+80
*
|
Implement `Overlay::operate` for `responsive::Overlay`
Héctor Ramón Jiménez
2024-10-04
1
-0
/
+11
|
/
*
Merge pull request #2623 from boondocklabs/markdown-lifetime
Héctor
2024-10-02
1
-2
/
+2
|
\
|
*
Change lifetime of markdown view IntoIterator Item, as it does not need to li...
Matt Thompson
2024-10-01
1
-2
/
+2
*
|
Merge pull request #2606 from tvolk131/qr_code_fixed_size
Héctor
2024-10-02
1
-8
/
+16
|
\
\
|
*
|
Make `cell_size` and `total_size` generic over `Pixels` in `qr_code`
Héctor Ramón Jiménez
2024-10-02
1
-6
/
+8
|
*
|
feat: set total size of QRCode
Tommy Volk
2024-09-24
1
-5
/
+11
|
|
/
*
|
Merge pull request #2611 from tarkah/fix/ignore-out-of-viewport-text
Héctor
2024-10-02
2
-22
/
+16
|
\
\
|
*
|
Cull widget draw calls in `column` and `row`
Héctor Ramón Jiménez
2024-10-02
2
-22
/
+16
|
|
/
*
/
Fix various typos
bbb651
2024-09-29
5
-9
/
+9
|
/
*
Add support for double click event to MouseArea (#2602)
7sDream
2024-09-24
1
-4
/
+48
*
Replace `Rc` with `Arc` for `markdown` caching
Héctor Ramón Jiménez
2024-09-21
1
-3
/
+3
*
Fix layout for wrapped row with spacing
mtkennerly
2024-09-20
1
-1
/
+1
*
Move `wgpu` re-export to root module
Héctor Ramón Jiménez
2024-09-20
1
-1
/
+0
*
Merge pull request #2586 from lufte/master
Héctor Ramón
2024-09-19
1
-2
/
+2
|
\
|
*
Set the text color determined by the style function
lufte
2024-09-18
1
-2
/
+2
*
|
Merge pull request #2587 from iced-rs/improve-api-reference
Héctor Ramón
2024-09-19
27
-192
/
+2248
|
\
\
|
*
|
Write doc examples for `column` and `row`
Héctor Ramón Jiménez
2024-09-19
3
-4
/
+122
|
*
|
Write doc examples for `rich_text` widget
Héctor Ramón Jiménez
2024-09-19
1
-0
/
+78
|
*
|
Show `tooltip` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-3
/
+68
|
*
|
Show `toggler` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-9
/
+86
|
*
|
Show `text_input` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-13
/
+84
|
*
|
Show `text_editor` example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-2
/
+98
|
*
|
Show `text` doc examples in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-14
/
+54
|
*
|
Show `svg` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-1
/
+51
|
*
|
Show `slider` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
3
-18
/
+162
|
*
|
Show `scrollable` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-2
/
+62
|
*
|
Show `rule` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-3
/
+67
|
*
|
Show `radio` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-38
/
+157
|
*
|
Show `qr_code` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-1
/
+66
|
*
|
Show `progress_bar` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-7
/
+56
|
*
|
Show `pick_list` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-2
/
+185
|
*
|
Show `pane_grid` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
2
-14
/
+117
[next]