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
/
runtime
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-18
Bump version to `0.13.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2024-08-08
Introduce `black_box` and `chain` in `widget::operation`
Héctor Ramón Jiménez
1
-2
/
+2
2024-07-05
Hide internal `Task` constructors
Héctor Ramón Jiménez
1
-3
/
+2
2024-06-21
Remove unnecessary `Send` bound in `runtime::Action`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-0
/
+16
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-3
/
+77
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-7
/
+0
2024-02-15
Fix URL of graph image in `iced_runtime` docs
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-15
Point doc links to `0.12` branch
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-5
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-24
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2023-07-21
refactored window storage;
Bingus
1
-0
/
+3
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-2
/
+0
2023-06-14
Use nested for lazy widgets
Cory Forsstrom
1
-0
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-0
/
+2
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-0
/
+0
2023-03-05
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+0
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-5
/
+0
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-37
/
+2
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+3
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
-2
/
+2
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2022-09-23
Export `color!` macro in `iced` and `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-08-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-5
/
+13
2022-05-26
Rename `theme::Definition` to `application::StyleSheet`
Héctor Ramón Jiménez
1
-0
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+2
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-2
/
+2
2022-04-26
Add new `System` variant to `Action`
Richard
1
-0
/
+1
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-2
/
+2
2022-01-28
Move `time` module from `iced_native` to `iced_core`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Enable `instant` only for `wasm32` targets
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-11
Invalidate widget tree from `Responsive` widget
Héctor Ramón Jiménez
1
-2
/
+2
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-3
/
+3
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-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+2
2021-11-05
Write missing documentation in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+1
[next]