Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -1/+1 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -4/+2 | |
| | |||||
* | Bump version to `0.13.0` :tada: | 2024-09-18 | 1 | -5/+5 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 1 | -3/+3 | |
| | |||||
* | doc: fix "Reconciles" typo | 2024-06-30 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -5/+5 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -1/+2 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -3/+3 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+3 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -1/+9 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+2 | |
| | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -5/+5 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -4/+4 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -5/+5 | |
|\ | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+145 | |
|/ | |||||
* | Move widgets from `core` to `native` and `web` | 2019-11-21 | 1 | -39/+0 | |
| | | | | Also made fields private and improved `Renderer` traits. | ||||
* | Implement `Container` widget | 2019-11-11 | 1 | -0/+2 | |
| | | | | Remove `align_self` and `justify_content` methods | ||||
* | Draft `TextInput` widget structure | 2019-10-30 | 1 | -4/+4 | |
| | | | | Also started a `todos` example to showcase it! | ||||
* | Draft `Scrollable` widget (no clipping yet!) | 2019-10-25 | 1 | -0/+4 | |
| | |||||
* | Improve documentation | 2019-09-24 | 1 | -5/+11 | |
| | |||||
* | Create `iced_core` and `iced_native` | 2019-09-20 | 1 | -0/+27 | |
| | |||||
* | Rethink workspace structure | 2019-09-14 | 1 | -114/+0 | |
| | |||||
* | Switch to workspace layout | 2019-09-10 | 1 | -0/+114 | |