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
/
examples
/
system_information
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-2
/
+2
*
Use SI metrics for memory in `system_information` example
Héctor Ramón Jiménez
2025-02-15
1
-9
/
+9
*
Avoid using `Message` to drive logic in `system_information` example
Héctor Ramón Jiménez
2024-12-03
1
-7
/
+11
*
fix: add run_with(Example::new)
Osma S. Rautila
2024-12-03
1
-1
/
+5
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-2
/
+6
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-4
/
+5
*
Merge branch 'master' into feat/text-macro
Héctor Ramón Jiménez
2024-05-23
1
-8
/
+3
|
\
|
*
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
2024-05-13
1
-2
/
+2
|
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-7
/
+2
*
|
fix: run `cargo fmt`
Richard Custodio
2024-03-18
1
-8
/
+4
*
|
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-18
/
+18
|
/
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-6
/
+2
*
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
2024-03-16
1
-13
/
+13
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-15
/
+6
*
The memory information is returned in bytes and not kb.
brianch
2024-02-02
1
-4
/
+4
*
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
1
-2
/
+2
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-2
/
+4
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-3
/
+2
*
Include short version in example app
Clark Moody
2022-09-23
1
-0
/
+11
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-45
/
+31
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-5
/
+2
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-1
/
+2
*
Show `Loading` screen when refreshing in `system_information` example
Héctor Ramón Jiménez
2022-05-04
1
-0
/
+2
*
Expose `system` module through feature flag
Héctor Ramón Jiménez
2022-04-30
1
-2
/
+2
*
Simplify the `QueryInformation` Action
Richard
2022-04-27
2
-13
/
+7
*
Rename `system::information` to `fetch_information`
Richard
2022-04-27
1
-2
/
+2
*
Add memory usage to `Information` struct
Richard
2022-04-26
1
-6
/
+37
*
Improve example readability
Richard
2022-04-26
1
-8
/
+9
*
Add graphics information to example
Richard
2022-04-26
1
-0
/
+12
*
Add unformated memory total to example
Richard
2022-04-26
1
-1
/
+7
*
Add `system_information` example
Richard
2022-04-26
2
-0
/
+129