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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2019-12-01
Use `PowerPreference::Default` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-30
Implement basic image cache trimming in iced_wgpu
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-29
Allow to load an image from memory
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-22
Write docs for `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+6
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-14
/
+14
2019-11-14
Fix text bounds in `iced_wgpu` on nonintegral DPI
Héctor Ramón Jiménez
1
-1
/
+17
2019-11-13
Draft `Font` type and implement `Text::font`
Héctor Ramón Jiménez
1
-0
/
+2
2019-11-13
Move text logic in `iced_wgpu` to a `text` module
Héctor Ramón Jiménez
1
-53
/
+17
2019-11-11
Load default font only in measurement cache
Héctor Ramón Jiménez
1
-6
/
+8
2019-11-11
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
1
-12
/
+31
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
1
-13
/
+14
2019-11-10
Draft new layout API
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-07
use Color's `From` impl in more places
memoryruins
1
-6
/
+1
2019-11-07
Increase initial size of text cache in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-07
Align text position to pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-07
Floor layer coords to avoid excessive clipping
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-06
Fix integer overflow with nested clip primitives
Héctor Ramón Jiménez
1
-18
/
+25
2019-11-05
Apply HiDPI scaling to quads
Héctor Ramón Jiménez
1
-3
/
+4
2019-11-05
Apply HiDPI to text, images, and clip primitives
Héctor Ramón Jiménez
1
-15
/
+38
2019-11-05
Improve default font loading
Héctor Ramón Jiménez
1
-8
/
+11
2019-11-05
Use new `Layer` in `draw_overlay`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-05
Add horizontal offset to `Primitive::Clip`
Héctor Ramón Jiménez
1
-11
/
+17
2019-11-03
Implement debug view and load system fonts
Héctor Ramón Jiménez
1
-12
/
+52
2019-11-02
Move `Target` to its own module
Héctor Ramón Jiménez
1
-78
/
+12
2019-11-02
Draft `Metrics` and improve `Target` abstraction
Héctor Ramón Jiménez
1
-30
/
+54
2019-10-30
Draft `TextInput` widget structure
Héctor Ramón Jiménez
1
-8
/
+14
2019-10-29
Rename `Primitive::Scrollable` to `Clip`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-29
Draw scrollbar on top of scrollable content
Héctor Ramón Jiménez
1
-12
/
+17
2019-10-29
Issue draw calls only when necessary
Héctor Ramón Jiménez
1
-17
/
+21
2019-10-28
Implement text clipping (caching still broken)
Héctor Ramón Jiménez
1
-13
/
+8
2019-10-27
Draft text scrolling (no clipping yet!)
Héctor Ramón Jiménez
1
-5
/
+28
2019-10-27
Implement clipping for quads
Héctor Ramón Jiménez
1
-1
/
+2
2019-10-27
Remove `adapter` from `iced_wgpu::Renderer`
Héctor Ramón Jiménez
1
-2
/
+0
2019-10-27
Implement clipping for images
Héctor Ramón Jiménez
1
-6
/
+25
2019-10-25
Draft `Scrollable` widget (no clipping yet!)
Héctor Ramón Jiménez
1
-28
/
+69
2019-10-23
Implement basic image rendering in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+23
2019-10-13
Draft `Debugger` implementation in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+30
2019-10-11
Handle mouse cursor in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+3
2019-10-11
Rename `Renderer::Primitive` to `Renderer::Output`
Héctor Ramón Jiménez
1
-5
/
+6
2019-10-09
Move `winit` logic from `iced` to `iced_winit`
Héctor Ramón Jiménez
1
-5
/
+31
[next]