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
/
color_palette
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
2
-3
/
+3
*
Fix missing `warning` field in `color_palette` example
Héctor Ramón Jiménez
2025-01-06
1
-0
/
+1
*
Re-export variants of `Length` and `alignment` types
Héctor Ramón Jiménez
2024-07-12
1
-7
/
+4
*
Introduce helper methods for alignment for all widgets
Héctor Ramón Jiménez
2024-07-12
1
-2
/
+2
*
Introduce `daemon` API and unify shell runtimes
Héctor Ramón Jiménez
2024-06-19
1
-1
/
+1
*
Fix redundant import in `color_palette` example
Héctor Ramón Jiménez
2024-03-19
1
-3
/
+1
*
Move `Program` to `application` module
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Remove `Sandbox` trait :tada:
Héctor Ramón Jiménez
2024-03-17
1
-1
/
+1
*
Remove `sandbox` by making `application` more generic :tada:
Héctor Ramón Jiménez
2024-03-16
1
-1
/
+1
*
Make `sandbox` helper take a `title` as well
Héctor Ramón Jiménez
2024-03-16
1
-6
/
+9
*
Introduce `Program` API
Héctor Ramón Jiménez
2024-03-16
1
-18
/
+9
*
Use generated palette as `Theme` in `color_palette` example
Héctor Ramón Jiménez
2024-03-08
1
-5
/
+22
*
Move `Theme` type to `iced_core`
Héctor Ramón Jiménez
2024-03-07
1
-1
/
+1
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-1
/
+1
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
2
-6
/
+6
|
\
|
*
Host GIFs and video examples in `iced.rs`
Héctor Ramón Jiménez
2023-09-07
1
-4
/
+2
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-2
/
+4
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-3
/
+3
|
/
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-4
/
+6
*
Upgrade `palette` dependency
Clark Moody
2023-05-25
2
-24
/
+28
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-1
/
+1
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-4
/
+5
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-2
/
+2
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
2
-42
/
+39
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-1
/
+1
*
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+6
*
Fix examples and doc-tests
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+1
*
Merge pull request #1284 from iced-rs/virtual-widgets
Héctor Ramón
2022-03-23
1
-1
/
+1
|
\
|
*
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
2022-03-18
1
-3
/
+1
|
*
Use associated type for `Message` in a `canvas::Program`
Héctor Ramón Jiménez
2022-03-09
1
-1
/
+3
*
|
Merge pull request #1288 from tarkah/update-palette-0.6
Héctor Ramón
2022-03-17
2
-18
/
+18
|
\
\
|
|
/
|
/
|
|
*
update palette to 0.6
Cory Forsstrom
2022-03-16
2
-18
/
+18
*
|
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-1
/
+1
*
|
[ImgBot] Optimize images
ImgBotApp
2022-02-07
1
-0
/
+0
*
|
Fix links
Theo Robinson
2022-02-07
1
-1
/
+1
|
/
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
1
-7
/
+6
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
1
-4
/
+4
*
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2020-10-17
1
-1
/
+1
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
1
-1
/
+1
*
Increase precision in `color_palette` example
Héctor Ramón Jiménez
2020-06-13
1
-16
/
+22
*
Add `step` member to slider widgets
Sebastian Zivota
2020-06-11
1
-3
/
+9
*
Adapt `color_palette` to new `canvas` API
Héctor Ramón Jiménez
2020-05-04
1
-21
/
+27
*
Use only `iced` dependency for `color_palette`
Héctor Ramón Jiménez
2020-05-04
2
-6
/
+3
*
Add screenshot to `README` of `color_palette`
Héctor Ramón Jiménez
2020-05-04
1
-1
/
+7
*
Add screenshot of `color_palette` example
Héctor Ramón Jiménez
2020-05-04
2
-1
/
+1
*
Reuse triangle path with transforms in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-43
/
+28
*
Use `Path::rectangle` directly in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-6
/
+3
*
Move application implementation in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-206
/
+206
*
Introduce `Theme` type in `color_palette` example
Héctor Ramón Jiménez
2020-05-01
1
-103
/
+88
*
Improve `generate_theme` in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-27
/
+15
[next]