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-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
2024-09-18
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
1
-12
/
+27
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-13
Use `mouse::Cursor::is_over` in `slider`
Héctor Ramón Jiménez
2
-4
/
+4
2024-09-13
Enable `slider` scrolling only when `Ctrl` is pressed
Héctor Ramón Jiménez
2
-32
/
+36
2024-09-13
Document how the state of a `Component` can be managed
dtoniolo
1
-0
/
+13
2024-09-13
Add `on_open` handler to `combo_box` widget
Héctor Ramón Jiménez
1
-7
/
+20
2024-09-13
Fix priority of `Binding::Delete` in `text_editor`
Héctor Ramón Jiménez
1
-1
/
+3
2024-09-13
Set `Limits::width` in `TextEditor` layout
Héctor Ramón Jiménez
1
-1
/
+1
2024-09-13
Take `Into<Pixels>` in `TextEditor::width`
Héctor Ramón Jiménez
1
-2
/
+2
2024-09-13
feat: add width setter
Samson
1
-0
/
+6
2024-09-11
Add `label` method to `Toggler`
Héctor Ramón Jiménez
2
-8
/
+11
2024-09-11
Add disabled state and `on_toggle` handler to `Toggler`
Héctor Ramón Jiménez
2
-14
/
+48
2024-09-10
Simplify signatures of `on_move` and `on_scroll` for `mouse_area`
Héctor Ramón Jiménez
1
-10
/
+7
2024-09-10
Use `cursor` changes to notify mouse events in `mouse_area`
Héctor Ramón Jiménez
1
-5
/
+10
2024-09-10
Add `on_scroll` handler to `mouse_area` widget
Siliwolf
1
-3
/
+22
2024-09-10
Improve slider widget styling. (#2444)
B0ney
2
-22
/
+26
2024-09-10
Render border above active progress for progress_bar widget. (#2443)
B0ney
1
-2
/
+6
[next]