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
*
fix progress bar docs to no longer mention buttons (#301)
ethanpailes
2020-04-18
1
-4
/
+4
*
Fix MSAA blit vertex shader to match `wgpu` NDC
Héctor Ramón Jiménez
2020-04-16
3
-4
/
+4
*
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
2020-04-16
5
-13
/
+10
*
Merge pull request #269 from hecrj/update-wgpu
Héctor Ramón
2020-04-16
11
-251
/
+281
|
\
|
*
Use new release of `wgpu_glyph`
Héctor Ramón Jiménez
2020-04-13
1
-1
/
+1
|
*
Fix `angle` sign in `canvas::Frame::rotate`
Héctor Ramón Jiménez
2020-04-08
1
-1
/
+1
|
*
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
2020-04-07
10
-250
/
+280
*
|
Bump versions :tada:
Héctor Ramón Jiménez
2020-04-15
1
-1
/
+1
*
|
Implement `canvas::Path::line` helper method
Héctor Ramón Jiménez
2020-04-14
1
-0
/
+11
*
|
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
2020-04-14
1
-0
/
+8
*
|
Implement `canvas::Path::rectangle` helper method
Héctor Ramón Jiménez
2020-04-14
2
-5
/
+18
*
|
Implement `From<&str>` for `canvas::Text`
Héctor Ramón Jiménez
2020-04-14
1
-0
/
+6
*
|
Implement `From<String>` for `canvas::Text`
Héctor Ramón Jiménez
2020-04-14
1
-0
/
+9
*
|
Make `Frame::fill_text` take a generic `Into<Text>`
Héctor Ramón Jiménez
2020-04-14
1
-1
/
+3
*
|
Make `Frame::stroke` take a generic `Into<Stroke>`
Héctor Ramón Jiménez
2020-04-14
1
-1
/
+3
*
|
Implement `From<Color>` for `canvas::Fill`
Héctor Ramón Jiménez
2020-04-14
1
-0
/
+6
*
|
Make `Frame::fill` take a generic `Into<Fill>`
Héctor Ramón Jiménez
2020-04-14
1
-2
/
+2
*
|
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
2020-04-10
4
-23
/
+23
*
|
Merge pull request #279 from hecrj/fix/text-input-measure-value
Héctor Ramón
2020-04-10
1
-7
/
+17
|
\
\
|
*
|
Fix unnecessary clip of text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-4
/
+14
|
*
|
Fix `measure_value` for text input in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-09
1
-3
/
+3
*
|
|
Stop generating empty `Mesh2D` in `canvas::Frame`
Héctor Ramón Jiménez
2020-04-09
1
-7
/
+9
|
/
/
*
/
impl default for canvas cache
Rob Ede
2020-04-08
1
-7
/
+24
|
/
*
Enable feature flags in `docs.rs`
Héctor Ramón Jiménez
2020-04-05
1
-0
/
+4
*
document wgpu feature flags
Rob Ede
2020-04-04
3
-0
/
+4
*
Bump all versions :tada:
Héctor Ramón Jiménez
2020-04-02
2
-4
/
+10
*
Remove subcrates `CHANGELOG`
Héctor Ramón Jiménez
2020-04-02
1
-14
/
+0
*
Add example to `pane_grid` module documentation
Héctor Ramón Jiménez
2020-04-02
1
-0
/
+7
*
Update `iced_wgpu` root documentation
Héctor Ramón Jiménez
2020-04-02
2
-2
/
+3
*
Add examples to `Canvas` documentation
Héctor Ramón Jiménez
2020-04-02
1
-2
/
+15
*
Fix minor documentation issues
Héctor Ramón Jiménez
2020-04-02
3
-2
/
+3
*
Add example for `Canvas` widget
Héctor Ramón Jiménez
2020-04-02
1
-2
/
+39
*
Update `iced_wgpu` information in repository docs
Héctor Ramón Jiménez
2020-04-02
1
-1
/
+2
*
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
2020-03-31
1
-3
/
+13
*
Remove unnecessary `clone` call in `Transformation`
Héctor Ramón Jiménez
2020-03-29
1
-1
/
+1
*
Improve `Antialiasing::sample_count` signature
Héctor Ramón Jiménez
2020-03-29
1
-1
/
+1
*
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
2020-03-29
1
-2
/
+1
*
Remove redundant field assignment
Héctor Ramón Jiménez
2020-03-29
2
-2
/
+2
*
Remove unnecessary merge of `iced_wgpu::Defaults`
Héctor Ramón Jiménez
2020-03-29
2
-3
/
+1
*
Use `!is_empty()` instead of `len() > 0`
Héctor Ramón Jiménez
2020-03-29
1
-1
/
+1
*
Fix formatting
Kai Mast
2020-03-28
1
-1
/
+1
*
Clippy
Kai Mast
2020-03-28
1
-5
/
+5
*
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
2020-03-25
1
-2
/
+2
*
Improve `text_input::cursor` API
Héctor Ramón Jiménez
2020-03-24
1
-46
/
+75
*
Merge branch 'master' into feature/text-selection
Héctor Ramón Jiménez
2020-03-24
33
-474
/
+1371
|
\
|
*
Create `PaneGrid` alias in `iced_wgpu`
Héctor Ramón Jiménez
2020-03-19
2
-0
/
+20
|
*
Make cursor unavailable when dragging panes
Héctor Ramón Jiménez
2020-03-18
1
-1
/
+9
|
*
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-2
/
+2
|
*
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
2020-03-14
1
-1
/
+7
|
*
Clip `scrollable` primitives only when necessary
Héctor Ramón Jiménez
2020-03-10
1
-7
/
+7
[next]