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
/
widget
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-1
/
+1
2021-06-03
Implement `Toggler` widget for iced_native
Kaiden42
1
-0
/
+9
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
1
-0
/
+6
2021-01-01
Implement split highlight on hover for `PaneGrid`
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
6
-20
/
+1
2020-11-20
Implement `QRCode` widget
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-17
Remove `Focus` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
1
-2
/
+2
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-1
/
+1
2020-08-22
widget Rule added
Billy Messenger
1
-0
/
+10
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
2
-9
/
+9
2020-07-10
Write documentation for the new `overlay` API
Héctor Ramón Jiménez
1
-0
/
+1
2020-07-08
Add styling support for `ComboBox` and `Menu`
Héctor Ramón Jiménez
1
-1
/
+6
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-0
/
+3
2020-06-13
Make `Slider` value type generic
Héctor Ramón Jiménez
1
-1
/
+1
2020-06-05
Draft drawing logic for `Content` and `TitleBar`
Héctor Ramón Jiménez
1
-2
/
+14
2020-06-04
Draft first-class `TitleBar` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-28
Write documentation for `iced_graphics`
Héctor Ramón Jiménez
1
-7
/
+0
2020-05-26
rename to image::Viewer
Cory Forsstrom
1
-6
/
+0
2020-05-26
Rename and add to iced image module
Cory Forsstrom
1
-2
/
+2
2020-05-26
Add `ImagePane` widget
Cory Forsstrom
1
-0
/
+6
2020-05-22
Implement `State::with_content` in `pane_grid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-22
Expose `Node` and `State::layout` for `PaneGrid`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
21
-1396
/
+9
2020-05-01
Implement `Frame::fill_rectangle`
Héctor Ramón Jiménez
1
-0
/
+51
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
2
-11
/
+19
2020-04-30
Write documentation for the new `canvas` API
Héctor Ramón Jiménez
7
-16
/
+121
2020-04-30
Remove inconsistent `input` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-29
Rename `Cursor::*_position` methods in `canvas`
Héctor Ramón Jiménez
1
-11
/
+11
2020-04-29
Introduce `Cursor` type in `canvas`
Héctor Ramón Jiménez
3
-32
/
+88
2020-04-29
Let a `canvas::Program` control the mouse cursor
Héctor Ramón Jiménez
2
-1
/
+10
2020-04-28
Remove `Drawable` and rename `State` to `Program`
Héctor Ramón Jiménez
4
-100
/
+37
2020-04-28
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-28
Allow `canvas::State` to produce messages
Héctor Ramón Jiménez
3
-16
/
+30
2020-04-28
Implement `Drawable` for slices of drawables
Héctor Ramón Jiménez
1
-0
/
+9
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
4
-26
/
+37
2020-04-28
Ask for a `Size` in `Frame::new`
Héctor Ramón Jiménez
2
-10
/
+8
2020-04-28
Add convenient builder methods to `canvas::Stroke`
Héctor Ramón Jiménez
1
-0
/
+18
2020-04-23
Make `Font` an associated type of `text::Renderer`
Héctor Ramón Jiménez
1
-0
/
+7
2020-04-19
Remove `Layer` trait and simplify `Canvas`
Héctor Ramón Jiménez
7
-107
/
+100
2020-04-19
Add interactivity to `solar_system` example
Héctor Ramón Jiménez
1
-38
/
+12
2020-04-19
Use `Borrow<T>` when binding in `layer::Cache<T>`
Héctor Ramón Jiménez
1
-6
/
+10
2020-04-19
Simplify `Canvas` example in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-19
Draft `Program` interactivity for `Canvas`
Héctor Ramón Jiménez
5
-28
/
+98
2020-04-18
fix progress bar docs to no longer mention buttons (#301)
ethanpailes
1
-4
/
+4
2020-04-16
Fix MSAA blit vertex shader to match `wgpu` NDC
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-14
Implement `canvas::Path::line` helper method
Héctor Ramón Jiménez
1
-0
/
+11
2020-04-14
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
1
-0
/
+8
2020-04-14
Implement `canvas::Path::rectangle` helper method
Héctor Ramón Jiménez
2
-5
/
+18
[next]