summaryrefslogtreecommitdiffstats
path: root/wgpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-269-34/+7
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Merge pull request #629 from hecrj/wgpu-present-mode-settingLibravatar Héctor Ramón2020-11-242-1/+7
|\ | | | | Add `present_mode` field to `iced_wgpu::Settings`
| * Add `present_mode` field to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2020-11-232-1/+7
| |
* | Limit border radius to max dimension in `quad` pipelineLibravatar Héctor Ramón Jiménez2020-11-232-0/+5
|/
* Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez2020-11-203-0/+11
|
* Fix deprecation warnings from `image`Libravatar Héctor Ramón Jiménez2020-11-201-2/+2
|
* Remove `Focus` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-11-171-2/+2
| | | | Since #608, the `PaneGrid` widget does not handle pane focus.
* Merge pull request #610 from hecrj/improvement/update-dependenciesLibravatar Héctor Ramón2020-11-115-28/+28
|\ | | | | Update dependencies
| * Update `bytemuck` and remove `zerocopy` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-11-105-28/+28
| |
* | Restore hotkeys in `pane_grid` exampleLibravatar Héctor Ramón Jiménez2020-11-101-2/+2
|/ | | | | | - Implement `subscription::events_with` - Remove `pane_grid::KeyPressEvent` - Return closest sibling in `pane_grid::State::close`
* update guillotiere to 0.6Libravatar aentity2020-11-061-1/+1
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-082-6/+7
|
* Add labels to `iced_wgpu` internalsLibravatar Héctor Ramón Jiménez2020-08-316-38/+46
|
* Turn consecutive if-lets into pattern matchLibravatar Héctor Ramón Jiménez2020-08-271-6/+6
|
* Set offsets in buffer slices in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-271-9/+12
|
* Use `wgpu::Color::TRANSPARENT`Libravatar Héctor Ramón Jiménez2020-08-271-6/+1
|
* Remove unnecessary `create_buffer_init` for uniformsLibravatar Héctor Ramón Jiménez2020-08-272-16/+12
|
* Remove redundant depth bias fields in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-274-12/+0
|
* Fix `offset` calculation in `image::Atlas`Libravatar Héctor Ramón Jiménez2020-08-271-1/+1
|
* Fix `layers` initialization in `image::Atlas`Libravatar Héctor Ramón Jiménez2020-08-271-1/+1
|
* Update `image` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-273-88/+147
|
* Update `wgpu` to `0.6` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-278-213/+277
|
* Merge branch 'feature/rule-widget' into masterLibravatar Héctor Ramón Jiménez2020-08-222-0/+13
|\
| * added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-1/+1
| |
| * widget Rule addedLibravatar Billy Messenger2020-08-222-0/+13
| |
* | Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.Libravatar Cameron Hart2020-08-171-1/+0
|/
* Rename `ComboBox` to `PickList`Libravatar Héctor Ramón Jiménez2020-07-103-12/+12
|
* Write documentation for the new `overlay` APILibravatar Héctor Ramón Jiménez2020-07-102-1/+2
|
* Merge branch 'master' into feature/overlayLibravatar Héctor Ramón Jiménez2020-07-101-2/+14
|\
| * Merge branch 'master' into feature/pane-grid-titlebarLibravatar Héctor Ramón Jiménez2020-07-086-16/+57
| |\
| * | Draft drawing logic for `Content` and `TitleBar`Libravatar Héctor Ramón Jiménez2020-06-051-2/+14
| | |
| * | Draft first-class `TitleBar` in `pane_grid`Libravatar Héctor Ramón Jiménez2020-06-041-2/+2
| | |
* | | Add styling support for `ComboBox` and `Menu`Libravatar Héctor Ramón Jiménez2020-07-081-1/+6
| | |
* | | Render arrow icon in `ComboBox`Libravatar Héctor Ramón Jiménez2020-07-081-0/+1
| | |
* | | Draft `ComboBox` and `Menu` layerLibravatar Héctor Ramón Jiménez2020-07-083-1/+7
| |/ |/|
* | Recreate uniforms `BindGroup` when necessaryLibravatar Héctor Ramón Jiménez2020-06-231-8/+30
| |
* | Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez2020-06-192-0/+14
| |
* | Merge pull request #407 from hecrj/feature/generic-sliderLibravatar Héctor Ramón2020-06-141-1/+1
|\ \ | | | | | | Make `Slider` value type generic
| * | Make `Slider` value type genericLibravatar Héctor Ramón Jiménez2020-06-131-1/+1
| |/
* / Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-122-7/+12
|/
* Rename `Rectangle::round` to `snap`Libravatar Héctor Ramón Jiménez2020-06-022-3/+2
| | | | | Also use `ceil` instead of `round`. Closes #380.
* Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez2020-06-012-10/+5
| | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
* Merge pull request #371 from myfreeweb/window-alphaLibravatar Héctor Ramón2020-06-012-5/+10
|\ | | | | Add custom window background/clear color (incl. transparency) support, fixes #272
| * Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V2020-06-012-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | #272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary.
* | Feature gate `font-kit` behind `"default_system_font"` feature.Libravatar Azriel Hoh2020-05-312-7/+13
|/
* Fix documentation of `Backend` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-301-6/+4
|
* Re-export `Antialiasing` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-292-2/+2
|
* Implement async `Compositor::request` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-05-291-37/+53
|
* Merge branch 'master' into improvement/update-wgpu_glyphLibravatar Héctor Ramón Jiménez2020-05-2960-3635/+415
|\