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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-2
/
+2
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-03-29
Export `Pixels` in root crate
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-5
/
+5
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-1
/
+7
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-26
/
+108
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Remove `iced_glutin` and `iced_glow` leftovers
Héctor Ramón Jiménez
1
-10
/
+1
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+4
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-4
/
+4
2023-01-12
Fix comment description on crate example
Wiktor Kwapisiewicz
1
-0
/
+1
2023-01-04
fix doc links
Araxeus
1
-1
/
+1
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-10-04
expose touch module
Artur Sapek
1
-0
/
+1
2022-09-26
Remove `application` feature from `iced` crate
Héctor Ramón Jiménez
1
-4
/
+0
2022-09-26
Add application feature, which allows to build freestanding wgpu app
aentity
1
-0
/
+4
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-21
Make menu style accessible
0x192
1
-0
/
+1
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-1
/
+5
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
1
-43
/
+12
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+13
2022-07-08
Fix missing docs in `iced` crate
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
1
-2
/
+2
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+3
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
1
-0
/
+1
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-8
/
+8
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-5
/
+5
2022-04-30
Expose `system` module through feature flag
Héctor Ramón Jiménez
1
-1
/
+3
2022-04-26
Export new `system` module
Richard
1
-0
/
+1
2022-02-16
Expose `ContentFit` in root
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-11
Expose `iced_pure` through a `pure` feature in `iced`
Héctor Ramón Jiménez
1
-0
/
+3
2022-02-10
Draft virtual `Button`, `Column`, and `Text`
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
1
-14
/
+1
2022-01-28
Replace `iced_web` with WebGL support in `wgpu` :tada:
Héctor Ramón Jiménez
1
-15
/
+4
2022-01-12
Remove support for old `tokio` crate
Héctor Ramón Jiménez
1
-7
/
+1
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-3
/
+4
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-2
/
+3
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
1
-3
/
+2
2021-09-02
Implement and expose `read` and `write` helpers for `clipboard`
Héctor Ramón Jiménez
1
-0
/
+1
2021-09-02
Remove `Clipboard` export in `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-12
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
1
-1
/
+1
2021-07-05
Initial menu implementation
Richard
1
-2
/
+2
[next]