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
/
renderer.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
2020-02-24
1
-5
/
+10
*
Fix `Clip` primitive intersection in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-22
1
-18
/
+11
*
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-02-15
1
-1
/
+8
*
Finish `clock` example
Héctor Ramón Jiménez
2020-02-12
1
-6
/
+6
*
Improve consistency in new `iced_wgpu` types
Héctor Ramón Jiménez
2020-02-09
1
-1
/
+1
*
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
2020-02-09
1
-1
/
+2
*
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
2020-02-09
1
-84
/
+32
*
Update `winit` to `0.20`
Héctor Ramón Jiménez
2020-02-07
1
-19
/
+25
*
Make layout bounds explicit in `UserInterface`
Héctor Ramón Jiménez
2020-01-10
1
-1
/
+2
*
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
2020-01-10
1
-4
/
+4
*
Merge branch 'master' into feature/custom-styling
Héctor Ramón Jiménez
2020-01-05
1
-3
/
+29
|
\
|
*
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
2020-01-02
1
-29
/
+28
|
*
Implement Geometry2D primitive
Artur Sapek
2020-01-01
1
-2
/
+31
*
|
Remove `background` from `Settings`
Héctor Ramón Jiménez
2020-01-05
1
-12
/
+6
*
|
Allow configuration of default font
Héctor Ramón Jiménez
2020-01-01
1
-5
/
+8
*
|
Add `border_width` and `border_color` to `Quad`
Héctor Ramón Jiménez
2019-12-31
1
-2
/
+7
*
|
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-2
/
+7
*
|
Add `background_color` to `Settings`
Héctor Ramón Jiménez
2019-12-29
1
-6
/
+12
*
|
Draft `Style` and `StyleSheet` for `Button`
Héctor Ramón Jiménez
2019-12-29
1
-2
/
+2
|
/
*
Rerasterize SVGs when resized and refactor a bit
Héctor Ramón Jiménez
2019-12-15
1
-2
/
+9
*
Merged svg pipeline into image
Malte Veerman
2019-12-12
1
-29
/
+1
*
Improved dpi handling
Malte Veerman
2019-12-12
1
-2
/
+1
*
Ran cargo_fmt over changed files.
Malte Veerman
2019-12-11
1
-7
/
+5
*
Implemented SVG support in iced_wgpu.
Malte Veerman
2019-12-11
1
-1
/
+33
*
Merge branch 'master' into feature/image-from-bytes
Héctor Ramón Jiménez
2019-12-04
1
-1
/
+1
|
\
|
*
Use `PowerPreference::Default` in `iced_wgpu`
Héctor Ramón Jiménez
2019-12-01
1
-1
/
+1
*
|
Implement basic image cache trimming in iced_wgpu
Héctor Ramón Jiménez
2019-11-30
1
-0
/
+1
*
|
Allow to load an image from memory
Héctor Ramón Jiménez
2019-11-29
1
-2
/
+2
|
/
*
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
2019-11-22
1
-2
/
+6
*
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
2019-11-21
1
-14
/
+14
*
Fix text bounds in `iced_wgpu` on nonintegral DPI
Héctor Ramón Jiménez
2019-11-14
1
-1
/
+17
*
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
2019-11-13
1
-0
/
+2
*
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
2019-11-13
1
-53
/
+17
*
Load default font only in measurement cache
Héctor Ramón Jiménez
2019-11-11
1
-6
/
+8
*
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
2019-11-11
1
-12
/
+31
*
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
2019-11-11
1
-13
/
+14
*
Draft new layout API
Héctor Ramón Jiménez
2019-11-10
1
-2
/
+2
*
Merge pull request #47 from hecrj/improvement/text-performance
Héctor Ramón
2019-11-08
1
-2
/
+3
|
\
|
*
Increase initial size of text cache in `iced_wgpu`
Héctor Ramón Jiménez
2019-11-07
1
-0
/
+1
|
*
Align text position to pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
2019-11-07
1
-2
/
+2
*
|
use Color's `From` impl in more places
memoryruins
2019-11-07
1
-6
/
+1
|
/
*
Floor layer coords to avoid excessive clipping
Héctor Ramón Jiménez
2019-11-07
1
-2
/
+2
*
Fix integer overflow with nested clip primitives
Héctor Ramón Jiménez
2019-11-06
1
-18
/
+25
*
Apply HiDPI scaling to quads
Héctor Ramón Jiménez
2019-11-05
1
-3
/
+4
*
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
2019-11-05
1
-15
/
+38
*
Improve default font loading
Héctor Ramón Jiménez
2019-11-05
1
-8
/
+11
*
Use new `Layer` in `draw_overlay`
Héctor Ramón Jiménez
2019-11-05
1
-1
/
+1
*
Merge branch 'master' into feature/performance-metrics
Héctor Ramón Jiménez
2019-11-05
1
-11
/
+17
|
\
|
*
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
2019-11-05
1
-11
/
+17
*
|
Implement debug view and load system fonts
Héctor Ramón Jiménez
2019-11-03
1
-12
/
+52
[next]