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-09-18
Implement some `From` traits for `text_input::Id`
Héctor Ramón Jiménez
2
-6
/
+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-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
[next]