summaryrefslogtreecommitdiffstats
path: root/glow (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add `Shader` and `Version`Libravatar Richard2022-01-196-134/+156
* 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
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-262-12/+11
* 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
|\
| * 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