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-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
2020-02-25
Implemented automatic deallocation of texture space for dropped allocations
Malte Veerman
3
-85
/
+88
2020-02-25
When deallocating the last allocation in an allocator mark its layer as empty
Malte Veerman
1
-24
/
+23
2020-02-25
Updated shaders and removed debug_stub_derive dependency
Malte Veerman
5
-18
/
+51
2020-02-25
Batch image draw calls into one with multiple instances
Malte Veerman
3
-203
/
+160
2020-02-25
Implement allocating large images across multiple texture array layers.
Malte Veerman
3
-208
/
+539
2020-02-25
Use array of atlases instead of one growing indefinitely.
Malte Veerman
5
-281
/
+260
2020-02-25
Fixed texture bleeding
Malte Veerman
1
-4
/
+4
2020-02-25
Some small debug changes
Malte Veerman
2
-12
/
+12
2020-02-25
Merged image and svg texture atlases into one owned by the image pipeline.
Malte Veerman
3
-159
/
+90
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
5
-210
/
+474
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
9
-21
/
+65
2020-02-24
moved cursor into own file
FabianLars
1
-43
/
+7
2020-02-24
Text Selection completely rewritten
FabianLars
1
-6
/
+41
2020-02-22
inital patch by Finnerale
FabianLars
1
-3
/
+43
2020-02-22
Fix `Clip` primitive intersection in `iced_wgpu`
Héctor Ramón Jiménez
1
-18
/
+11
[next]