summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix window holes behind transparent objectsLibravatar Ildar Akhmetgaleev2021-09-021-1/+6
| | | | | | | | | | | | | | Without this change, the transparent objects composed over the opaque background creates the transparency of the entire window through which the desktop wallpaper could be seen. This problem manifested itself with glow backend and wayland compositor (gnome). This patch completely eliminates this problem. With it, the final image produced by glow backend corresponds to the image produced by the wgpu backend. Fixes #1018
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-262-12/+11
| | | | ... and also move it to a new `text` module in `iced_core`
* Implement textual hit testingLibravatar Tom2021-08-212-1/+114
|
* Add integration_gl exampleLibravatar Tamás Szelei2021-08-131-2/+2
|
* Merge pull request #914 from yusdacra/feat/expose_draw_cache_multithreadLibravatar Héctor Ramón2021-07-223-3/+21
|\ | | | | feat: expose draw_cache_multithread as a feature
| * Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez2021-07-221-0/+4
| |
| * Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez2021-07-224-6/+17
| |
| * feat: expose draw_cache_multithreadLibravatar Yusuf Bera Ertan2021-06-142-1/+4
| |
* | docs: update all 0.2 github links to 0.3Libravatar Yusuf Bera Ertan2021-06-141-1/+1
|/
* fix formatLibravatar Kaiden422021-06-031-2/+2
|
* add missing glow supportLibravatar Kaiden422021-06-032-0/+12
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-311-3/+3
|
* Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez2021-03-251-0/+9
|
* Merge pull request #465 from yusdacra/tooltip-widgetLibravatar Héctor Ramón2021-02-242-0/+9
|\ | | | | Tooltip widget
| * Export `Tooltip` in `iced_glow`Libravatar Héctor Ramón Jiménez2021-02-232-0/+9
| |
* | Use string literal as panic message in `iced_glow`Libravatar Héctor Ramón Jiménez2021-02-161-2/+2
|/
* Implement split highlight on hover for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-01-011-3/+3
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Update example links to point to `0.2` branchLibravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Update graphs in crate docsLibravatar Héctor Ramón Jiménez2020-11-261-0/+2
|