summaryrefslogtreecommitdiffstats
path: root/glow (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-09Address Clippy lintsLibravatar Poly4-10/+9
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2-6/+17
2022-05-02Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Add logging to window and context creationLibravatar Richard1-1/+13
2022-05-02Fix typo in `README` of `iced_glow`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-02Replace `hecrj` in links with `iced-rs`Libravatar Héctor Ramón Jiménez3-6/+6
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-27Rename `get_information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Implement `GraphicsInformation` for `iced_glow`Libravatar Richard1-0/+9
2022-04-26Add logging to window and context creationLibravatar Richard1-0/+2
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez17-232/+0
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-01-31Replace Zulip links with DiscordLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-28Use glow_glyp in opengl_integration exampleLibravatar Kai Mast1-1/+1
2022-01-28Experimental wgpu WebGL backend supportLibravatar Vladyslav Nikonov1-4/+8
2022-01-19Add `Shader` and `Version`Libravatar Richard6-134/+156
2022-01-19Update documentation for built-in renderersLibravatar Richard1-0/+51
2022-01-19Export `glow` in `iced_glow`Libravatar Richard1-0/+2
2022-01-19Improve shader version selectionLibravatar Richard16-66/+178
2022-01-19Log debugging infoLibravatar Richard2-0/+9
2022-01-19Split `quad::Pipeline` into `core` and `compatibility`Libravatar Richard12-220/+754
2022-01-19Use `glutin`, `glow` and `glow_glyph` forksLibravatar Richard1-2/+2
2022-01-12Write missing docs for `user_interface` moduleLibravatar Héctor Ramón Jiménez1-1/+1
2022-01-12Implement `Widget::overlay` for `Responsive` widgetLibravatar Héctor Ramón Jiménez2-9/+0
2022-01-11Draft `Responsive` widgetLibravatar Héctor Ramón Jiménez3-1/+10
2021-12-09Use commit hash in `html_logo_url`Libravatar Héctor Ramón Jiménez1-1/+1
2021-12-09Added icon in docsLibravatar daladim1-0/+3
2021-11-05Make `program` module in `iced_glow` privateLibravatar Héctor Ramón Jiménez1-2/+2
2021-11-05Rename `Renderer::present` to `with_primitives`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Introduce state lifetime for `style_sheet` in `Toggler`Libravatar Héctor Ramón Jiménez1-1/+2
2021-10-31Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez1-4/+1
2021-10-31Introduce first-class `text` module in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez14-25/+34
2021-10-28Implement `Widget::draw` for `Rule`Libravatar Héctor Ramón Jiménez1-8/+1
2021-10-28Implement `Widget::draw` for `ProgressBar`Libravatar Héctor Ramón Jiménez1-8/+1
2021-10-25Avoid flushing empty layers in `iced_wgpu` and `iced_glow`Libravatar Héctor Ramón Jiménez1-0/+5
2021-10-21Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-20Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez1-9/+1
2021-10-14Implement `Widget::draw` for `Text`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2-13/+9
2021-09-20Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2-11/+11
2021-09-15Use `Iterator::min_by` instead of `fold` in `hit_test`Libravatar Héctor Ramón Jiménez1-13/+11
2021-09-15Use `Option` to encode empty text case in hit test methodsLibravatar Héctor Ramón Jiménez2-9/+11
2021-09-02Fix window holes behind transparent objectsLibravatar Ildar Akhmetgaleev1-1/+6
2021-08-26Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2-12/+11
2021-08-21Implement textual hit testingLibravatar Tom2-1/+114