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
*
Remove min width 1 from scrollbar & scroller
Cory Forsstrom
2023-05-23
1
-4
/
+2
*
Merge pull request #1797 from bbb651/master
Héctor Ramón
2023-05-23
2
-4
/
+2
|
\
|
*
Make mouse::Button::Other take u16 instead of u8
bbb651
2023-05-23
2
-4
/
+2
*
|
Merge pull request #1861 from marienz/from-pointers
Héctor Ramón
2023-05-23
2
-31
/
+24
|
\
\
|
*
|
Support conversion from Fn trait to custom theme
Marien Zwart
2023-05-21
2
-31
/
+24
*
|
|
Merge pull request #1840 from a1phyr/glam
Héctor Ramón
2023-05-22
2
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update `glam` to `0.24`
Benoît du Garreau
2023-05-22
2
-2
/
+2
|
/
/
*
|
Merge pull request #1856 from jhff/pane_grid_split_with_dragged_pane
Héctor Ramón
2023-05-19
5
-18
/
+196
|
\
\
|
*
|
Rename invert -> swap
Joao Freitas
2023-05-19
1
-2
/
+2
|
*
|
Take pane state internally
Joao Freitas
2023-05-19
2
-22
/
+9
|
*
|
Change name of hovered region style struct, reorder lines & export Appearance
Joao Freitas
2023-05-19
3
-19
/
+19
|
*
|
Add pane_grid functionality to split a pane with another pane
Joao Freitas
2023-05-16
5
-7
/
+198
*
|
|
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
42
-1442
/
+1557
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove redundant re-export in `widget::canvas`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+0
|
*
|
Reduce `INITIAL_INSTANCES` in `wgpu::quad` to `2_000`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
|
Fix needless borrow in `tiny_skia::backend`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
|
Fix inconsistent `pub use` in `wgpu::layer`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
|
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
2023-05-19
4
-7
/
+8
|
*
|
Keep `image` pipeline decoupled from `quad` in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
2
-8
/
+40
|
*
|
Inline `into_gradient` in `tiny_skia::backend`
Héctor Ramón Jiménez
2023-05-19
1
-43
/
+41
|
*
|
Fix imports of `geometry::style` in `iced_graphics`
Héctor Ramón Jiménez
2023-05-19
1
-2
/
+2
|
*
|
Keep `tour` buttons solid
Héctor Ramón Jiménez
2023-05-19
1
-50
/
+5
|
*
|
Implement `custom` helper for `theme::Button`
Héctor Ramón Jiménez
2023-05-19
2
-8
/
+15
|
*
|
Avoid packing gradient data for every vertex in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
1
-5
/
+5
|
*
|
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
15
-209
/
+163
|
*
|
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
41
-1470
/
+1639
*
|
|
Merge pull request #1854 from wash2/fix-clear-blend-mode
Héctor Ramón
2023-05-16
1
-0
/
+1
|
\
\
\
|
*
|
|
fix: when clearing damaged surface with background color blend mode should be...
Ashley Wulber
2023-05-15
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #1847 from iced-rs/fix/image-atlas-race-condition
Héctor Ramón
2023-05-12
4
-19
/
+27
|
\
\
\
|
*
|
|
Remove `dbg!` leftovers in `image::atlas`
Héctor Ramón Jiménez
2023-05-11
1
-3
/
+0
|
*
|
|
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
2023-05-11
4
-19
/
+30
|
/
/
/
*
|
|
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
12
-19
/
+7
*
|
|
Fix `document` workflow for GitHub CI
Héctor Ramón Jiménez
2023-05-11
1
-4
/
+4
|
/
/
*
|
Merge pull request #1830 from iced-rs/advanced-text
Héctor Ramón
2023-05-11
321
-9513
/
+8696
|
\
\
|
*
|
Remove OpenGL mentions in `README`s
Héctor Ramón Jiménez
2023-05-11
3
-38
/
+8
|
*
|
Write missing documentation in `iced_widget`
Héctor Ramón Jiménez
2023-05-11
5
-1
/
+15
|
*
|
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-11
6
-18
/
+17
|
*
|
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
2023-05-11
8
-12
/
+34
|
*
|
Bundle `tiny-skia` backend together with `iced_renderer`
Héctor Ramón Jiménez
2023-05-10
7
-84
/
+56
|
*
|
Merge pull request #1841 from wash2/fix-svg-color-filter
Héctor Ramón
2023-05-10
1
-8
/
+9
|
|
\
\
|
|
*
|
fix: tiny-skia svg premultiply final filtered color
Ashley Wulber
2023-05-09
1
-8
/
+9
|
*
|
|
Merge pull request #1842 from wash2/fix-typo
Héctor Ramón
2023-05-10
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
fix: border radius typo
Ashley Wulber
2023-05-09
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Fix bounds of `PickList` text label
Héctor Ramón Jiménez
2023-05-10
1
-1
/
+3
|
*
|
|
Increase default `LineHeight` to `Relative(1.3)`
Héctor Ramón Jiménez
2023-05-10
1
-1
/
+1
|
*
|
|
Add `line_height` to `pick_list::Icon`
Héctor Ramón Jiménez
2023-05-10
1
-5
/
+16
|
|
/
/
|
*
|
Clip text that exceeds section bounds in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-08
1
-56
/
+68
|
*
|
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
2023-05-08
2
-5
/
+12
|
*
|
Add `line_height` to `checkbox::Icon`
Héctor Ramón Jiménez
2023-05-08
2
-1
/
+6
|
*
|
Export `Shaping` and `LineHeight` in `widget::text`
Héctor Ramón Jiménez
2023-05-08
2
-13
/
+11
[next]