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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add trait for embedded web applications
Kaiden42
2020-09-09
1
-0
/
+165
*
Merge pull request #500 from hecrj/update-wgpu
Héctor Ramón
2020-08-31
12
-377
/
+505
|
\
|
*
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
2020-08-31
6
-38
/
+46
|
*
Turn consecutive if-lets into pattern match
Héctor Ramón Jiménez
2020-08-27
1
-6
/
+6
|
*
Set offsets in buffer slices in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-9
/
+12
|
*
Use `wgpu::Color::TRANSPARENT`
Héctor Ramón Jiménez
2020-08-27
1
-6
/
+1
|
*
Remove unnecessary `create_buffer_init` for uniforms
Héctor Ramón Jiménez
2020-08-27
2
-16
/
+12
|
*
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
5
-15
/
+0
|
*
Update `wgpu` in `integration` example
Héctor Ramón Jiménez
2020-08-27
2
-38
/
+56
|
*
Fix `offset` calculation in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
|
*
Fix `layers` initialization in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
|
*
Update `image` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
3
-88
/
+147
|
*
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
8
-213
/
+277
|
/
*
Merge pull request #496 from hecrj/fix/cursor-position-on-leave
Héctor Ramón
2020-08-25
2
-0
/
+11
|
\
|
*
Fix cursor position after a `CursorLeft` event
Héctor Ramón Jiménez
2020-08-25
2
-0
/
+11
*
|
Merge pull request #487 from Kaiden42/background
Héctor Ramón
2020-08-25
2
-28
/
+25
|
\
\
|
|
/
|
/
|
|
*
Update styling example
Kaiden42
2020-08-25
2
-29
/
+20
|
*
Implement From<Color> for Option<Background>
Kaiden42
2020-08-25
1
-0
/
+6
|
/
*
Merge branch 'feature/rule-widget' into master
Héctor Ramón Jiménez
2020-08-22
12
-8
/
+380
|
\
|
*
added FillMode::fill()
Billy Messenger
2020-08-22
2
-84
/
+52
|
*
added FillMode enum style for the Rule widget
Billy Messenger
2020-08-22
5
-27
/
+108
|
*
widget Rule added
Billy Messenger
2020-08-22
12
-8
/
+331
*
|
Implement `hash_layout` for `pane_grid::TitleBar`
Héctor Ramón Jiménez
2020-08-19
2
-1
/
+15
*
|
Merge pull request #484 from atsuzaki/window-transparent-setting
Héctor Ramón
2020-08-18
2
-0
/
+10
|
\
\
|
*
|
Remove debug println & accidentally added whitespace
Katherine Philip
2020-08-18
1
-6
/
+5
|
*
|
Add missing comment
Katherine Philip
2020-08-18
1
-0
/
+1
|
*
|
Add 'transparent' in window setting
Katherine Philip
2020-08-17
2
-5
/
+15
|
|
/
*
|
Merge pull request #482 from bitshifter/glam-0.9
Héctor Ramón
2020-08-17
4
-9
/
+6
|
\
\
|
|
/
|
/
|
|
*
Invert Y axis in `Transformation::orthographic`
Héctor Ramón Jiménez
2020-08-17
1
-1
/
+5
|
*
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
2020-08-17
4
-10
/
+3
|
/
*
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
2020-08-10
4
-0
/
+9
*
Add `height` method to `Slider`
Héctor Ramón Jiménez
2020-08-01
3
-24
/
+29
*
Merge pull request #463 from mobile-bungalow/titlebar_options
Héctor Ramón
2020-07-31
1
-12
/
+29
|
\
|
*
Clarify `TitleBar::always_show_controls` docs a bit
Héctor Ramón Jiménez
2020-07-31
1
-3
/
+6
|
*
Move `always_show_controls` after `padding`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Fix typo in `TitleBar::new`
Héctor Ramón Jiménez
2020-07-31
1
-1
/
+1
|
*
Added method to TitleBar, allowing controls to be show statically instead of...
mobile-bungalow
2020-07-27
1
-11
/
+25
*
|
Merge pull request #462 from hecrj/improvement/update-glow
Héctor Ramón
2020-07-31
3
-10
/
+10
|
\
\
|
*
|
Update `glow` to `0.5` in `iced_glow`
Héctor Ramón Jiménez
2020-07-27
3
-10
/
+10
*
|
|
Unfocus `TextInput` when `Escape` key is pressed
Héctor Ramón Jiménez
2020-07-30
1
-0
/
+5
*
|
|
Fix `Widget::layout` for `Checkbox`
Héctor Ramón Jiménez
2020-07-28
1
-0
/
+1
*
|
|
Add custom `font` support to `Checkbox`
Héctor Ramón Jiménez
2020-07-28
1
-1
/
+12
|
/
/
*
|
Introduce `state` method to `TextInput`
Héctor Ramón Jiménez
2020-07-24
1
-0
/
+7
*
|
Avoid `PaneGrid` unfocus when cursor is unavailable
Héctor Ramón Jiménez
2020-07-23
2
-1
/
+5
*
|
Fix `Default` implementation for `pick_list::State`
Héctor Ramón Jiménez
2020-07-23
1
-1
/
+12
*
|
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
2020-07-23
4
-84
/
+72
*
|
Fix `hash_layout` implementation of `Menu` overlay
Héctor Ramón Jiménez
2020-07-23
1
-0
/
+1
*
|
Add `new` method to `menu::State`
Héctor Ramón Jiménez
2020-07-23
1
-0
/
+8
*
|
Keep original focus state while a pane is dragged
Héctor Ramón Jiménez
2020-07-22
1
-2
/
+6
*
|
Add `focused` method to `pane_grid::State`
Héctor Ramón Jiménez
2020-07-22
1
-0
/
+16
[next]