summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1326 from maxwell8888/masterLibravatar Héctor Ramón2022-07-275-0/+491
|\ | | | | add pure version of color_palette example
| * Fix small lint in `pure_color_palette` exampleLibravatar Héctor Ramón Jiménez2022-07-271-1/+1
| |
| * add pure version of color_palette exampleLibravatar Max Unsted2022-07-275-0/+491
|/
* Merge pull request #1390 from iced-rs/fix/container-layoutLibravatar Héctor Ramón2022-07-194-2/+17
|\ | | | | Fix `max_width` and `max_height` for `Container`
| * Fix `max_height` for `Scrollable`Libravatar Héctor Ramón Jiménez2022-07-182-1/+4
| |
| * Fix `max_width` and `max_height` for `Container`Libravatar Héctor Ramón Jiménez2022-07-182-1/+13
|/
* Merge pull request #1387 from Luni-4/ci-improvementsLibravatar Héctor Ramón2022-07-153-4/+4
|\ | | | | CI improvements
| * test-ci: Use modern workspace option instead of allLibravatar Luni-42022-07-141-2/+2
| |
| * format-ci: Add verbose option for format lintsLibravatar Luni-42022-07-141-1/+1
| |
| * lint-ci: Consider clippy warnings as errorsLibravatar Luni-42022-07-141-1/+1
| |
| * lint-ci: Check examples, tests and benches tooLibravatar Luni-42022-07-141-1/+1
| |
| * lint-ci: Use modern workspace option instead of allLibravatar Luni-42022-07-141-1/+1
|/
* Use proper profile for `cargo-deb` in `build` workflowLibravatar Héctor Ramón2022-07-141-1/+1
|
* Fix `deb` asset path in `todos` exampleLibravatar Héctor Ramón Jiménez2022-07-141-1/+1
|
* Merge pull request #1346 from Luni-4/reduce-binariesLibravatar Héctor Ramón2022-07-142-27/+21
|\ | | | | Add profile release
| * Use `release-opt` profile in `build` workflowLibravatar Héctor Ramón Jiménez2022-07-141-27/+11
| |
| * Add custom profile release-optLibravatar Luni-42022-07-141-0/+10
|/
* Merge pull request #1350 from wyatt-herkamp/paste_eventLibravatar Héctor Ramón2022-07-132-1/+32
|\ | | | | Added a paste Event to TextInput
| * Simplify `update` signature in `text_input`Libravatar Héctor Ramón Jiménez2022-07-132-3/+3
| |
| * Simplify `on_paste` signatureLibravatar Héctor Ramón Jiménez2022-07-132-10/+16
| | | | | | | | ... and fix spacing.
| * Added `on_paste` handler to `TextInput`Libravatar Wyatt Jacob Herkamp2022-07-132-3/+28
|/
* Merge pull request #1384 from iced-rs/update-lyonLibravatar Héctor Ramón2022-07-114-13/+11
|\ | | | | Update `lyon` to `1.0`
| * 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
|/ | | | Congrats and thanks to @nical!
* Merge pull request #1358 from ThatsNoMoon/fix-arc_toLibravatar Héctor Ramón2022-07-106-12/+199
|\ | | | | Fix `arc_to`
| * 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
| | | | | | | | | | HTML5's arcTo does not draw a line from the end of the arc to `b`, so this should not either.
| * fix arc_toLibravatar ThatsNoMoon2022-07-101-7/+41
|/ | | | | Fixed `path::Builder::arc_to` to behave the same as [HTML5's `arcTo`] ( https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-arcto ).
* Merge pull request #1379 from PolyMeilex/fix/clippyLibravatar Héctor Ramón2022-07-09113-510/+607
|\ | | | | Address Clippy lints
| * 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
| | | | | | | | ... and check those in CI as well!
| * 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
| | | | | | | | ... and explicitly annotate crates as well.
| * 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
|\ \ | |/ |/| Update import path in pure canvas example
| * Fix doc example in `pure::canvas::Program`Libravatar Héctor Ramón2022-07-091-1/+3
| | | | | | The `widget` module was missing.
| * Update import path in pure canvas exampleLibravatar Zoron2022-07-091-1/+1
|/ | | | | In current version, `iced::pure::canvas` would be unresolved. It should be `iced::pure::widget::canvas`.
* Merge pull request #1362 from iced-rs/themingLibravatar Héctor Ramón2022-07-09142-2873/+2896
|\ | | | | Theming
| * 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
|\ \ | | | | | | update `wgpu` to `0.13`