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
/
integration
/
src
/
controls.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-24
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
1
-6
/
+5
2024-07-12
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
1
-3
/
+2
2024-07-12
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
1
-2
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-3
/
+3
2024-03-18
fix: run `cargo fmt`
Richard Custodio
1
-3
/
+1
2024-03-18
refactor: replace `text(format!(` with `text` macro
Richard Custodio
1
-1
/
+1
2024-03-07
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
1
-2
/
+1
2024-03-04
Simplify theming for `Text` widget
Héctor Ramón Jiménez
1
-57
/
+46
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-2
/
+3
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-23
/
+16
2023-09-20
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-4
/
+6
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-0
/
+0
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-15
/
+6
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
1
-2
/
+2
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-1
/
+18
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+3
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-8
/
+3
2021-08-13
Rename `integration` examples
Héctor Ramón Jiménez
1
-0
/
+0
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+8
2020-06-11
Add `step` member to slider widgets
Sebastian Zivota
1
-15
/
+24
2020-06-08
Add on_release message to Slider (#378)
Duncan Freeman
1
-1
/
+1
2020-05-21
Simplify `integration` example with `Program`
Héctor Ramón Jiménez
1
-40
/
+37
2020-03-27
remove explicit lifetimes in integration example
Kai Mast
1
-4
/
+1
2020-02-09
Add `integration` example
Héctor Ramón Jiménez
1
-0
/
+102