| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 1 | -1/+1 |
* | Add compact variant for pane grid controls | mtkennerly | 2024-08-22 | 1 | -0/+2 |
* | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 1 | -1/+1 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -1/+1 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -42/+66 |
* | Use closures for `PaneGrid::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -11/+11 |
* | fix: make pane_grid appearance items visible to others. | Casper Rogild Storm | 2024-03-08 | 1 | -3/+3 |
* | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -18/+15 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -4/+2 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -12/+24 |
* | Simplify theming for `PaneGrid` widget | Héctor Ramón Jiménez | 2024-03-06 | 1 | -551/+522 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -5/+4 |
* | Fix `PaneGrid` mouse interaction when clicking a pane | Héctor Ramón Jiménez | 2024-02-27 | 1 | -82/+59 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -1/+1 |
* | Use `with_translation` wherever possible | Héctor Ramón Jiménez | 2024-02-02 | 1 | -16/+13 |
* | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 2024-02-02 | 1 | -4/+6 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -1/+2 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -25/+29 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -7/+2 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -8/+5 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -0/+3 |
* | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+1 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+5 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -6/+3 |
* | Add deadband distance before initiating drag action on pane grid | Joao Freitas | 2023-12-15 | 1 | -18/+51 |
* | Fix `clippy::filter_map_next` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -14/+11 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -2/+2 |
|\ |
|
| * | Host GIFs and video examples in `iced.rs` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+2 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -4/+9 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -3/+10 |
|/ |
|
* | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -1/+1 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 1 | -1/+1 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+2 |
* | Remove useless conversion in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -1/+1 |
* | Simplify `Target` enum in `widget::pane_grid` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -13/+5 |
* | Call `in_edge` only when `picked_pane.is_some()` | Héctor Ramón Jiménez | 2023-07-06 | 1 | -19/+21 |
* | Add ability to drag pane to the pane grid edges & optional style for dragged ... | Joao Freitas | 2023-07-06 | 1 | -86/+195 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -1/+1 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -77/+83 |
* | clippy | Casper Storm | 2023-05-23 | 1 | -2/+1 |
* | Change name of hovered region style struct, reorder lines & export Appearance | Joao Freitas | 2023-05-19 | 1 | -1/+1 |
* | Add pane_grid functionality to split a pane with another pane | Joao Freitas | 2023-05-16 | 1 | -4/+106 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -1/+1 |
* | Use `no_run` for widget doc-tests | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+1 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+991 |