index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
glow
/
src
/
backend.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-280
/
+0
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-23
fix: adjust y position of scissor rectangle
Ashley Wulber
1
-0
/
+1
2022-11-23
cargo fmt
Ashley Wulber
1
-2
/
+7
2022-11-23
fix: scissor layout bounds for images
Ashley Wulber
1
-1
/
+1
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-4
/
+4
2022-11-05
Add image/svg support to `iced_glow`
Ian Douglas Scott
1
-3
/
+23
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-4
/
+3
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-4
/
+3
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+0
2022-05-02
Replace `hecrj` in links with `iced-rs`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-19
Add `Shader` and `Version`
Richard
1
-52
/
+2
2022-01-19
Improve shader version selection
Richard
1
-2
/
+55
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+5
2021-10-25
Avoid flushing empty layers in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+5
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-8
/
+4
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-7
/
+8
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-4
/
+3
2021-08-21
Implement textual hit testing
Tom
1
-1
/
+22
2021-07-22
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+6
2021-02-13
Fix `image` feature name in `glow` and `iced`
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-2
/
+0
2020-07-08
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+1
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
1
-0
/
+6
2020-06-02
Rename `Rectangle::round` to `snap`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-30
Fix `Backend` link in `iced_glow` docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-30
Expose `Backend` in `iced_glow`
Héctor Ramón Jiménez
1
-3
/
+8
2020-05-27
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
1
-11
/
+12
2020-05-22
Use built-in OpenGL multisampling in `iced_glow`
Héctor Ramón Jiménez
1
-5
/
+1
2020-05-21
Implement `iced_glutin` :tada:
Héctor Ramón Jiménez
1
-8
/
+21
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-14
/
+9
2020-05-19
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
1
-252
/
+39
2020-05-19
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+3
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-59
/
+27
2020-05-19
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
1
-95
/
+43
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-6
/
+5
2020-04-28
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-13
/
+23
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
1
-7
/
+13
2020-04-26
Render meshes after quads in `iced_wgpu`
Héctor Ramón Jiménez
1
-12
/
+12
2020-04-16
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
1
-3
/
+3
2020-04-10
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
1
-21
/
+4
2020-03-29
Use `!is_empty()` instead of `len() > 0`
Héctor Ramón Jiménez
1
-1
/
+1
[next]