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-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
2022-05-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-30
Don't process captured overlay statuses
Cory Forsstrom
1
-0
/
+4
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
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
3
-6
/
+10
2022-05-26
Let a `Theme` control the `text_color` of an application
Héctor Ramón Jiménez
2
-2
/
+11
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
32
-31
/
+142
2022-05-13
Relayout base layer when layout is invalidated from an overlay
Héctor Ramón Jiménez
2
-22
/
+50
2022-05-04
Run `system::information` in a different thread
Héctor Ramón Jiménez
1
-2
/
+5
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
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
15
-42
/
+51
[next]