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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Mention `color_palette` in examples `README`
Héctor Ramón Jiménez
2020-05-04
1
-0
/
+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
3
-7
/
+2
*
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
3
-11
/
+99
*
Add example program: color palette
Clark Moody
2020-04-24
4
-0
/
+274
*
Conditional re-export of palette from iced_core
Clark Moody
2020-04-24
1
-0
/
+3
*
Conversion traits for palette::Srgb
Clark Moody
2020-04-24
1
-1
/
+23
*
Derive Default for Color
Clark Moody
2020-04-24
1
-1
/
+1
*
Simplify range declaration
Clark Moody
2020-04-24
1
-4
/
+4
*
Remove redundant from_srgba and into_srgba methods
Clark Moody
2020-04-24
1
-20
/
+2
*
Add palette test for Color <-> Srgba & manipulation
Clark Moody
2020-04-24
1
-0
/
+41
*
Feature name colors -> palette
Clark Moody
2020-04-24
3
-9
/
+6
*
Add const from_rgba, for RGBA initialization
Clark Moody
2020-04-24
1
-1
/
+8
*
Use debug assertions instead of clamp
Clark Moody
2020-04-24
1
-15
/
+22
*
Fix docstring typo
Clark Moody
2020-04-24
1
-1
/
+1
*
Revert from_rgb to const
Clark Moody
2020-04-24
1
-2
/
+2
*
Remove HSLColor
Clark Moody
2020-04-24
1
-90
/
+0
*
Conversion to palette's Srgba type
Clark Moody
2020-04-24
1
-0
/
+43
*
Add `palette` dependency behind "colors" feature flag
Clark Moody
2020-04-24
2
-0
/
+10
*
HSLColor struct, with conversions to/from RGB
Clark Moody
2020-04-24
1
-16
/
+106
*
Add inversion functions, rename check_rgba -> new
Clark Moody
2020-04-24
1
-4
/
+14
*
Add check_rgba fn to clamp float values to [0,1]
Clark Moody
2020-04-24
1
-3
/
+23
*
Merge pull request #318 from hecrj/font-associated-type
Héctor Ramón
2020-04-24
10
-23
/
+51
|
\
|
*
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
9
-23
/
+45
|
*
Implement `Default` for `Font`
Héctor Ramón Jiménez
2020-04-23
1
-0
/
+6
|
/
*
Merge pull request #314 from katktv/patch-1
Héctor Ramón
2020-04-22
1
-1
/
+1
|
\
|
*
Fix a typo in ROADMAP
kat
2020-04-22
1
-1
/
+1
|
/
*
Merge pull request #305 from hecrj/element-on-event
Héctor Ramón
2020-04-19
1
-0
/
+22
|
\
|
*
Implement and expose `Element::on_event`
Héctor Ramón Jiménez
2020-04-18
1
-0
/
+22
*
|
fix progress bar docs to no longer mention buttons (#301)
ethanpailes
2020-04-18
1
-4
/
+4
|
/
*
Revert "Merge pull request #289 from hecrj/fix/cursor-events"
Héctor Ramón Jiménez
2020-04-17
2
-15
/
+2
*
Fix MSAA blit vertex shader to match `wgpu` NDC
Héctor Ramón Jiménez
2020-04-16
3
-4
/
+4
*
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
2020-04-16
5
-13
/
+10
*
Merge pull request #269 from hecrj/update-wgpu
Héctor Ramón
2020-04-16
13
-268
/
+313
|
\
|
*
Use new release of `wgpu_glyph`
Héctor Ramón Jiménez
2020-04-13
1
-1
/
+1
|
*
Fix `angle` sign in `canvas::Frame::rotate`
Héctor Ramón Jiménez
2020-04-08
1
-1
/
+1
|
*
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
2020-04-07
12
-267
/
+312
[next]