| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `daemon` API and unify shell runtimes | Héctor Ramón Jiménez | 2024-06-19 | 1 | -1/+1 |
* | Merge branch 'master' into feat/text-macro | Héctor Ramón Jiménez | 2024-05-23 | 1 | -23/+9 |
|\ |
|
| * | Ask for explicit `Length` in `center_*` methods | Héctor Ramón Jiménez | 2024-05-13 | 1 | -1/+4 |
| * | Introduce `center` widget helper | Héctor Ramón Jiménez | 2024-05-03 | 1 | -6/+1 |
| * | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -20/+8 |
* | | fix: run `cargo fmt` | Richard Custodio | 2024-03-18 | 1 | -6/+4 |
* | | refactor: replace `text(format!(` with `text` macro | Richard Custodio | 2024-03-18 | 1 | -1/+1 |
|/ |
|
* | Move `Program` to `application` module | Héctor Ramón Jiménez | 2024-03-17 | 1 | -1/+1 |
* | Remove `sandbox` by making `application` more generic :tada: | Héctor Ramón Jiménez | 2024-03-16 | 1 | -1/+1 |
* | Make `sandbox` helper take a `title` as well | Héctor Ramón Jiménez | 2024-03-16 | 1 | -2/+1 |
* | Introduce `Program` API | Héctor Ramón Jiménez | 2024-03-16 | 1 | -28/+19 |
* | Rename `positive` and `destructive` to `success` and `danger` in `button` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+2 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -4/+16 |
* | Simplify theming for `Button` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -7/+4 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -1/+1 |
* | Add `push_maybe` to `Column` and `Row` | Héctor Ramón Jiménez | 2024-02-15 | 1 | -27/+28 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -5/+11 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -14/+17 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+0 |
* | Fix `clippy::trivially-copy-pass-by-ref` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -18/+11 |
* | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -3/+1 |
* | Merge pull request #2069 from iced-rs/use-workspace-dependencies | Héctor Ramón | 2023-09-07 | 1 | -1/+2 |
|\ |
|
| * | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -1/+2 |
* | | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -11/+3 |
|/ |
|
* | Introduce `drop` helper to `pane_grid::State` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -8/+3 |
* | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -5/+4 |
* | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 2023-07-06 | 1 | -4/+9 |
* | Increase width of controls in `pane_grid` example | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+1 |
* | Take pane state internally | Joao Freitas | 2023-05-19 | 1 | -4/+1 |
* | Add pane_grid functionality to split a pane with another pane | Joao Freitas | 2023-05-16 | 1 | -1/+6 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 2 | -6/+6 |
* | Update pane_grid example w/ maximize / restore | Cory Forsstrom | 2022-11-02 | 1 | -5/+35 |
* | Replace stateful widgets with new `iced_pure` API | Héctor Ramón Jiménez | 2022-07-27 | 1 | -148/+89 |
* | Introduce `StyleSheet` for `Text` widget | Héctor Ramón Jiménez | 2022-06-29 | 1 | -1/+1 |
* | Implement theme styling for `Container` | Héctor Ramón Jiménez | 2022-06-07 | 1 | -39/+35 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -73/+11 |
* | Update Rust edition to 2021 :tada: | Héctor Ramón Jiménez | 2022-02-09 | 1 | -1/+1 |
* | Increase text size of pane dimensions in `pane_grid` example | Héctor Ramón Jiménez | 2022-01-12 | 1 | -1/+1 |
* | Implement `Widget::overlay` for `Responsive` widget | Héctor Ramón Jiménez | 2022-01-12 | 2 | -1/+2 |
* | Draft `Responsive` widget | Héctor Ramón Jiménez | 2022-01-11 | 1 | -16/+31 |
* | Reintroduce `Box` for `style_sheet` in `Container` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -4/+4 |
* | Reintroduce `Box` for `style_sheet` in `Button` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -5/+5 |
* | Wire up styling to `Button` in `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -5/+5 |
* | Wire up `container` styling to `iced_native` | Héctor Ramón Jiménez | 2021-10-18 | 1 | -12/+22 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -6/+5 |
* | Introduce and use `CrossAlign` enum for `Column` and `Row` | Héctor Ramón Jiménez | 2021-09-20 | 1 | -4/+5 |
* | Make `Command` implementations platform-specific | Héctor Ramón Jiménez | 2021-09-02 | 1 | -8/+3 |
* | Use `bitflags` for `keyboard::Modifiers` | Héctor Ramón Jiménez | 2021-07-12 | 1 | -1/+1 |
* | Example: Add Pin button to prevent closing a pane | Clark Moody | 2021-05-24 | 1 | -8/+42 |
* | Example: Add close button to pane grid controls | Clark Moody | 2021-05-24 | 1 | -8/+54 |