summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Introduce feature flags to enable `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-278-35/+72
| | | | Also keep `iced_wgpu` as the default renderer for the time being.
* Use published `glow` and `glow_glyph` versionsLibravatar Héctor Ramón Jiménez2020-05-223-16/+10
|
* Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-226-212/+63
|
* Use `get_uniform_location` for wider compatibilityLibravatar Héctor Ramón Jiménez2020-05-227-48/+93
|
* Use git repository for `glow_glyph`Libravatar Héctor Ramón Jiménez2020-05-221-1/+2
|
* Implement MSAA for triangle meshes in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-221-41/+195
|
* Update to latest `glow`Libravatar Héctor Ramón Jiménez2020-05-213-25/+17
|
* Remove unused `overlay_font` in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-211-6/+6
|
* Draft `triangle` pipeline in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-216-52/+301
|
* Simplify `integration` example with `Program`Libravatar Héctor Ramón Jiménez2020-05-213-116/+67
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-2114-770/+636
|
* Avoid relying `origin_upper_left`Libravatar Héctor Ramón Jiménez2020-05-212-3/+17
| | | | It seems to cause considerable glitches when resizing.
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-2131-498/+718
|
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-2024-278/+202
|
* Move `Layer` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-1918-616/+433
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-1928-1037/+1032
|
* Move `Antialiasing` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-194-48/+27
|
* Move built-in fonts to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-1912-29/+26
|
* Move `font::Source` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-199-48/+21
|
* 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.