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
*
Rename `ScrollbarProperties` to `Direction` in `scrollable`
Héctor Ramón Jiménez
2023-06-27
2
-70
/
+61
*
Make vertical scroll properties optional
Austin M. Reppert
2023-06-27
2
-49
/
+99
*
Merge pull request #1843 from wash2/fix-tiny-skia-quad
Héctor Ramón
2023-06-27
1
-18
/
+126
|
\
|
*
Fix import consistency in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-27
1
-5
/
+3
|
*
Draw border path for `quad` only if it has a border in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-27
1
-105
/
+109
|
*
fix: tiny-skia quad handle case where border_radius < border_width / 2.0
Ashley Wulber
2023-05-11
1
-7
/
+83
|
*
fix: don't offset fill of quad
Ashley Wulber
2023-05-11
1
-12
/
+4
|
*
fix: quad rendering including border only inside of the bounds
Ashley Wulber
2023-05-10
1
-4
/
+42
*
|
Merge pull request #1885 from bungoboingo/gradient-packing-optimization
Héctor Ramón
2023-06-27
6
-179
/
+188
|
\
\
|
*
|
Switched to packing using f16s to maintain acceptable precision.
Bingus
2023-06-07
7
-151
/
+163
|
*
|
Updated color packing into u32 to consider incorrect web-colors.
Bingus
2023-06-06
4
-49
/
+61
|
*
|
Implement explicit `Color::into_u32` instead of `Into` trait
Héctor Ramón Jiménez
2023-06-06
1
-13
/
+12
|
*
|
Optimized gradient data packing.
Bingus
2023-06-06
6
-158
/
+144
*
|
|
Merge pull request #1845 from bungoboingo/feat/offscreen-rendering
Héctor Ramón
2023-06-27
15
-24
/
+921
|
\
\
\
|
*
|
|
Simplify `offscreen` API as `color` module in `iced_wgpu`
Héctor Ramón Jiménez
2023-06-27
5
-236
/
+180
|
*
|
|
Move `Screenshot` inside `window` module
Héctor Ramón Jiménez
2023-06-27
7
-10
/
+13
|
*
|
|
Fixed documentation
Bingus
2023-06-14
1
-1
/
+1
|
*
|
|
Replaced offscreen_blit.wgsl with existing blit.wgsl.
Bingus
2023-06-14
2
-130
/
+60
|
*
|
|
Added in check for web-colors.
Bingus
2023-06-08
1
-7
/
+16
|
*
|
|
Adjusted offscreen pass to be a render pass vs compute for compat with web-co...
Bingus
2023-06-08
4
-58
/
+166
|
*
|
|
Fix width of crop labels in `screenshot` example (again)
Héctor Ramón Jiménez
2023-06-06
1
-4
/
+4
|
*
|
|
Rearrange controls of the `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-32
/
+52
|
*
|
|
Introduce `on_press_maybe` helper for `Button`
Héctor Ramón Jiménez
2023-06-06
2
-4
/
+14
|
*
|
|
Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>`
Héctor Ramón Jiménez
2023-06-06
2
-5
/
+16
|
*
|
|
Avoid `iced_image` import in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-5
/
+4
|
*
|
|
Fix punctuation in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-2
/
+2
|
*
|
|
Fix width of crop labels in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-4
/
+4
|
*
|
|
Create `numeric_input` helper in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-44
/
+54
|
*
|
|
Use `Container::Box` in `screenshot` example
Héctor Ramón Jiménez
2023-06-06
1
-17
/
+1
|
*
|
|
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2023-06-06
16
-24
/
+893
|
|
/
/
*
|
|
Merge pull request #1921 from iced-rs/subpixel-glyph-positioning
Héctor Ramón
2023-06-26
10
-108
/
+51
|
\
\
\
|
*
|
|
Clear text caches after a font is loaded
Héctor Ramón Jiménez
2023-06-21
2
-0
/
+4
|
*
|
|
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
2023-06-20
10
-108
/
+47
*
|
|
|
Merge pull request #1931 from GyulyVGC/patch-1
Héctor Ramón
2023-06-25
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Update BUG-REPORT.yml
Giuliano Bellini
2023-06-25
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1929 from tarkah/update/winit
Héctor Ramón
2023-06-23
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Update winit
Cory Forsstrom
2023-06-23
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1928 from tarkah/fix/vendored-build
Héctor Ramón
2023-06-23
2
-2
/
+1
|
\
\
\
\
|
*
|
|
|
Provide access to font from each crate
Cory Forsstrom
2023-06-22
2
-2
/
+1
|
/
/
/
/
*
|
|
|
Center `Submit` button vertically in `styling` example
Héctor Ramón Jiménez
2023-06-21
1
-1
/
+3
*
|
|
|
Merge pull request #1925 from iced-rs/update/ouroboros
Héctor Ramón
2023-06-21
2
-6
/
+2
|
\
\
\
\
|
*
|
|
|
Update `ouroboros` dependency
Héctor Ramón Jiménez
2023-06-21
2
-6
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #1924 from iced-rs/fix/nested-overlay-translation
Héctor Ramón
2023-06-21
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `translation` in `layout` of `Nested` overlay
Héctor Ramón Jiménez
2023-06-21
1
-1
/
+1
|
/
/
/
*
|
|
Fix outdated release version in `BUG-REPORT.yml`
Héctor Ramón Jiménez
2023-06-16
1
-1
/
+1
*
|
|
Merge pull request #1918 from iced-rs/update/glyphon-and-cosmic-text
Héctor Ramón
2023-06-16
3
-20
/
+15
|
\
\
\
|
*
|
|
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-06-16
3
-20
/
+15
*
|
|
|
Merge pull request #1917 from JonathanLindsey/subscription_channel_FnOnce
Héctor Ramón
2023-06-16
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Make the subscription::channel function take a FnOnce closure instead of a Fn...
Jonathan Lindsey
2023-06-10
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1719 from tarkah/feat/nested-overlay
Héctor Ramón
2023-06-14
14
-141
/
+667
|
\
\
\
[next]