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
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
9
-31
/
+39
*
Move `Viewport` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
5
-37
/
+7
*
Move `Transformation` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
6
-58
/
+5
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
100
-1755
/
+861
*
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
2020-05-19
51
-43
/
+3213
*
Merge pull request #345 from AberrantWolf/master
Héctor Ramón
2020-05-15
3
-19
/
+66
|
\
|
*
Merge remote-tracking branch 'upstream/master'
Scott Harper
2020-05-15
1
-1
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #344 from DominosCinnaStix/master
Héctor Ramón
2020-05-14
1
-1
/
+1
|
\
\
|
*
|
set wgpu's adapter backend to PRIMARY
DominosCinnaStix
2020-05-14
1
-1
/
+1
|
/
/
|
*
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
2020-05-15
3
-19
/
+66
|
/
*
Fix `PaneGrid` not releasing split properly
Héctor Ramón Jiménez
2020-05-06
1
-1
/
+1
*
Pin `gfx-memory` until allocator issue is fixed
Héctor Ramón Jiménez
2020-05-06
1
-0
/
+3
*
Merge pull request #334 from Veykril/master
Héctor Ramón
2020-05-05
1
-4
/
+4
|
\
|
*
Update iced_wgpu dependencies
Lukas Wirth
2020-05-05
1
-4
/
+4
|
/
*
Merge pull request #325 from hecrj/feature/canvas-interaction
Héctor Ramón
2020-05-05
89
-1326
/
+2509
|
\
|
*
Update `README` of `game_of_life` example
Héctor Ramón Jiménez
2020-05-04
2
-2
/
+26
|
*
Adapt `color_palette` to new `canvas` API
Héctor Ramón Jiménez
2020-05-04
1
-21
/
+27
|
*
Merge branch 'master' into feature/canvas-interaction
Héctor Ramón Jiménez
2020-05-04
8
-5
/
+621
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #200 from clarkmoody/color-enhancements
Héctor Ramón
2020-05-04
8
-5
/
+621
|
\
\
|
*
|
Improve minor documentation details in `Color`
Héctor Ramón Jiménez
2020-05-04
1
-10
/
+16
|
*
|
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
|
*
|
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
[next]