summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reworked wgpu buffers, updated glow side to have proper transform location ↵Libravatar shan2022-10-045-149/+134
| | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR.
* Fixed issue where OpenGL would not render both shaders at once under certain ↵Libravatar shan2022-09-291-30/+22
| | | | circumstances.
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-298-123/+429
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-092-9/+1
| | | | ... and check those in CI as well!
* Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-091-3/+11
| | | | ... and explicitly annotate crates as well.
* Address Clippy lintsLibravatar Poly2022-07-094-10/+9
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-6/+17
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-044-11/+11
|\
| * Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-05-021-4/+4
| |
| * Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez2022-05-021-1/+1
| |
| * Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez2022-05-023-6/+6
| |
| * Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez2022-04-301-1/+1
| |
* | Add logging to window and context creationLibravatar Richard2022-05-021-1/+13
| |
* | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
| |
* | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-3/+3
| |
* | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
| |
* | Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-261-0/+9
| |
* | Add logging to window and context creationLibravatar Richard2022-04-261-0/+2
|/
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-0917-232/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
|
* Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez2022-01-311-1/+1
|
* Use glow_glyp in opengl_integration exampleLibravatar Kai Mast2022-01-281-1/+1
|
* Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov2022-01-281-4/+8
| | | | | | | | - Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef
* Add `Shader` and `Version`Libravatar Richard2022-01-196-134/+156
| | | | to simplify and constrain `program::create`
* Update documentation for built-in renderersLibravatar Richard2022-01-191-0/+51
|
* Export `glow` in `iced_glow`Libravatar Richard2022-01-191-0/+2
|
* Improve shader version selectionLibravatar Richard2022-01-1916-66/+178
|
* Log debugging infoLibravatar Richard2022-01-192-0/+9
|
* Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard2022-01-1912-220/+754
|
* Use `glutin`, `glow` and `glow_glyph` forksLibravatar Richard2022-01-191-2/+2
|
* Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez2021-12-091-1/+1
|
* Added icon in docsLibravatar daladim2021-12-091-0/+3
|
* Make `program` module in `iced_glow` privateLibravatar Héctor Ramón Jiménez2021-11-051-2/+2
|
* Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez2021-11-051-1/+1
|
* Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez2021-10-311-1/+2
|
* Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-4/+1
|
* Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-3114-25/+34
|
* Implement `Widget::draw` for `Rule`Libravatar Héctor Ramón Jiménez2021-10-281-8/+1
|
* Implement `Widget::draw` for `ProgressBar`Libravatar Héctor Ramón Jiménez2021-10-281-8/+1
|
* Avoid flushing empty layers in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez2021-10-251-0/+5
|
* Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-1/+1
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-1/+1
|
* Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-9/+1
|
* Implement `Widget::draw` for `Text`Libravatar Héctor Ramón Jiménez2021-10-141-2/+2
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-142-13/+9
|
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-202-11/+11
|
* Use `Iterator::min_by` instead of `fold` in `hit_test`Libravatar Héctor Ramón Jiménez2021-09-151-13/+11
|
* Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2021-09-152-9/+11
|