Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #1390 from iced-rs/fix/container-layout | 2022-07-19 | 4 | -2/+17 | ||
|\ \ | ||||||
| * | | Fix `max_height` for `Scrollable` | 2022-07-18 | 2 | -1/+4 | ||
| * | | Fix `max_width` and `max_height` for `Container` | 2022-07-18 | 2 | -1/+13 | ||
|/ / | ||||||
* | | Merge pull request #1387 from Luni-4/ci-improvements | 2022-07-15 | 3 | -4/+4 | ||
|\ \ | ||||||
| * | | test-ci: Use modern workspace option instead of all | 2022-07-14 | 1 | -2/+2 | ||
| * | | format-ci: Add verbose option for format lints | 2022-07-14 | 1 | -1/+1 | ||
| * | | lint-ci: Consider clippy warnings as errors | 2022-07-14 | 1 | -1/+1 | ||
| * | | lint-ci: Check examples, tests and benches too | 2022-07-14 | 1 | -1/+1 | ||
| * | | lint-ci: Use modern workspace option instead of all | 2022-07-14 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Use proper profile for `cargo-deb` in `build` workflow | 2022-07-14 | 1 | -1/+1 | ||
* | | Fix `deb` asset path in `todos` example | 2022-07-14 | 1 | -1/+1 | ||
* | | Merge pull request #1346 from Luni-4/reduce-binaries | 2022-07-14 | 2 | -27/+21 | ||
|\ \ | ||||||
| * | | Use `release-opt` profile in `build` workflow | 2022-07-14 | 1 | -27/+11 | ||
| * | | Add custom profile release-opt | 2022-07-14 | 1 | -0/+10 | ||
|/ / | ||||||
* | | Merge pull request #1350 from wyatt-herkamp/paste_event | 2022-07-13 | 2 | -1/+32 | ||
|\ \ | ||||||
| * | | Simplify `update` signature in `text_input` | 2022-07-13 | 2 | -3/+3 | ||
| * | | Simplify `on_paste` signature | 2022-07-13 | 2 | -10/+16 | ||
| * | | Added `on_paste` handler to `TextInput` | 2022-07-13 | 2 | -3/+28 | ||
|/ / | ||||||
* | | Merge pull request #1384 from iced-rs/update-lyon | 2022-07-11 | 4 | -13/+11 | ||
|\ \ | ||||||
| * | | Remove unnecessary `let` bindings in `canvas::Frame` | 2022-07-11 | 1 | -4/+3 | ||
| * | | Update `lyon` to `1.0` :tada: | 2022-07-11 | 4 | -9/+8 | ||
|/ / | ||||||
* | | Merge pull request #1358 from ThatsNoMoon/fix-arc_to | 2022-07-10 | 6 | -12/+199 | ||
|\ \ | ||||||
| * | | Use `Palette` consistently in `arc` example | 2022-07-10 | 1 | -6/+4 | ||
| * | | Fix `README` or `arc` example | 2022-07-10 | 1 | -2/+2 | ||
| * | | Add and purify `arc` example by @ThatsNoMoon | 2022-07-10 | 5 | -5/+155 | ||
| * | | fix another discrepancy with HTML5 arcTo | 2022-07-10 | 1 | -7/+12 | ||
| * | | fix arc_to | 2022-07-10 | 1 | -7/+41 | ||
|/ / | ||||||
* | | Merge pull request #1379 from PolyMeilex/fix/clippy | 2022-07-09 | 113 | -510/+607 | ||
|\ \ | ||||||
| * | | Fix Wasm build of `todos` example | 2022-07-09 | 2 | -14/+14 | ||
| * | | Fix `clippy` lints for all crates and features | 2022-07-09 | 55 | -232/+237 | ||
| * | | Add `lint` workflow to run `cargo clippy` | 2022-07-09 | 1 | -0/+12 | ||
| * | | Fix further `clippy` lints | 2022-07-09 | 33 | -85/+197 | ||
| * | | Run `cargo fmt` | 2022-07-09 | 2 | -10/+3 | ||
| * | | Address Clippy lints | 2022-07-09 | 43 | -173/+148 | ||
* | | | Merge pull request #1373 from fralonra/patch-2 | 2022-07-09 | 1 | -2/+4 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix doc example in `pure::canvas::Program` | 2022-07-09 | 1 | -1/+3 | ||
| * | | Update import path in pure canvas example | 2022-07-09 | 1 | -1/+1 | ||
|/ / | ||||||
* | | Merge pull request #1362 from iced-rs/theming | 2022-07-09 | 142 | -2873/+2896 | ||
|\ \ | ||||||
| * | | Remove redundant `crate::Theme` in alias of `Element` | 2022-07-08 | 2 | -2/+2 | ||
| * | | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 2022-07-08 | 4 | -9/+15 | ||
| * | | Fix missing docs in `iced` crate | 2022-07-08 | 3 | -1/+3 | ||
| * | | Make widget aliases in `iced` compatible with `iced_native` | 2022-07-08 | 2 | -80/+58 | ||
| * | | Fix inconsistent styling for `Radio` and `Checkbox` | 2022-07-08 | 1 | -2/+11 | ||
| * | | Add `theme::Application` styling support to `Sandbox` | 2022-07-08 | 2 | -62/+22 | ||
| * | | Add `Style` variant support to `application::StyleSheet` | 2022-07-08 | 11 | -43/+148 | ||
| * | | Merge branch 'master' into theming | 2022-07-08 | 34 | -341/+448 | ||
| |\ \ | |/ / |/| | | ||||||
* | | | Merge pull request #1378 from Cupnfish/wgpu-0.13 | 2022-07-03 | 15 | -156/+151 | ||
|\ \ \ | ||||||
| * | | | Replace name abbreviation in `iced_wgpu` | 2022-07-03 | 1 | -1/+1 | ||
| * | | | Simplify format selection in `iced_wgpu` | 2022-07-03 | 1 | -6/+1 | ||
| * | | | Use `expect` in `integration_wgpu` example | 2022-07-03 | 1 | -1/+5 |