Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `delay` for `pop` widget :tada: | 2025-02-19 | 1 | -2/+2 | |
| | |||||
* | Fix broken link in `Function` documentation | 2025-02-11 | 1 | -1/+1 | |
| | |||||
* | Replace `with` function with `Function` trait | 2025-02-11 | 1 | -55/+52 | |
| | |||||
* | Make `with` take a `Copy` prefix | 2025-02-11 | 1 | -2/+2 | |
| | | | | Use the `with!` macro otherwise! | ||||
* | Fix typo in `with!` documentation | 2025-02-11 | 1 | -1/+1 | |
| | |||||
* | Introduce `with` helper and use `sipper` in `gallery` example | 2025-02-11 | 1 | -0/+60 | |
| | |||||
* | Fix documentation of `markdown` and `rich_text` | 2025-02-04 | 1 | -0/+9 | |
| | |||||
* | Refactor and simplify `input_method` API | 2025-02-02 | 1 | -1/+1 | |
| | |||||
* | Draft `input_method` support | 2025-02-02 | 1 | -0/+2 | |
| | |||||
* | Enable `animation` module for Wasm target | 2025-01-29 | 1 | -2/+0 | |
| | |||||
* | Make `animation` module only available in native | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Draft basic `Animation` API in `iced_core` | 2025-01-27 | 1 | -0/+2 | |
| | |||||
* | Support custom renderers in `iced_test` through `renderer::Headless` trait | 2024-12-14 | 1 | -0/+2 | |
| | |||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -0/+1 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -0/+1 | |
| | |||||
* | Improve `Padding` ergonomics | 2024-07-12 | 1 | -1/+1 | |
| | | | | | We expose free functions for creating a `Padding` and methods with the same name to modify its fields. | ||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -1/+1 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -0/+2 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -7/+0 | |
| | |||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -2/+0 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -0/+2 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -0/+2 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -3/+3 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+2 | |
| | |||||
* | Use `SmolStr` for `text` field in `KeyPressed` event | 2024-01-16 | 1 | -0/+2 | |
| | |||||
* | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | |
| | |||||
* | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -4/+1 | |
| | |||||
* | Extend border radius on relevant widgets | 2023-05-23 | 1 | -0/+2 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -0/+2 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -1/+1 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+24 | |
| | | |||||
* | | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+2 | |
| | | |||||
* | | Introduce `Weight` enum to `font` | 2023-02-24 | 1 | -1/+1 | |
|/ | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -1/+1 | |
| | |||||
* | Use `f32` in `Length::Units` and rename it to `Fixed` | 2023-02-17 | 1 | -0/+2 | |
| | |||||
* | Bump versions :tada: | 2023-01-14 | 1 | -1/+1 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -1/+1 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Fix further `clippy` lints | 2022-07-09 | 1 | -5/+12 | |
| | | | | ... and explicitly annotate crates as well. | ||||
* | Add `html_logo_url` to `iced_core` and `iced_lazy` | 2022-05-02 | 1 | -0/+3 | |
| | |||||
* | Replace `hecrj` in links with `iced-rs` | 2022-05-02 | 1 | -1/+1 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -2/+2 | |
| | |||||
* | Rename `image` module to `content_fit` in `iced_core` | 2022-02-16 | 1 | -2/+2 | |
| | | | | Since we are just exposing the `ContentFit` type and not the module `image` at all. | ||||
* | Add support for `ContentFit` for `Image` | 2022-02-16 | 1 | -0/+2 | |
| | |||||
* | Move `time` module from `iced_native` to `iced_core` | 2022-01-28 | 1 | -0/+1 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -4/+4 | |
| | |||||
* | Merge `iced_core::text` with `iced_native::text` | 2021-11-04 | 1 | -1/+0 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -2/+2 | |
| |