summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1384 from iced-rs/update-lyonLibravatar Héctor Ramón2022-07-114-13/+11
|\
| * Remove unnecessary `let` bindings in `canvas::Frame`Libravatar Héctor Ramón Jiménez2022-07-111-4/+3
| * Update `lyon` to `1.0` :tada:Libravatar Héctor Ramón Jiménez2022-07-114-9/+8
|/
* Merge pull request #1358 from ThatsNoMoon/fix-arc_toLibravatar Héctor Ramón2022-07-106-12/+199
|\
| * Use `Palette` consistently in `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-101-6/+4
| * Fix `README` or `arc` exampleLibravatar Héctor Ramón Jiménez2022-07-101-2/+2
| * Add and purify `arc` example by @ThatsNoMoonLibravatar Héctor Ramón Jiménez2022-07-105-5/+155
| * fix another discrepancy with HTML5 arcToLibravatar ThatsNoMoon2022-07-101-7/+12
| * fix arc_toLibravatar ThatsNoMoon2022-07-101-7/+41
|/
* Merge pull request #1379 from PolyMeilex/fix/clippyLibravatar Héctor Ramón2022-07-09113-510/+607
|\
| * Fix Wasm build of `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-092-14/+14
| * Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-0955-232/+237
| * Add `lint` workflow to run `cargo clippy`Libravatar Héctor Ramón Jiménez2022-07-091-0/+12
| * Fix further `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-0933-85/+197
| * Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-07-092-10/+3
| * Address Clippy lintsLibravatar Poly2022-07-0943-173/+148
* | Merge pull request #1373 from fralonra/patch-2Libravatar Héctor Ramón2022-07-091-2/+4
|\ \ | |/ |/|
| * Fix doc example in `pure::canvas::Program`Libravatar Héctor Ramón2022-07-091-1/+3
| * Update import path in pure canvas exampleLibravatar Zoron2022-07-091-1/+1
|/
* Merge pull request #1362 from iced-rs/themingLibravatar Héctor Ramón2022-07-09142-2873/+2896
|\
| * Remove redundant `crate::Theme` in alias of `Element`Libravatar Héctor Ramón Jiménez2022-07-082-2/+2
| * Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-084-9/+15
| * Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-083-1/+3
| * Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez2022-07-082-80/+58
| * Fix inconsistent styling for `Radio` and `Checkbox`Libravatar Héctor Ramón Jiménez2022-07-081-2/+11
| * Add `theme::Application` styling support to `Sandbox`Libravatar Héctor Ramón Jiménez2022-07-082-62/+22
| * Add `Style` variant support to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-07-0811-43/+148
| * Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-0834-341/+448
| |\ | |/ |/|
* | Merge pull request #1378 from Cupnfish/wgpu-0.13Libravatar Héctor Ramón2022-07-0315-156/+151
|\ \
| * | Replace name abbreviation in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-07-031-1/+1
| * | Simplify format selection in `iced_wgpu`Libravatar Héctor Ramón Jiménez2022-07-031-6/+1
| * | Use `expect` in `integration_wgpu` exampleLibravatar Héctor Ramón Jiménez2022-07-031-1/+5
| * | Use latest `wgpu_glyph` release on crates.ioLibravatar Héctor Ramón Jiménez2022-07-031-1/+1
| * | better `wgsl` code styleLibravatar Cupnfish2022-07-024-11/+11
| * | fix `wgsl` syntaxLibravatar Cupnfish2022-07-021-1/+1
| * | remove unnecessary `Cargo.toml` formattingLibravatar Cupnfish2022-07-021-22/+22
| * | replace `path` to `git`Libravatar Cupnfish2022-07-021-23/+23
| * | update `wgpu` to `0.13`Libravatar Cupnfish2022-07-0215-145/+141
|/ /
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2022-07-012-2/+2
* | Merge pull request #1376 from iced-rs/fix/canvas-state-tagLibravatar Héctor Ramón2022-07-012-3/+3
|\ \
| * | Fix `Widget::tag` implementation of `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-07-012-3/+3
|/ /
* | Merge pull request #1371 from tarkah/feat/pure-text-input-value-overrideLibravatar Héctor Ramón2022-06-271-0/+26
|\ \
| * | Allow overriding pure text_input value during drawLibravatar Cory Forsstrom2022-06-231-0/+26
|/ /
* | Merge pull request #1370 from jhannyjimenez/canvas_documentation_clarificationLibravatar Héctor Ramón2022-06-231-1/+8
|\ \
| * | Added more clarification as to how the position and alignment of the Canvas T...Libravatar Jhanny Jimenez2022-06-221-1/+8
* | | Merge pull request #1361 from mtkennerly/feature/prevent-overlapping-title-barLibravatar Héctor Ramón2022-06-232-52/+97
|\ \ \ | |/ / |/| |
| * | Prevent pane grid title bar content and controls from overlappingLibravatar mtkennerly2022-06-072-52/+97
* | | Merge pull request #1367 from tarkah/fix/wgpu-msaa-alpha-blendingLibravatar Héctor Ramón2022-06-173-28/+8
|\ \ \
| * | | Fix alpha blending for wgpu msaaLibravatar Cory Forsstrom2022-06-163-28/+8
|/ / /
* / / Update web instructions of the `tour` exampleLibravatar Héctor Ramón Jiménez2022-06-102-7/+7
|/ /