summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez2020-05-199-31/+39
|
* Move `Viewport` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-195-37/+7
|
* Move `Transformation` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-196-58/+5
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-19100-1755/+861
|
* Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez2020-05-1951-43/+3213
|
* Merge pull request #345 from AberrantWolf/masterLibravatar Héctor Ramón2020-05-153-19/+66
|\ | | | | Update `Radio` to have the same layout members and fns as `Checkbox`
| * Merge remote-tracking branch 'upstream/master'Libravatar Scott Harper2020-05-151-1/+1
| |\ | |/ |/|
* | Merge pull request #344 from DominosCinnaStix/masterLibravatar Héctor Ramón2020-05-141-1/+1
|\ \ | | | | | | fix(wgpu): Set adapter backend to PRIMARY
| * | set wgpu's adapter backend to PRIMARYLibravatar DominosCinnaStix2020-05-141-1/+1
|/ /
| * Updated `Radio` layout/fns to match `Checkbox`Libravatar Scott Harper2020-05-153-19/+66
|/
* Fix `PaneGrid` not releasing split properlyLibravatar Héctor Ramón Jiménez2020-05-061-1/+1
|
* Pin `gfx-memory` until allocator issue is fixedLibravatar Héctor Ramón Jiménez2020-05-061-0/+3
| | | | https://github.com/gfx-rs/wgpu-rs/issues/261
* Merge pull request #334 from Veykril/masterLibravatar Héctor Ramón2020-05-051-4/+4
|\ | | | | Update iced_wgpu dependencies
| * Update iced_wgpu dependenciesLibravatar Lukas Wirth2020-05-051-4/+4
|/ | | | | | | font-kit 0.4 -> 0.6 guillotiere 0.4 -> 0.5 image 0.22 -> 0.23 resvg 0.8 -> 0.9
* Merge pull request #325 from hecrj/feature/canvas-interactionLibravatar Héctor Ramón2020-05-0589-1326/+2509
|\ | | | | Canvas interactivity and Game of Life example
| * Update `README` of `game_of_life` exampleLibravatar Héctor Ramón Jiménez2020-05-042-2/+26
| |
| * Adapt `color_palette` to new `canvas` APILibravatar Héctor Ramón Jiménez2020-05-041-21/+27
| |
| * Merge branch 'master' into feature/canvas-interactionLibravatar Héctor Ramón Jiménez2020-05-048-5/+621
| |\ | |/ |/|
* | Merge pull request #200 from clarkmoody/color-enhancementsLibravatar Héctor Ramón2020-05-048-5/+621
|\ \ | | | | | | Color Enhancements
| * | Improve minor documentation details in `Color`Libravatar Héctor Ramón Jiménez2020-05-041-10/+16
| | |
| * | Use only `iced` dependency for `color_palette`Libravatar Héctor Ramón Jiménez2020-05-042-6/+3
| | | | | | | | | | | | `Point` and `Size` are now properly re-exported.
| * | Add screenshot to `README` of `color_palette`Libravatar Héctor Ramón Jiménez2020-05-041-1/+7
| | |
| * | Add screenshot of `color_palette` exampleLibravatar Héctor Ramón Jiménez2020-05-042-1/+1
| | |
| * | Mention `color_palette` in examples `README`Libravatar Héctor Ramón Jiménez2020-05-041-0/+1
| | |
| * | Reuse triangle path with transforms in `color_palette`Libravatar Héctor Ramón Jiménez2020-05-011-43/+28
| | |
| * | Use `Path::rectangle` directly in `color_palette`Libravatar Héctor Ramón Jiménez2020-05-011-6/+3
| | |
| * | Move application implementation in `color_palette`Libravatar Héctor Ramón Jiménez2020-05-011-206/+206
| | |
| * | Introduce `Theme` type in `color_palette` exampleLibravatar Héctor Ramón Jiménez2020-05-011-103/+88
| | |
| * | Improve `generate_theme` in `color_palette`Libravatar Héctor Ramón Jiménez2020-05-011-27/+15
| | |
| * | Remove `update_component` in `color_palette`Libravatar Héctor Ramón Jiménez2020-05-011-92/+4
| | | | | | | | | | | | We can use `ColorSpace::new` instead
| * | Abstract into ColorPicker and ColorSpace traitLibravatar Clark Moody2020-04-271-312/+323
| | | | | | | | | | | | | | | | | | | | | Each color type implements ColorSpace to define its own representation and update methods. View sliders are implemented on the ColorPicker struct.
| * | Use Path::rectangle and Size for drawing swatchesLibravatar Clark Moody2020-04-241-42/+21
| | |
| * | Replace text input fields for simple textLibravatar Clark Moody2020-04-241-75/+20
| | |
| * | Do not re-export Palette from iced_coreLibravatar Clark Moody2020-04-243-7/+2
| | |
| * | Hex label text alignmentLibravatar Clark Moody2020-04-241-4/+6
| | |
| * | TextInput fields with color encodings. Draw shades.Libravatar Clark Moody2020-04-241-21/+266
| | |
| * | More theme colors and gradient of lightnessLibravatar Clark Moody2020-04-241-9/+67
| | |
| * | Use canvas to draw color palette for exampleLibravatar Clark Moody2020-04-243-11/+99
| | |
| * | Add example program: color paletteLibravatar Clark Moody2020-04-244-0/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sliders for many color spaces update as any other sliders are moved around. Color is space is clamped to sRGB, so Lab and Lch color spaces cannot be fully expressed. TODO: - Real-time manipulation of base color to create a color scheme. - Show slider value under each slider - Show output values in text boxes for each color space
| * | Conditional re-export of palette from iced_coreLibravatar Clark Moody2020-04-241-0/+3
| | |
| * | Conversion traits for palette::SrgbLibravatar Clark Moody2020-04-241-1/+23
| | |
| * | Derive Default for ColorLibravatar Clark Moody2020-04-241-1/+1
| | |
| * | Simplify range declarationLibravatar Clark Moody2020-04-241-4/+4
| | |
| * | Remove redundant from_srgba and into_srgba methodsLibravatar Clark Moody2020-04-241-20/+2
| | |
| * | Add palette test for Color <-> Srgba & manipulationLibravatar Clark Moody2020-04-241-0/+41
| | |
| * | Feature name colors -> paletteLibravatar Clark Moody2020-04-243-9/+6
| | |
| * | Add const from_rgba, for RGBA initializationLibravatar Clark Moody2020-04-241-1/+8
| | |
| * | Use debug assertions instead of clampLibravatar Clark Moody2020-04-241-15/+22
| | |
| * | Fix docstring typoLibravatar Clark Moody2020-04-241-1/+1
| | |
| * | Revert from_rgb to constLibravatar Clark Moody2020-04-241-2/+2
| | |