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
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
2020-03-28
Fix formatting
Kai Mast
1
-1
/
+1
2020-03-28
Clippy
Kai Mast
1
-5
/
+5
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
1
-50
/
+62
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-28
Remove unnecessary `pub(crate) use`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-28
Stop creating image pipeline when unnecessary
Héctor Ramón Jiménez
1
-39
/
+64
2020-02-26
Refactor texture atlas
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-5
/
+10
2020-02-22
Fix `Clip` primitive intersection in `iced_wgpu`
Héctor Ramón Jiménez
1
-18
/
+11
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+8
2020-02-12
Finish `clock` example
Héctor Ramón Jiménez
1
-6
/
+6
2020-02-09
Improve consistency in new `iced_wgpu` types
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-09
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
1
-1
/
+2
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
1
-84
/
+32
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-19
/
+25
2020-01-10
Make layout bounds explicit in `UserInterface`
Héctor Ramón Jiménez
1
-1
/
+2
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-12
/
+6
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
1
-29
/
+28
2020-01-01
Implement Geometry2D primitive
Artur Sapek
1
-2
/
+31
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
1
-5
/
+8
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
1
-2
/
+7
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-2
/
+7
2019-12-29
Add `background_color` to `Settings`
Héctor Ramón Jiménez
1
-6
/
+12
2019-12-29
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
1
-2
/
+2
2019-12-15
Rerasterize SVGs when resized and refactor a bit
Héctor Ramón Jiménez
1
-2
/
+9
2019-12-12
Merged svg pipeline into image
Malte Veerman
1
-29
/
+1
2019-12-12
Improved dpi handling
Malte Veerman
1
-2
/
+1
2019-12-11
Ran cargo_fmt over changed files.
Malte Veerman
1
-7
/
+5
2019-12-11
Implemented SVG support in iced_wgpu.
Malte Veerman
1
-1
/
+33
[next]