Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Implement `scrollable::snap_to` operation | 2022-08-04 | 13 | -205/+294 | ||
| | * | | Implement `focus_previous` operation | 2022-08-04 | 3 | -11/+59 | ||
| | * | | Build `UserInterface` only once on `Outcome::Chain` | 2022-08-02 | 1 | -9/+9 | ||
| | * | | Implement `focus_next` operation | 2022-08-02 | 4 | -13/+154 | ||
| | * | | Fix `clippy` lints :tada: | 2022-07-28 | 2 | -8/+6 | ||
| | * | | Focus text inputs in `todos` example | 2022-07-28 | 3 | -5/+31 | ||
| | * | | Implement `Widget::operate` for `TextInput` | 2022-07-28 | 12 | -22/+178 | ||
| | * | | Draft widget operations | 2022-07-28 | 16 | -55/+395 | ||
| |/ / | ||||||
| * | | Fix uninitialized `Tree` in `overlay::Menu` | 2022-07-28 | 1 | -0/+2 | ||
| * | | Remove `pure` leftovers in `iced_graphics` | 2022-07-27 | 4 | -325/+0 | ||
| * | | Fix `clippy` lints | 2022-07-27 | 4 | -11/+11 | ||
| * | | Enable `arc` example | 2022-07-27 | 3 | -4/+7 | ||
| * | | Update `counter` example in `README` :tada: | 2022-07-27 | 1 | -25/+14 | ||
| * | | Use `ToString` for `Text::new` instead of `Into<String>` | 2022-07-27 | 5 | -12/+13 | ||
| * | | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 142 | -14448/+3585 | ||
* | | | Bump `websocket` example version to fix `audit` workflow | 2022-08-04 | 1 | -1/+1 | ||
* | | | Merge pull request #1396 from nicksenger/style/menu-border-radius | 2022-08-04 | 3 | -2/+4 | ||
|\ \ \ | |/ / |/| | | ||||||
| * | | feat: allow specification of `border_radius` for `pick_list::Menu` | 2022-08-02 | 3 | -2/+4 | ||
|/ / | ||||||
* | | Merge pull request #1326 from maxwell8888/master | 2022-07-27 | 5 | -0/+491 | ||
|\ \ | ||||||
| * | | Fix small lint in `pure_color_palette` example | 2022-07-27 | 1 | -1/+1 | ||
| * | | add pure version of color_palette example | 2022-07-27 | 5 | -0/+491 | ||
|/ / | ||||||
* | | 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 |