summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Change name of hovered region style struct, reorder lines & export AppearanceLibravatar Joao Freitas2023-05-193-19/+19
| | * | | | Add pane_grid functionality to split a pane with another paneLibravatar Joao Freitas2023-05-165-7/+198
| * | | | | Merge pull request #1846 from bungoboingo/feat/background-gradientsLibravatar Héctor Ramón2023-05-1942-1442/+1557
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove redundant re-export in `widget::canvas`Libravatar Héctor Ramón Jiménez2023-05-191-1/+0
| | * | | | Reduce `INITIAL_INSTANCES` in `wgpu::quad` to `2_000`Libravatar Héctor Ramón Jiménez2023-05-191-1/+1
| | * | | | Fix needless borrow in `tiny_skia::backend`Libravatar Héctor Ramón Jiménez2023-05-191-1/+1
| | * | | | Fix inconsistent `pub use` in `wgpu::layer`Libravatar Héctor Ramón Jiménez2023-05-191-1/+1
| | * | | | Avoid redundant `buffer::Buffer` importLibravatar Héctor Ramón Jiménez2023-05-194-7/+8
| | * | | | Keep `image` pipeline decoupled from `quad` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-192-8/+40
| | * | | | Inline `into_gradient` in `tiny_skia::backend`Libravatar Héctor Ramón Jiménez2023-05-191-43/+41
| | * | | | Fix imports of `geometry::style` in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-05-191-2/+2
| | * | | | Keep `tour` buttons solidLibravatar Héctor Ramón Jiménez2023-05-191-50/+5
| | * | | | Implement `custom` helper for `theme::Button`Libravatar Héctor Ramón Jiménez2023-05-192-8/+15
| | * | | | Avoid packing gradient data for every vertex in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-191-5/+5
| | * | | | Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-1915-209/+163
| | * | | | Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-1141-1470/+1639
| * | | | | Merge pull request #1854 from wash2/fix-clear-blend-modeLibravatar Héctor Ramón2023-05-161-0/+1
| |\ \ \ \ \
| | * | | | | fix: when clearing damaged surface with background color blend mode should be...Libravatar Ashley Wulber2023-05-151-0/+1
| |/ / / / /
| * | | | | Merge pull request #1847 from iced-rs/fix/image-atlas-race-conditionLibravatar Héctor Ramón2023-05-124-19/+27
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Remove `dbg!` leftovers in `image::atlas`Libravatar Héctor Ramón Jiménez2023-05-111-3/+0
| | * | | | Fix race condition when growing an `image::Atlas`Libravatar Héctor Ramón Jiménez2023-05-114-19/+30
| |/ / / /
| * | | | Enable `doc_auto_cfg` when generating documentationLibravatar Héctor Ramón Jiménez2023-05-1112-19/+7
| * | | | Fix `document` workflow for GitHub CILibravatar Héctor Ramón Jiménez2023-05-111-4/+4
| |/ / /
| * | | Merge pull request #1830 from iced-rs/advanced-textLibravatar Héctor Ramón2023-05-11321-9513/+8696
| |\ \ \
| | * | | Remove OpenGL mentions in `README`sLibravatar Héctor Ramón Jiménez2023-05-113-38/+8
| | * | | Write missing documentation in `iced_widget`Libravatar Héctor Ramón Jiménez2023-05-115-1/+15
| | * | | Write missing documentation in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-116-18/+17
| | * | | Write missing documentation in `iced_graphics`Libravatar Héctor Ramón Jiménez2023-05-118-12/+34
| | * | | Bundle `tiny-skia` backend together with `iced_renderer`Libravatar Héctor Ramón Jiménez2023-05-107-84/+56
| | | |/ | | |/|
| | * | Merge pull request #1841 from wash2/fix-svg-color-filterLibravatar Héctor Ramón2023-05-101-8/+9
| | |\ \
| | | * | fix: tiny-skia svg premultiply final filtered colorLibravatar Ashley Wulber2023-05-091-8/+9
| | * | | Merge pull request #1842 from wash2/fix-typoLibravatar Héctor Ramón2023-05-101-1/+1
| | |\ \ \
| | | * | | fix: border radius typoLibravatar Ashley Wulber2023-05-091-1/+1
| | | |/ /
| | * | | Fix bounds of `PickList` text labelLibravatar Héctor Ramón Jiménez2023-05-101-1/+3
| | * | | Increase default `LineHeight` to `Relative(1.3)`Libravatar Héctor Ramón Jiménez2023-05-101-1/+1
| | * | | Add `line_height` to `pick_list::Icon`Libravatar Héctor Ramón Jiménez2023-05-101-5/+16
| | |/ /
| | * | Clip text that exceeds section bounds in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-081-56/+68
| | * | Round paragraph position until we implement subpixel glyph positioningLibravatar Héctor Ramón Jiménez2023-05-082-5/+12
| | * | Add `line_height` to `checkbox::Icon`Libravatar Héctor Ramón Jiménez2023-05-082-1/+6
| | * | Export `Shaping` and `LineHeight` in `widget::text`Libravatar Héctor Ramón Jiménez2023-05-082-13/+11
| | * | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-081-1/+5
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1831 from iced-rs/fix/menu-selected-option-boundsLibravatar Héctor Ramón2023-05-061-1/+5
| |\ \ \
| | * | | Fix `bounds` of selected option background in `Menu`Libravatar Héctor Ramón Jiménez2023-05-051-1/+5
| |/ / /
| | * | Warn about unsupported primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-081-1/+5
| | * | Warn about unsupported primitives in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-05-081-1/+9
| | * | Use `LineHeight::default` in `iced_wgpu::layer`Libravatar Héctor Ramón Jiménez2023-05-081-1/+1
| | * | Merge pull request #1828 from iced-rs/feature/line-heightLibravatar Héctor Ramón2023-05-0524-42/+337
| | |\ \
| | | * | Support configurable `LineHeight` in text widgetsLibravatar Héctor Ramón Jiménez2023-05-0424-42/+337
| | |/ /
| | * | Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-0212-70/+173
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1815 from kr105/masterLibravatar Héctor Ramón2023-04-281-1/+1
| |\ \ \