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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-21
Expose `overlay::Element`
Héctor Ramón Jiménez
1
-0
/
+7
2022-09-21
Fix doc comments in `overlay`
Héctor Ramón Jiménez
1
-3
/
+2
2022-09-21
Make menu style accessible
0x192
2
-0
/
+11
2022-08-18
Remove `window::Mode` and introduce `Settings::visible`
Héctor Ramón Jiménez
4
-35
/
+5
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
1
-3
/
+3
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-0
/
+8
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
2
-1
/
+16
2022-07-28
Implement `Widget::operate` for `TextInput`
Héctor Ramón Jiménez
1
-1
/
+3
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
8
-683
/
+49
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-0
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+13
2022-07-08
Remove redundant `crate::Theme` in alias of `Element`
Héctor Ramón Jiménez
2
-2
/
+2
2022-07-08
Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`
Héctor Ramón Jiménez
4
-9
/
+15
2022-07-08
Fix missing docs in `iced` crate
Héctor Ramón Jiménez
3
-1
/
+3
2022-07-08
Make widget aliases in `iced` compatible with `iced_native`
Héctor Ramón Jiménez
2
-80
/
+58
2022-07-08
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
1
-3
/
+13
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
1
-1
/
+15
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2
-4
/
+2
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
2
-2
/
+2
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2
-2
/
+2
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2
-2
/
+2
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2
-2
/
+2
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2
-6
/
+6
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2
-2
/
+2
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
4
-7
/
+9
2022-05-25
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
4
-50
/
+8
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
9
-88
/
+165
2022-05-03
Expose `Padding` in `iced` root crate
Héctor Ramón Jiménez
1
-2
/
+2
2022-05-02
Indicate feature-flagged modules in documentation
Héctor Ramón Jiménez
2
-0
/
+9
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
3
-28
/
+28
2022-05-02
Write documentation for `iced_pure`
Héctor Ramón Jiménez
1
-0
/
+78
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
1
-0
/
+1
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
5
-27
/
+27
2022-04-30
Expose `system` module through feature flag
Héctor Ramón Jiménez
1
-1
/
+3
2022-04-27
Change `ContextCreationFailed` to `GraphicsCreationFailed`
Richard
1
-5
/
+5
2022-04-26
Export new `system` module
Richard
1
-0
/
+1
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
1
-0
/
+10
2022-04-20
Introduce `Error::ContextCreationFailed`
Richard
1
-5
/
+5
2022-03-22
Implement `pure` version of `Svg` widget
Héctor Ramón Jiménez
1
-0
/
+6
2022-03-21
Implement `pure` version of `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+6
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
2
-31
/
+161
2022-03-09
Implement `pure` version of `game_of_life` example :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-03-09
Implement `pure` version of `Canvas` widget
Héctor Ramón Jiménez
1
-0
/
+6
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
2
-40
/
+180
2022-02-20
Fix `subscription` for `iced::pure::Application`
Héctor Ramón Jiménez
1
-0
/
+4
2022-02-16
Expose `ContentFit` in root
Héctor Ramón Jiménez
2
-3
/
+2
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-0
/
+1
2022-02-13
Expose additional helpers in `iced::pure`
Héctor Ramón Jiménez
1
-1
/
+16
2022-02-13
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
1
-1
/
+4
[next]