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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-9
/
+5
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-09
Add instructions to run web examples
Thomas
1
-1
/
+8
2023-09-09
Add webgl feature for web examples
Thomas
1
-0
/
+3
2023-09-07
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-28
/
+12
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-5
/
+7
2023-09-04
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-09-04
Introduce `keyed::Column` widget
Héctor Ramón Jiménez
2
-9
/
+19
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
2023-03-14
Fix `clippy` lints for Rust 1.68
Héctor Ramón Jiménez
1
-7
/
+4
2023-03-03
Expose `window` commands for Wasm builds
Héctor Ramón Jiménez
1
-11
/
+4
2023-03-02
Added example of toggling fullscreen to TODOs.
Bingus
1
-2
/
+28
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+10
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2
-4
/
+1
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2022-11-11
Update todos example to select_all input on edit
Cory Forsstrom
1
-1
/
+5
2022-11-01
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-28
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
2
-5
/
+3
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-3
/
+3
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-3
/
+12
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-12
/
+45
2022-07-28
Focus text inputs in `todos` example
Héctor Ramón Jiménez
2
-5
/
+27
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-173
/
+112
2022-07-14
Fix `deb` asset path in `todos` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
1
-7
/
+7
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-14
/
+14
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-4
/
+4
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-58
/
+6
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-29
Add `index.html` for `todos` and `tour` example
Héctor Ramón Jiménez
1
-0
/
+12
[next]