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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add helper functions for alignment to `widget` module
Héctor Ramón Jiménez
2025-01-24
1
-6
/
+5
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-3
/
+2
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+1
*
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
2024-06-14
1
-3
/
+3
*
fix: run `cargo fmt`
Richard Custodio
2024-03-18
1
-3
/
+1
*
refactor: replace `text(format!(` with `text` macro
Richard Custodio
2024-03-18
1
-1
/
+1
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-2
/
+1
*
Simplify theming for `Text` widget
Héctor Ramón Jiménez
2024-03-04
1
-57
/
+46
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-2
/
+3
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-23
/
+16
*
Fix `clippy::default_trait_access`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-5
/
+4
|
\
*
|
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-4
/
+6
*
|
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
2023-02-24
1
-0
/
+112
|
/
*
Rename `integration` examples
Héctor Ramón Jiménez
2021-08-13
1
-110
/
+0
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
1
-3
/
+8
*
Add `step` member to slider widgets
Sebastian Zivota
2020-06-11
1
-15
/
+24
*
Add on_release message to Slider (#378)
Duncan Freeman
2020-06-08
1
-1
/
+1
*
Simplify `integration` example with `Program`
Héctor Ramón Jiménez
2020-05-21
1
-40
/
+37
*
remove explicit lifetimes in integration example
Kai Mast
2020-03-27
1
-4
/
+1
*
Add `integration` example
Héctor Ramón Jiménez
2020-02-09
1
-0
/
+102