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