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
/
screenshot
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-4
/
+6
2024-08-03
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
1
-19
/
+29
2024-07-12
Improve `Padding` ergonomics
Héctor Ramón Jiménez
1
-3
/
+3
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-16
/
+19
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-25
/
+11
2024-06-20
Remove `window::Id::MAIN` constant
Héctor Ramón Jiménez
1
-1
/
+2
2024-06-19
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-14
Use `Task` chaining to simplify `multi_window` example
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-8
/
+6
2024-05-13
Ask for explicit `Length` in `center_*` methods
Héctor Ramón Jiménez
1
-4
/
+3
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-17
/
+4
2024-05-01
Make `image::Id` actually opaque
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-17
Move `Program` to `application` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-03-16
Implement `Program::load` to specify startup `Command`
Héctor Ramón Jiménez
1
-18
/
+2
2024-03-16
Introduce `Program` API
Héctor Ramón Jiménez
1
-18
/
+10
2024-03-08
Rename `container::box_` to `rounded_box`
Héctor Ramón Jiménez
1
-1
/
+1
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
Simplify theming for `Container` widget
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-04
Simplify theming for `Button` widget
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-15
Add `push_maybe` to `Column` and `Row`
Héctor Ramón Jiménez
1
-43
/
+45
2024-02-05
Fix new `beta` toolchain warnings
Héctor Ramón Jiménez
1
-3
/
+3
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+2
2024-01-16
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
1
-18
/
+15
2023-10-18
Fix lint in `screenshot` example
Héctor Ramón Jiménez
1
-4
/
+1
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
1
-1
/
+4
2023-09-20
Fix `clippy::unused_async`
Héctor Ramón Jiménez
2
-11
/
+20
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
1
-4
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-5
/
+5
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
1
-4
/
+3
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2
-4
/
+6
2023-07-21
refactored window storage;
Bingus
1
-2
/
+5
2023-06-27
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
1
-4
/
+5
2023-06-08
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
1
-1
/
+1
2023-06-06
Fix width of crop labels in `screenshot` example (again)
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Rearrange controls of the `screenshot` example
Héctor Ramón Jiménez
1
-32
/
+52
2023-06-06
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
1
-2
/
+3
2023-06-06
Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-06
Avoid `iced_image` import in `screenshot` example
Héctor Ramón Jiménez
1
-5
/
+4
2023-06-06
Fix punctuation in `screenshot` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-06
Fix width of crop labels in `screenshot` example
Héctor Ramón Jiménez
1
-4
/
+4
2023-06-06
Create `numeric_input` helper in `screenshot` example
Héctor Ramón Jiménez
1
-44
/
+54
2023-06-06
Use `Container::Box` in `screenshot` example
Héctor Ramón Jiménez
1
-17
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2
-0
/
+316