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
/
src
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
3
-16
/
+20
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
Fix incorrect layout in `mouse_interaction` for `Tooltip`
Héctor Ramón Jiménez
1
-1
/
+1
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
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-12
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
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
7
-0
/
+79
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
7
-178
/
+237
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-8
/
+39
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
8
-18
/
+132
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
6
-2
/
+200
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-6
/
+6
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
25
-1305
/
+2052
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 further `clippy` lints
Héctor Ramón Jiménez
8
-13
/
+25
2022-07-09
Address Clippy lints
Poly
13
-63
/
+56
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
1
-20
/
+31
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
6
-44
/
+85
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2
-14
/
+31
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
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
1
-17
/
+22
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
1
-1
/
+3
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2
-29
/
+31
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-16
/
+30
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
22
-18
/
+88
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
3
-3
/
+3
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
8
-11
/
+38
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-27
Restrict text width & height to prevent overflow
Cory Forsstrom
1
-1
/
+2
2022-04-27
Manually center top aligned text
Cory Forsstrom
1
-2
/
+4
2022-04-27
Use top alignment instead of new layer
Cory Forsstrom
1
-17
/
+14
[next]