Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write missing documentation in `iced_native` | 2022-08-05 | 8 | -2/+81 | |
| | |||||
* | 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 | |
| | | | | ... as well as a `count_focusable` composable helper! | ||||
* | 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 | |
| | |||||
* | Merge pull request #1326 from maxwell8888/master | 2022-07-27 | 5 | -0/+491 | |
|\ | | | | | add pure version of color_palette example | ||||
| * | 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_width` and `max_height` for `Container` | ||||
| * | 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 | |
|\ | | | | | CI improvements | ||||
| * | 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 | |
|\ | | | | | Add profile release | ||||
| * | 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 | |
|\ | | | | | Added a paste Event to TextInput | ||||
| * | Simplify `update` signature in `text_input` | 2022-07-13 | 2 | -3/+3 | |
| | | |||||
| * | Simplify `on_paste` signature | 2022-07-13 | 2 | -10/+16 | |
| | | | | | | | | ... and fix spacing. | ||||
| * | 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 | |
|\ | | | | | Update `lyon` to `1.0` | ||||
| * | 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 | |
|/ | | | | Congrats and thanks to @nical! | ||||
* | Merge pull request #1358 from ThatsNoMoon/fix-arc_to | 2022-07-10 | 6 | -12/+199 | |
|\ | | | | | Fix `arc_to` | ||||
| * | 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 | |
| | | | | | | | | | | HTML5's arcTo does not draw a line from the end of the arc to `b`, so this should not either. | ||||
| * | fix arc_to | 2022-07-10 | 1 | -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/clippy | 2022-07-09 | 113 | -510/+607 | |
|\ | | | | | Address Clippy lints | ||||
| * | 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 | |
| | | | | | | | | ... and check those in CI as well! | ||||
| * | Add `lint` workflow to run `cargo clippy` | 2022-07-09 | 1 | -0/+12 | |
| | |