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
*
Introduce `tokio_old` feature
Héctor Ramón Jiménez
2020-11-25
10
-9
/
+67
*
Update src/executor.rs
dabaichi
2020-11-06
1
-2
/
+1
*
upgrade tokio to latest version(v0.3)
valbendan
2020-11-05
4
-5
/
+7
*
Merge pull request #590 from Limeth/master
Héctor Ramón
2020-11-02
1
-1
/
+1
|
\
|
*
Take `self` by value in `Layout::children`
Jakub Hlusička
2020-11-02
1
-1
/
+1
|
*
Fix lifetimes in `Layout::children`
Jakub Hlusička
2020-10-31
1
-1
/
+1
*
|
Merge pull request #592 from sum-elier/fix-window-icon-dimensionsmismatch-error
Héctor Ramón
2020-11-02
1
-1
/
+1
|
\
\
|
*
|
Fix DimensionsMismatch error message
sum-elier
2020-11-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #586 from hecrj/fix/subscription-map
Héctor Ramón
2020-10-30
1
-14
/
+5
|
\
\
|
*
|
Accept a function pointer in `Subscription::map`
Héctor Ramón Jiménez
2020-10-29
1
-14
/
+5
*
|
|
Merge pull request #583 from Limeth/master
Héctor Ramón
2020-10-29
2
-0
/
+31
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Apply suggestions
Jakub Hlusička
2020-10-29
2
-9
/
+7
|
*
|
Add conversion functions to Size and Vector
Jakub Hlusička
2020-10-28
2
-0
/
+33
*
|
|
Merge pull request #533 from Kaiden42/gitignore
Héctor Ramón
2020-10-29
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix ignoring all target directories
Kaiden42
2020-09-18
1
-1
/
+1
*
|
|
Merge pull request #584 from hecrj/improvement/viewport-aware-drawing
Héctor Ramón
2020-10-29
33
-38
/
+138
|
\
\
\
|
*
|
|
Fix `Widget::draw` for `Rule`
Héctor Ramón Jiménez
2020-10-28
1
-0
/
+1
|
*
|
|
Draw only visible options in `overlay::Menu`
Héctor Ramón Jiménez
2020-10-28
2
-4
/
+15
|
*
|
|
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
31
-35
/
+123
|
/
/
/
*
|
|
Merge pull request #575 from clarkmoody/scrollable-width
Héctor Ramón
2020-10-27
10
-19
/
+491
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update screenshot of `scrollable` example
Héctor Ramón Jiménez
2020-10-24
1
-0
/
+0
|
*
|
Reduce contrast of dark theme in `scrollable` example
Héctor Ramón Jiménez
2020-10-24
1
-39
/
+37
|
*
|
Improve minor details in `scrollable` example
Héctor Ramón Jiménez
2020-10-24
2
-249
/
+260
|
*
|
Add scrollable example program
Clark Moody
2020-10-22
6
-0
/
+391
|
*
|
Update scrollbar logic and introduce outer_bounds
Clark Moody
2020-10-22
2
-16
/
+30
|
*
|
Replace hard-coded params with struct members
Clark Moody
2020-10-22
3
-11
/
+69
*
|
|
Introduce `Eq` requirement to build a `PickList`
Héctor Ramón Jiménez
2020-10-24
1
-1
/
+1
|
/
/
*
|
Merge pull request #545 from MonliH/master
Héctor Ramón
2020-10-17
2
-8
/
+0
|
\
\
|
*
|
Remove entirely
Jonathan Li
2020-10-17
2
-10
/
+0
|
*
|
Document better
Jonathan Li
2020-10-02
2
-3
/
+5
|
*
|
Satify documented behaviour
Jonathan Li
2020-10-01
1
-1
/
+1
*
|
|
Merge pull request #569 from hecrj/improvement/hide-null-executor
Héctor Ramón
2020-10-17
3
-4
/
+3
|
\
\
\
|
*
|
|
Remove `executor::Null` from the root public API
Héctor Ramón Jiménez
2020-10-17
3
-4
/
+3
*
|
|
|
Merge pull request #568 from hecrj/improvement/early-clone-message-bounds
Héctor Ramón
2020-10-17
6
-11
/
+21
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2020-10-17
6
-11
/
+21
|
/
/
/
*
|
|
Merge pull request #563 from Limeth/master
Héctor Ramón
2020-10-14
2
-1
/
+2
|
\
\
\
|
*
|
|
Fix typo in Row's and Column's hash_layout
Jakub Hlusička
2020-10-13
2
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #558 from Azorlogh/master
Héctor Ramón
2020-10-08
2
-0
/
+12
|
\
\
\
|
*
|
|
add From<Point> and From<Size> for [f32; 2]
Azorlogh
2020-10-08
2
-0
/
+12
|
/
/
/
*
|
|
Merge pull request #542 from aentity/winit_023
Héctor Ramón
2020-10-08
5
-25
/
+32
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Keep `KeyCode` names synchronized with `winit`
Héctor Ramón Jiménez
2020-10-08
2
-23
/
+27
|
*
|
update to winit 0.23 api
aentity
2020-10-03
5
-10
/
+13
|
|
/
*
|
Merge pull request #543 from twitchyliquid64/master
Héctor Ramón
2020-09-30
2
-2
/
+12
|
\
\
|
|
/
|
/
|
|
*
Fixes #539: Allow windows to be set always_on_top
Tom
2020-09-28
2
-2
/
+12
|
/
*
Move `version` from `Grid` to `GameOfLife` struct
Héctor Ramón Jiménez
2020-09-12
1
-15
/
+20
*
Merge pull request #514 from hecrj/feature/error-handling
Héctor Ramón
2020-09-08
40
-58
/
+166
|
\
|
*
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
2020-09-08
40
-58
/
+166
|
/
*
Merge pull request #513 from hecrj/fix/custom-radio-size
Héctor Ramón
2020-09-06
1
-10
/
+10
|
\
|
*
Fix `Radio` border radius when using custom size
Héctor Ramón Jiménez
2020-09-06
1
-10
/
+10
|
/
*
Merge pull request #500 from hecrj/update-wgpu
Héctor Ramón
2020-08-31
12
-377
/
+505
|
\
[next]