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
*
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
2020-05-27
2
-20
/
+0
*
Introduce feature flags to enable `iced_glow`
Héctor Ramón Jiménez
2020-05-27
1
-0
/
+7
*
Use built-in OpenGL multisampling in `iced_glow`
Héctor Ramón Jiménez
2020-05-22
1
-3
/
+3
*
Introduce `Program` and `State`
Héctor Ramón Jiménez
2020-05-21
1
-10
/
+12
*
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
2020-05-20
7
-106
/
+35
*
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
6
-328
/
+101
*
Move `Antialiasing` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
1
-24
/
+1
*
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
6
-107
/
+6
*
Move `font::Source` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
3
-41
/
+2
*
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
2020-05-19
2
-6
/
+6
*
Move `Viewport` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
2
-32
/
+1
*
Move `Transformation` to `iced_graphics`
Héctor Ramón Jiménez
2020-05-19
2
-56
/
+1
*
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
2020-05-19
45
-2738
/
+66
*
Draft first working version of `iced_glow` :tada:
Héctor Ramón Jiménez
2020-05-19
1
-11
/
+10
*
Merge remote-tracking branch 'upstream/master'
Scott Harper
2020-05-15
1
-1
/
+1
|
\
|
*
set wgpu's adapter backend to PRIMARY
DominosCinnaStix
2020-05-14
1
-1
/
+1
*
|
Updated `Radio` layout/fns to match `Checkbox`
Scott Harper
2020-05-15
1
-3
/
+2
|
/
*
Pin `gfx-memory` until allocator issue is fixed
Héctor Ramón Jiménez
2020-05-06
1
-0
/
+3
*
Update iced_wgpu dependencies
Lukas Wirth
2020-05-05
1
-4
/
+4
*
Implement `Frame::fill_rectangle`
Héctor Ramón Jiménez
2020-05-01
1
-0
/
+51
*
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2020-04-30
19
-78
/
+85
*
Write documentation for the new `canvas` API
Héctor Ramón Jiménez
2020-04-30
8
-17
/
+122
*
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
2020-04-30
1
-1
/
+1
*
Reduce initial size of `triangle` buffers in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-29
1
-2
/
+2
*
Rename `Cursor::*_position` methods in `canvas`
Héctor Ramón Jiménez
2020-04-29
1
-11
/
+11
*
Merge branch 'master' into feature/canvas-interaction
Héctor Ramón Jiménez
2020-04-29
5
-13
/
+26
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2020-04-26
1
-1
/
+1
|
*
Render meshes after quads in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-26
1
-12
/
+12
|
*
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
2020-04-23
3
-0
/
+13
*
|
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
2020-04-29
3
-32
/
+88
*
|
Let a `canvas::Program` control the mouse cursor
Héctor Ramón Jiménez
2020-04-29
2
-1
/
+10
*
|
Remove `OutOfBounds` variant from `MouseCursor`
Héctor Ramón Jiménez
2020-04-29
13
-13
/
+13
*
|
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
2020-04-28
4
-100
/
+37
*
|
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
4
-25
/
+44
*
|
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
2020-04-28
3
-16
/
+30
*
|
Implement `Drawable` for slices of drawables
Héctor Ramón Jiménez
2020-04-28
1
-0
/
+9
*
|
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
2020-04-28
8
-45
/
+64
*
|
Ask for a `Size` in `Frame::new`
Héctor Ramón Jiménez
2020-04-28
2
-10
/
+8
*
|
Add convenient builder methods to `canvas::Stroke`
Héctor Ramón Jiménez
2020-04-28
1
-0
/
+18
*
|
Fix alignment in triangle pipeline of `iced_wgpu`
Héctor Ramón Jiménez
2020-04-19
1
-5
/
+19
*
|
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
2020-04-19
7
-107
/
+100
*
|
Add interactivity to `solar_system` example
Héctor Ramón Jiménez
2020-04-19
1
-38
/
+12
*
|
Use `Borrow<T>` when binding in `layer::Cache<T>`
Héctor Ramón Jiménez
2020-04-19
1
-6
/
+10
*
|
Simplify `Canvas` example in documentation
Héctor Ramón Jiménez
2020-04-19
1
-1
/
+1
*
|
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
2020-04-19
6
-29
/
+99
|
/
*
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
[next]