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
/
wgpu
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-02-09
Improve consistency in new `iced_wgpu` types
Héctor Ramón Jiménez
3
-2
/
+4
2020-02-09
Write documentation for new `iced_wgpu` types
Héctor Ramón Jiménez
5
-1
/
+16
2020-02-09
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
4
-12
/
+10
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
8
-177
/
+233
2020-02-07
Increase precision of `scale_factor` in `Windowed`
Héctor Ramón Jiménez
1
-4
/
+4
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
3
-40
/
+46
2020-01-27
Custom fonts can be set in the text input.
sumibi-yakitori
1
-4
/
+10
2020-01-22
Add default padding to `Button`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-20
Make `image` support optional in `iced_wgpu`
Héctor Ramón Jiménez
2
-6
/
+22
2020-01-20
Forbid unsafe code and Rust 2018 idioms
Héctor Ramón Jiménez
1
-2
/
+2
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
2
-5
/
+6
2020-01-09
Write missing docs and reenable deny statements
Héctor Ramón Jiménez
4
-1
/
+38
2020-01-08
Fix drawing empty `Quad` on empty `ProgressBar`
Héctor Ramón Jiménez
1
-13
/
+17
2020-01-08
Allow `Checkbox` style to change based on its state
Héctor Ramón Jiménez
1
-2
/
+2
2020-01-07
Always show scroller if scrollbar is visible
Héctor Ramón Jiménez
1
-35
/
+38
2020-01-07
Implement styling for `Checkbox`
Héctor Ramón Jiménez
3
-15
/
+26
2020-01-07
Implement styling for `Radio`
Héctor Ramón Jiménez
3
-12
/
+25
2020-01-07
Implement styling for `ProgressBar`
Héctor Ramón Jiménez
3
-14
/
+29
2020-01-07
Implement styling for `Slider`
Héctor Ramón Jiménez
3
-21
/
+53
2020-01-06
Implement styling for `Scrollable`
Héctor Ramón Jiménez
3
-12
/
+35
2020-01-06
Draft `styling` example
Héctor Ramón Jiménez
1
-1
/
+0
2020-01-05
Fix styling in `button::Renderer` implementation
Héctor Ramón Jiménez
1
-27
/
+37
2020-01-05
Add border and shadow styling to `Button`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-05
Add border styling to `Container`
Héctor Ramón Jiménez
1
-18
/
+19
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-12
/
+6
2020-01-03
Move `DEFAULT_HEIGHT` constant to `Renderer`
Héctor Ramón Jiménez
1
-0
/
+2
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
8
-69
/
+95
2020-01-02
change(widget): make height adjustable at widget level
Songtronix
2
-7
/
+3
2020-01-02
change(widget): custom coloring for progressbar
Songtronix
1
-3
/
+9
2020-01-02
add(widget): primitive progressbar widget
Songtronix
2
-0
/
+44
2020-01-01
Implement Geometry2D primitive
Artur Sapek
8
-3
/
+278
2020-01-01
Draft basic styling for `TextInput`
Héctor Ramón Jiménez
3
-13
/
+35
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
4
-9
/
+21
2020-01-01
Move styling to a brand new `iced_style` crate
Héctor Ramón Jiménez
2
-111
/
+9
2019-12-31
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
14
-127
/
+169
2019-12-31
Draft basic styling for `Container`
Héctor Ramón Jiménez
4
-0
/
+85
2019-12-30
Rename `Empty` widget to `Space`
Héctor Ramón Jiménez
2
-3
/
+3
2019-12-30
Implement `Empty` widget
Héctor Ramón Jiménez
2
-0
/
+9
2019-12-30
Implement `Default` for `iced_wgpu::Primitive`
Héctor Ramón Jiménez
1
-0
/
+6
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
9
-37
/
+83
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
6
-21
/
+124
2019-12-21
Avoid rasterizing SVG when a dimension is 0
Héctor Ramón Jiménez
1
-0
/
+4
2019-12-21
Fix cursor positioning in `TextInput` on overflow
Héctor Ramón Jiménez
1
-10
/
+47
2019-12-18
Resize text measure cache to avoid panic
Héctor Ramón Jiménez
1
-5
/
+17
2019-12-15
Cache `Svg` load result properly
Héctor Ramón Jiménez
2
-20
/
+22
2019-12-15
Put `svg` rendering behind a feature gate
Héctor Ramón Jiménez
2
-13
/
+27
2019-12-15
Add `svg` example
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-15
Rerasterize SVGs when resized and refactor a bit
Héctor Ramón Jiménez
7
-262
/
+455
[next]