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
*
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
2021-11-10
1
-3
/
+1
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
5
-10
/
+10
*
Merge pull request #1098 from cmot17/master
Héctor Ramón
2021-10-25
1
-23
/
+21
|
\
|
*
Fix issue with text selection in text_input widget
cmot17
2021-10-25
1
-23
/
+21
|
/
*
Merge pull request #1084 from oknozor/master
Héctor Ramón
2021-10-16
1
-2
/
+2
|
\
|
*
Fix blit shader constants visivility #1083
Paul Delafosse
2021-10-15
1
-2
/
+2
|
/
*
Merge pull request #1081 from PolyMeilex/wgpu-0.11
Héctor Ramón
2021-10-14
3
-6
/
+9
|
\
|
*
Update wgpu to 0.11
Poly
2021-10-13
3
-6
/
+9
|
/
*
Merge pull request #1068 from sundy-li/patch-1
Héctor Ramón
2021-10-13
1
-1
/
+1
|
\
|
*
Update README.md
sundyli
2021-10-04
1
-1
/
+1
*
|
Update `winit` and `glutin`
Héctor Ramón Jiménez
2021-10-12
2
-2
/
+2
|
/
*
Merge pull request #1067 from akavel/deorient
Héctor Ramón
2021-10-01
2
-5
/
+97
|
\
|
*
Downgrade bitmask in iced_wgpu for consistency with iced_core
Mateusz Czapliński
2021-09-30
1
-1
/
+1
|
*
Fix `Operation::perform` in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-6
/
+31
|
*
Remove absolute module path leftovers in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-4
/
+4
|
*
Refactor `Orientation` into `Operation` in `image::raster`
Héctor Ramón Jiménez
2021-09-30
2
-53
/
+42
|
*
Remove `TODO` in `Cargo.toml` of `iced_wgpu`
Héctor Ramón Jiménez
2021-09-30
1
-1
/
+1
|
*
Remove unnecessary absolute module paths in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-3
/
+3
|
*
Introduce `Orientation` enum in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-37
/
+72
|
*
Honor Exif orientation in `iced_wgpu::Image`
Mateusz Czapliński
2021-09-30
2
-2
/
+45
|
/
*
Merge pull request #1060 from iced-rs/update-resvg
Héctor Ramón
2021-09-28
2
-14
/
+28
|
\
|
*
Update `resvg` to `0.18` in `iced_wgpu`
Héctor Ramón Jiménez
2021-09-27
2
-14
/
+28
|
/
*
Merge pull request #1044 from tarkah/feature/align-fill-variant
Héctor Ramón
2021-09-20
54
-336
/
+472
|
\
|
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
54
-376
/
+401
|
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
33
-115
/
+166
|
*
Improve readability of Align::Fill branching
Cory Forsstrom
2021-09-20
1
-34
/
+22
|
*
Calc fill cross and use for all children
Cory Forsstrom
2021-09-20
1
-29
/
+55
|
*
Add Align::Fill variant
Cory Forsstrom
2021-09-20
4
-13
/
+59
|
/
*
Merge pull request #1049 from Luni-4/no-windows-console
Héctor Ramón
2021-09-20
1
-0
/
+3
|
\
|
*
CI: Run a Windows application without starting the shell too
Luni-4
2021-09-17
1
-0
/
+3
|
/
*
Merge pull request #1047 from iced-rs/revert-menus
Héctor Ramón
2021-09-15
21
-673
/
+19
|
\
|
*
Revert system menus support
Héctor Ramón Jiménez
2021-09-15
21
-673
/
+19
*
|
Merge pull request #1046 from iced-rs/fix/empty-text-hit-test
Héctor Ramón
2021-09-15
10
-62
/
+65
|
\
\
|
|
/
|
/
|
|
*
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
2021-09-15
2
-26
/
+22
|
*
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2021-09-15
10
-52
/
+59
|
/
*
Merge pull request #1019 from hecrj/command-actions
Héctor Ramón
2021-09-13
39
-323
/
+556
|
\
|
*
Write missing docs and `Debug` implementations for `web`
Héctor Ramón Jiménez
2021-09-13
3
-2
/
+22
|
*
Write missing docs and `Debug` implementations for `native`
Héctor Ramón Jiménez
2021-09-13
4
-2
/
+51
|
*
Implement `move_to` and `resize` commands for `window`
Héctor Ramón Jiménez
2021-09-02
6
-9
/
+50
|
*
Hide implementation details of `Command` in `iced_futures`
Héctor Ramón Jiménez
2021-09-02
5
-82
/
+123
|
*
Implement and expose `read` and `write` helpers for `clipboard`
Héctor Ramón Jiménez
2021-09-02
4
-1
/
+22
|
*
Remove unnecessary `mut self` in `Command::map`
Héctor Ramón Jiménez
2021-09-02
1
-1
/
+1
|
*
Remove `Clipboard` export in `iced`
Héctor Ramón Jiménez
2021-09-02
2
-2
/
+2
|
*
Handle `clipboard::Action` in `iced_winit` shell
Héctor Ramón Jiménez
2021-09-02
5
-17
/
+57
|
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
34
-343
/
+364
*
|
Merge pull request #1021 from akhilman/fix-glow-alpha-compositing
Héctor Ramón
2021-09-04
1
-1
/
+6
|
\
\
|
*
|
Fix window holes behind transparent objects
Ildar Akhmetgaleev
2021-09-02
1
-1
/
+6
|
/
/
*
/
Add Discord server link and download count to `README`
Héctor Ramón Jiménez
2021-09-02
1
-2
/
+3
|
/
*
Merge pull request #683 from hecrj/lyon-0.17
Héctor Ramón
2021-09-01
4
-51
/
+54
|
\
|
*
Rely on latest release of `lyon_tessellation`
Héctor Ramón Jiménez
2021-09-01
1
-2
/
+0
[next]