Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Add helper functions for alignment to `widget` module | 2025-01-24 | 1 | -10/+3 | |
| | |||||
* | Add compact variant for pane grid controls | 2024-08-22 | 1 | -5/+17 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -9/+9 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -11/+5 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/text-macro | 2024-05-23 | 1 | -23/+9 | |
|\ | |||||
| * | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -1/+4 | |
| | | |||||
| * | Introduce `center` widget helper | 2024-05-03 | 1 | -6/+1 | |
| | | | | | | | | | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
| * | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -20/+8 | |
| | | |||||
* | | fix: run `cargo fmt` | 2024-03-18 | 1 | -6/+4 | |
| | | |||||
* | | refactor: replace `text(format!(` with `text` macro | 2024-03-18 | 1 | -1/+1 | |
|/ | |||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -1/+1 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -1/+1 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -2/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -28/+19 | |
| | |||||
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -4/+16 | |
| | |||||
* | Simplify theming for `Button` widget | 2024-03-04 | 1 | -7/+4 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -1/+1 | |
| | |||||
* | Add `push_maybe` to `Column` and `Row` | 2024-02-15 | 1 | -27/+28 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -5/+11 | |
| | |||||
* | Refactor `KeyCode` into `Key` and `Location` | 2024-01-16 | 1 | -14/+17 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+0 | |
| | |||||
* | Fix `clippy::trivially-copy-pass-by-ref` | 2023-09-20 | 1 | -18/+11 | |
| | |||||
* | Host GIFs and video examples in `iced.rs` | 2023-09-07 | 1 | -3/+1 | |
| | | | | RIP Gfycat | ||||
* | Merge pull request #2069 from iced-rs/use-workspace-dependencies | 2023-09-07 | 1 | -1/+2 | |
|\ | | | | | Use workspace dependencies and package inheritance | ||||
| * | 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. | ||||
* | | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -11/+3 | |
|/ | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
* | Introduce `drop` helper to `pane_grid::State` | 2023-07-06 | 1 | -8/+3 | |
| | |||||
* | Simplify `Target` enum in `widget::pane_grid` | 2023-07-06 | 1 | -5/+4 | |
| | |||||
* | Add ability to drag pane to the pane grid edges & optional style for dragged ↵ | 2023-07-06 | 1 | -4/+9 | |
| | | | | pane | ||||
* | Increase width of controls in `pane_grid` example | 2023-06-08 | 1 | -1/+1 | |
| | |||||
* | Take pane state internally | 2023-05-19 | 1 | -4/+1 | |
| | |||||
* | Add pane_grid functionality to split a pane with another pane | 2023-05-16 | 1 | -1/+6 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 2 | -6/+6 | |
| | |||||
* | Update pane_grid example w/ maximize / restore | 2022-11-02 | 1 | -5/+35 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -148/+89 | |
| | |||||
* | Introduce `StyleSheet` for `Text` widget | 2022-06-29 | 1 | -1/+1 | |
| | |||||
* | Implement theme styling for `Container` | 2022-06-07 | 1 | -39/+35 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -73/+11 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Update Rust edition to 2021 :tada: | 2022-02-09 | 1 | -1/+1 | |
| | |||||
* | Increase text size of pane dimensions in `pane_grid` example | 2022-01-12 | 1 | -1/+1 | |
| | |||||
* | Implement `Widget::overlay` for `Responsive` widget | 2022-01-12 | 2 | -1/+2 | |
| | |||||
* | Draft `Responsive` widget | 2022-01-11 | 1 | -16/+31 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Container` | 2021-10-31 | 1 | -4/+4 | |
| | |||||
* | Reintroduce `Box` for `style_sheet` in `Button` | 2021-10-31 | 1 | -5/+5 | |
| | |||||
* | Wire up styling to `Button` in `iced_native` | 2021-10-18 | 1 | -5/+5 | |
| | |||||
* | Wire up `container` styling to `iced_native` | 2021-10-18 | 1 | -12/+22 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -6/+5 | |
| |