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
/
src
/
main.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
2025-02-21
1
-2
/
+2
*
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
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-1
/
+1
*
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
1
-23
/
+27
*
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
1
-41
/
+38
*
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
*
|
update palette to 0.6
Cory Forsstrom
2022-03-16
1
-17
/
+17
|
/
*
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
1
-4
/
+3
*
Add screenshot of `color_palette` example
Héctor Ramón Jiménez
2020-05-04
1
-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
*
Remove `update_component` in `color_palette`
Héctor Ramón Jiménez
2020-05-01
1
-92
/
+4
*
Abstract into ColorPicker and ColorSpace trait
Clark Moody
2020-04-27
1
-312
/
+323
*
Use Path::rectangle and Size for drawing swatches
Clark Moody
2020-04-24
1
-42
/
+21
*
Replace text input fields for simple text
Clark Moody
2020-04-24
1
-75
/
+20
*
Do not re-export Palette from iced_core
Clark Moody
2020-04-24
1
-1
/
+1
*
Hex label text alignment
Clark Moody
2020-04-24
1
-4
/
+6
*
TextInput fields with color encodings. Draw shades.
Clark Moody
2020-04-24
1
-21
/
+266
*
More theme colors and gradient of lightness
Clark Moody
2020-04-24
1
-9
/
+67
*
Use canvas to draw color palette for example
Clark Moody
2020-04-24
1
-9
/
+97
[next]