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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
Add example to `pane_grid` module documentation
Héctor Ramón Jiménez
1
-0
/
+7
2020-04-02
Update `iced_wgpu` root documentation
Héctor Ramón Jiménez
1
-1
/
+2
2020-04-02
Add examples to `Canvas` documentation
Héctor Ramón Jiménez
1
-2
/
+15
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
3
-2
/
+3
2020-04-02
Add example for `Canvas` widget
Héctor Ramón Jiménez
1
-2
/
+39
2020-03-31
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
1
-3
/
+13
2020-03-29
Remove unnecessary `clone` call in `Transformation`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-29
Improve `Antialiasing::sample_count` signature
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-29
Remove unnecessary conversion in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+1
2020-03-29
Remove redundant field assignment
Héctor Ramón Jiménez
2
-2
/
+2
2020-03-29
Remove unnecessary merge of `iced_wgpu::Defaults`
Héctor Ramón Jiménez
2
-3
/
+1
2020-03-29
Use `!is_empty()` instead of `len() > 0`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-28
Fix formatting
Kai Mast
1
-1
/
+1
2020-03-28
Clippy
Kai Mast
1
-5
/
+5
2020-03-25
Implement `Renderer::find_cursor_position`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-24
Improve `text_input::cursor` API
Héctor Ramón Jiménez
1
-46
/
+75
2020-03-19
Create `PaneGrid` alias in `iced_wgpu`
Héctor Ramón Jiménez
2
-0
/
+20
2020-03-18
Make cursor unavailable when dragging panes
Héctor Ramón Jiménez
1
-1
/
+9
2020-03-14
Improve pane selection when resizing a `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-14
Implement mouse-based pane resizing for `PaneGrid`
Héctor Ramón Jiménez
1
-1
/
+7
2020-03-10
Clip `scrollable` primitives only when necessary
Héctor Ramón Jiménez
1
-7
/
+7
2020-03-10
Draft drag and drop support for `PaneGrid`
Héctor Ramón Jiménez
1
-18
/
+62
2020-03-10
Fix `Debug` implementation of `layer::cache::State`
Héctor Ramón Jiménez
1
-3
/
+2
2020-03-10
Rename `Panes` widget to `PaneGrid`
Héctor Ramón Jiménez
2
-4
/
+4
2020-03-08
Implement `Default` for `canvas::Text`
Héctor Ramón Jiménez
1
-0
/
+14
2020-03-08
Transform text position in `Frame::fill_text`
Héctor Ramón Jiménez
1
-3
/
+23
2020-03-07
Take a slice in `iced_wgpu::triangle` pipeline
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
8
-101
/
+126
2020-03-07
Rename `Frame::text` to `Frame::fill_text`
Héctor Ramón Jiménez
1
-2
/
+4
2020-03-07
Rename `canvas::TextNode` to `canvas::Text`
Héctor Ramón Jiménez
3
-9
/
+11
2020-03-06
implement text support in canvas widget
Artur Sapek
5
-31
/
+80
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-04
Fix offsets in `triangle` pipeline
Héctor Ramón Jiménez
1
-3
/
+8
2020-03-04
Compute `panes` regions and focus on click
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-04
Improve `Debug` implementation of `cache::State`
Héctor Ramón Jiménez
1
-1
/
+14
2020-03-04
Draft `Panes` widget and `panes` example
Héctor Ramón Jiménez
2
-0
/
+35
2020-02-29
Add support for loading already-decoded image pixels
Soham Chowdhury
1
-0
/
+15
2020-02-28
Fix offsets of buffer uploads in triangle pipeline
Héctor Ramón Jiménez
1
-10
/
+13
2020-02-28
Remove unnecessary `pub(crate) use`
Héctor Ramón Jiménez
2
-4
/
+1
2020-02-28
Stop creating image pipeline when unnecessary
Héctor Ramón Jiménez
11
-86
/
+114
2020-02-26
Move `Atlas::deallocate` after `allocate`
Héctor Ramón Jiménez
1
-21
/
+21
2020-02-26
Move `Debug` implementation for `vector::Svg`
Héctor Ramón Jiménez
1
-11
/
+6
2020-02-26
Derive `Debug` for `raster::Memory`
Héctor Ramón Jiménez
1
-11
/
+1
2020-02-26
Make new `texture` module private for now
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-26
Remove unused code warnings in `iced_wgpu::image`
Héctor Ramón Jiménez
1
-8
/
+13
2020-02-26
Deallocate atlas entries and remove padding
Héctor Ramón Jiménez
5
-46
/
+84
2020-02-26
Fix multiple issues from the refactoring
Héctor Ramón Jiménez
4
-42
/
+86
2020-02-26
Avoid creating a vertex buffer every frame
Héctor Ramón Jiménez
5
-50
/
+75
2020-02-26
Refactor texture atlas
Héctor Ramón Jiménez
11
-653
/
+633
2020-02-25
Recompile `image` shaders
Héctor Ramón Jiménez
2
-0
/
+0
[next]