Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -1/+1 | |
|\ | |||||
| * | Specialize `widget::text` helper with custom `IntoContent` trait | 2024-04-01 | 1 | -1/+1 | |
| | | |||||
* | | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
|/ | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -13/+3 | |
| | |||||
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 1 | -2/+1 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -2/+1 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -29/+17 | |
| | |||||
* | Add missing `'static` lifetimes to constant slices | 2023-11-12 | 1 | -1/+1 | |
| | |||||
* | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -1/+2 | |
| | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -6/+3 | |
|\ | |||||
| * | Rename `on_change` to `on_input` for `TextInput` | 2023-04-12 | 1 | -1/+1 | |
| | | |||||
| * | Introduce disabled state for `TextInput` | 2023-04-12 | 1 | -6/+3 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 2 | -4/+2 | |
|/ | |||||
* | feat: provide `&Dependency` to `Lazy` widget `View` | 2023-01-11 | 1 | -1/+1 | |
| | |||||
* | clippy | 2023-01-10 | 1 | -3/+9 | |
| | |||||
* | add overlays to `Lazy` example | 2023-01-10 | 1 | -24/+130 | |
| | |||||
* | cleanup `Lazy` examples | 2023-01-10 | 1 | -1/+1 | |
| | |||||
* | Rename `cached` example to `lazy` | 2022-11-03 | 2 | -0/+149 | |