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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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-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
3
-14
/
+31
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
2019-12-12
Merged svg pipeline into image
Malte Veerman
7
-634
/
+87
2019-12-12
Improved dpi handling
Malte Veerman
2
-54
/
+8
2019-12-11
Ran cargo_fmt over changed files.
Malte Veerman
4
-41
/
+42
2019-12-11
Added an `Icon` widget to native.
Malte Veerman
4
-5
/
+26
2019-12-11
Implemented SVG support in iced_wgpu.
Malte Veerman
5
-1
/
+640
2019-12-05
Place `TextInput` cursor position on click
Héctor Ramón Jiménez
1
-16
/
+21
2019-12-04
Implemented `From<Color` for `Background`
Malte Veerman
1
-2
/
+2
2019-12-03
Fix `TextInput` inner border radius in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-03
Unify logic by introducing `scrollable::Scrollbar`
Héctor Ramón Jiménez
1
-49
/
+61
2019-12-02
Address suggestions
Friz64
1
-73
/
+29
2019-12-02
Finalize work
Friz64
1
-14
/
+18
2019-12-02
First implementation
Friz64
1
-24
/
+60
2019-12-01
Use `PowerPreference::Default` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-01
Add `repr(C)` to GPU types
Héctor Ramón Jiménez
2
-0
/
+4
2019-11-30
Implement basic image cache trimming in iced_wgpu
Héctor Ramón Jiménez
2
-7
/
+53
2019-11-29
Allow to load an image from memory
Héctor Ramón Jiménez
4
-25
/
+48
2019-11-26
Stop loading a mono font just for the debug view
Héctor Ramón Jiménez
1
-15
/
+3
2019-11-26
Fallback to embedded font when system font fails
Héctor Ramón Jiménez
4
-13
/
+120
2019-11-25
Add `CHANGELOG` to subcrates
Héctor Ramón Jiménez
1
-0
/
+14
2019-11-24
Use explicit `Uniforms` type in image pipeline
Héctor Ramón Jiménez
1
-14
/
+24
2019-11-24
Fix copy image instance size in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-24
Use latest `wgpu_glyph`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-24
Avoid panic when image load fails in `iced_wgpu`
Héctor Ramón Jiménez
1
-63
/
+71
2019-11-24
Fix `iced_native` widget examples
Héctor Ramón Jiménez
1
-3
/
+3
2019-11-22
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
7
-16
/
+74
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
12
-268
/
+149
2019-11-20
Add installation section to subcrate `README`s
Héctor Ramón Jiménez
2
-2
/
+14
2019-11-20
Add `README` for each subcrate
Héctor Ramón Jiménez
1
-0
/
+37
2019-11-14
Draw proper checkmark for `Checkbox` in `iced_wgpu`
Héctor Ramón Jiménez
3
-11
/
+19
2019-11-14
Fix text bounds in `iced_wgpu` on nonintegral DPI
Héctor Ramón Jiménez
2
-2
/
+18
2019-11-13
Remove default styling of `Button`
Héctor Ramón Jiménez
1
-22
/
+23
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
5
-28
/
+75
2019-11-13
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
6
-82
/
+131
2019-11-11
Load default font only in measurement cache
Héctor Ramón Jiménez
1
-6
/
+8
[next]