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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
9
-34
/
+7
*
Merge pull request #629 from hecrj/wgpu-present-mode-setting
Héctor Ramón
2020-11-24
2
-1
/
+7
|
\
|
*
Add `present_mode` field to `iced_wgpu::Settings`
Héctor Ramón Jiménez
2020-11-23
2
-1
/
+7
*
|
Limit border radius to max dimension in `quad` pipeline
Héctor Ramón Jiménez
2020-11-23
2
-0
/
+5
|
/
*
Implement `QRCode` widget
Héctor Ramón Jiménez
2020-11-20
3
-0
/
+11
*
Fix deprecation warnings from `image`
Héctor Ramón Jiménez
2020-11-20
1
-2
/
+2
*
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
2020-11-17
1
-2
/
+2
*
Merge pull request #610 from hecrj/improvement/update-dependencies
Héctor Ramón
2020-11-11
5
-28
/
+28
|
\
|
*
Update `bytemuck` and remove `zerocopy` in `iced_wgpu`
Héctor Ramón Jiménez
2020-11-10
5
-28
/
+28
*
|
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
2020-11-10
1
-2
/
+2
|
/
*
update guillotiere to 0.6
aentity
2020-11-06
1
-1
/
+1
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
2
-6
/
+7
*
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
2020-08-31
6
-38
/
+46
*
Turn consecutive if-lets into pattern match
Héctor Ramón Jiménez
2020-08-27
1
-6
/
+6
*
Set offsets in buffer slices in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-9
/
+12
*
Use `wgpu::Color::TRANSPARENT`
Héctor Ramón Jiménez
2020-08-27
1
-6
/
+1
*
Remove unnecessary `create_buffer_init` for uniforms
Héctor Ramón Jiménez
2020-08-27
2
-16
/
+12
*
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
4
-12
/
+0
*
Fix `offset` calculation in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
*
Fix `layers` initialization in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
*
Update `image` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
3
-88
/
+147
*
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
8
-213
/
+277
*
Merge branch 'feature/rule-widget' into master
Héctor Ramón Jiménez
2020-08-22
2
-0
/
+13
|
\
|
*
added FillMode enum style for the Rule widget
Billy Messenger
2020-08-22
1
-1
/
+1
|
*
widget Rule added
Billy Messenger
2020-08-22
2
-0
/
+13
*
|
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
2020-08-17
1
-1
/
+0
|
/
*
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
2020-07-10
3
-12
/
+12
*
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
2020-07-10
2
-1
/
+2
*
Merge branch 'master' into feature/overlay
Héctor Ramón Jiménez
2020-07-10
1
-2
/
+14
|
\
|
*
Merge branch 'master' into feature/pane-grid-titlebar
Héctor Ramón Jiménez
2020-07-08
6
-16
/
+57
|
|
\
|
*
|
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
2020-06-05
1
-2
/
+14
|
*
|
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
2020-06-04
1
-2
/
+2
*
|
|
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
2020-07-08
1
-1
/
+6
*
|
|
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
2020-07-08
1
-0
/
+1
*
|
|
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
2020-07-08
3
-1
/
+7
|
|
/
|
/
|
*
|
Recreate uniforms `BindGroup` when necessary
Héctor Ramón Jiménez
2020-06-23
1
-8
/
+30
*
|
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
2020-06-19
2
-0
/
+14
*
|
Merge pull request #407 from hecrj/feature/generic-slider
Héctor Ramón
2020-06-14
1
-1
/
+1
|
\
\
|
*
|
Make `Slider` value type generic
Héctor Ramón Jiménez
2020-06-13
1
-1
/
+1
|
|
/
*
/
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
2020-06-12
2
-7
/
+12
|
/
*
Rename `Rectangle::round` to `snap`
Héctor Ramón Jiménez
2020-06-02
2
-3
/
+2
*
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
2020-06-01
2
-10
/
+5
*
Merge pull request #371 from myfreeweb/window-alpha
Héctor Ramón
2020-06-01
2
-5
/
+10
|
\
|
*
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
2020-06-01
2
-5
/
+10
*
|
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
2020-05-31
2
-7
/
+13
|
/
*
Fix documentation of `Backend` in `iced_wgpu`
Héctor Ramón Jiménez
2020-05-30
1
-6
/
+4
*
Re-export `Antialiasing` in `iced_wgpu`
Héctor Ramón Jiménez
2020-05-29
2
-2
/
+2
*
Implement async `Compositor::request` in `iced_wgpu`
Héctor Ramón Jiménez
2020-05-29
1
-37
/
+53
*
Merge branch 'master' into improvement/update-wgpu_glyph
Héctor Ramón Jiménez
2020-05-29
60
-3635
/
+415
|
\
|
*
Revert "Merge pull request #362 from hecrj/fix/target-quad-pixels"
Héctor Ramón Jiménez
2020-05-28
2
-6
/
+6
[next]