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
/
todos
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
1
-2
/
+2
2025-02-11
Replace `with` function with `Function` trait
Héctor Ramón Jiménez
1
-4
/
+5
2025-02-02
Use working wasmtimer for time::every
Kitsu
1
-1
/
+2
2025-01-29
Replace unmaintained `directories-next` crate with `directories` crate
rhysd
1
-1
/
+1
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-2
/
+2
2025-01-06
Rename `window::change_*` tasks to `set_*`
Héctor Ramón Jiménez
1
-3
/
+1
2024-12-17
Write documentation for `iced_test`
Héctor Ramón Jiménez
1
-2
/
+3
2024-12-17
Use proper hash for `creates_a_new_task` snapshot
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-17
Append `env::consts::OS` to snapshot filenames
Héctor Ramón Jiménez
1
-2
/
+1
2024-12-17
Reduce size of `Simulator` in `todos` test
Héctor Ramón Jiménez
1
-1
/
+2
2024-12-17
Implement `Simulator::simulate` and polish naming
Héctor Ramón Jiménez
1
-2
/
+2
2024-12-14
Support custom renderers in `iced_test` through `renderer::Headless` trait
Héctor Ramón Jiménez
1
-5
/
+14
2024-12-10
Add explicit `'static` in `todos` for Rust 1.80
Héctor Ramón Jiménez
1
-1
/
+1
2024-12-10
Decouple `iced_test` from `iced` crate
Héctor Ramón Jiménez
1
-12
/
+11
2024-12-10
Add image and hash snapshot-based testing to `iced_test`
Héctor Ramón Jiménez
1
-3
/
+12
2024-12-10
Return `Result` in `todos` test
Héctor Ramón Jiménez
1
-8
/
+4
2024-12-10
Draft `iced_test` crate and test `todos` example
Héctor Ramón Jiménez
1
-0
/
+33
2024-09-18
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
1
-5
/
+2
2024-08-24
Implement `align_x` for `TextInput`
Shan
1
-1
/
+2
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-18
/
+19
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-19
/
+8
2024-07-09
Remove `load` method from `application` and `daemon`
Héctor Ramón Jiménez
1
-6
/
+7
2024-06-20
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
1
-3
/
+4
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-1
/
+4
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-9
/
+5
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-2
/
+2
2024-03-17
Use `Program` API in `game_of_life` example
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-17
Remove unnecessary `Command::batch` in `todos` example
Héctor Ramón Jiménez
1
-4
/
+1
2024-03-17
Use `Program` API in `todos` example
Héctor Ramón Jiménez
1
-28
/
+15
2024-03-07
Rename `positive` and `destructive` to `success` and `danger` in `button`
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-05
Reduce default size of `checkbox` to `15.0`
Héctor Ramón Jiménez
1
-0
/
+1
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-7
/
+7
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-05
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-01
Introduce support for disabling a `checkbox`
Alexander van Saase
1
-7
/
+4
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-5
/
+11
2024-01-10
Fix `size_hint` for `keyed_column`
Héctor Ramón Jiménez
1
-8
/
+1
2023-11-30
Use actual floats for logical coordinates
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-20
Fix `clippy::trivially-copy-pass-by-ref`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-2
/
+1
2023-09-10
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-28
/
+12
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
1
-8
/
+16
2023-07-21
refactored window storage;
Bingus
1
-1
/
+1
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-1
/
+2
2023-04-12
Rename `on_change` to `on_input` for `TextInput`
Héctor Ramón Jiménez
1
-4
/
+4
2023-04-12
Introduce disabled state for `TextInput`
Dan Mishin
1
-17
/
+12
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-6
/
+9
[next]