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
/
native
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-23
Fix latest `clippy` lints
Héctor Ramón Jiménez
2
-17
/
+15
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
4
-17
/
+21
2022-09-15
Document that `window::Action::Move` is unsupported on Wayland
Ian Douglas Scott
1
-0
/
+2
2022-09-07
Update docs for renamed integration examples
13r0ck
1
-3
/
+4
2022-08-27
When pane grid title bar is cramped, still show content until hover and allow...
Matthew Kennerly
1
-9
/
+15
2022-08-26
Reintroduce `Element::explain`
Héctor Ramón Jiménez
1
-9
/
+181
2022-08-26
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-18
Implement `SetMode` and `FetchMode` window actions
Héctor Ramón Jiménez
4
-4
/
+61
2022-08-17
Don't constrict tooltip text layout to viewport size
Cory Forsstrom
1
-2
/
+7
2022-08-17
Add snap within viewport builder
Cory Forsstrom
1
-15
/
+27
2022-08-17
Don't clip tooltip
Cory Forsstrom
1
-1
/
+1
2022-08-17
Fix latest `clippy` lints
Héctor Ramón Jiménez
2
-3
/
+3
2022-08-17
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
5
-10
/
+10
2022-08-12
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
5
-11
/
+11
2022-08-05
Lay out `UserInterface` after diffing
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-05
Fix documentation in `operation::focusable`
Héctor Ramón Jiménez
1
-3
/
+4
2022-08-05
Remove `widget::state` leftover file
Héctor Ramón Jiménez
1
-1
/
+0
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
8
-2
/
+81
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
9
-180
/
+238
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-8
/
+39
2022-08-02
feat: allow specification of `border_radius` for `pick_list::Menu`
Nick Senger
1
-2
/
+2
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-0
/
+93
2022-07-28
Focus text inputs in `todos` example
Héctor Ramón Jiménez
1
-0
/
+4
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
11
-21
/
+175
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
13
-4
/
+276
2022-07-28
Fix uninitialized `Tree` in `overlay::Menu`
Héctor Ramón Jiménez
1
-0
/
+2
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
2
-9
/
+9
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
2
-3
/
+3
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
33
-1630
/
+2321
2022-07-18
Fix `max_height` for `Scrollable`
Héctor Ramón Jiménez
1
-1
/
+3
2022-07-18
Fix `max_width` and `max_height` for `Container`
Héctor Ramón Jiménez
1
-1
/
+11
2022-07-13
Simplify `update` signature in `text_input`
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-13
Simplify `on_paste` signature
Héctor Ramón Jiménez
1
-5
/
+8
2022-07-13
Added `on_paste` handler to `TextInput`
Wyatt Jacob Herkamp
1
-2
/
+17
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-0
/
+6
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
12
-24
/
+44
2022-07-09
Address Clippy lints
Poly
17
-81
/
+72
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2
-11
/
+11
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
5
-43
/
+69
2022-06-07
Remove unused code warnings
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2
-42
/
+72
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
7
-48
/
+94
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
3
-16
/
+36
2022-06-07
Prevent pane grid title bar content and controls from overlapping
mtkennerly
1
-24
/
+47
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
1
-22
/
+33
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-10
/
+20
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
1
-13
/
+25
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
1
-13
/
+24
2022-06-01
Implement theme styling for `PaneGrid`
Héctor Ramón Jiménez
1
-13
/
+26
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-11
/
+21
[next]