| Commit message (Expand) | Author | Age | Files | Lines |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+3 |
* | Add nested picklist to modal example | Cory Forsstrom | 2023-06-14 | 1 | -2/+55 |
* | 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 | -17/+18 |
* | Extend border radius on relevant widgets | Casper Storm | 2023-05-23 | 1 | -1/+1 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -8/+6 |
|\ |
|
| * | Rename `on_change` to `on_input` for `TextInput` | Héctor Ramón Jiménez | 2023-04-12 | 1 | -2/+2 |
| * | Introduce disabled state for `TextInput` | Dan Mishin | 2023-04-12 | 1 | -8/+6 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -19/+25 |
|/ |
|
* | Use `f32` in `Length::Units` and rename it to `Fixed` | Héctor Ramón Jiménez | 2023-02-17 | 1 | -1/+1 |
* | Add `Renderer` argument to `operate` | Héctor Ramón Jiménez | 2022-12-22 | 1 | -0/+4 |
* | Fix `border_radius` in `modal` example | Héctor Ramón Jiménez | 2022-12-02 | 1 | -1/+1 |
* | Add on_submit & esc for example | Cory Forsstrom | 2022-11-29 | 1 | -9/+30 |
* | Add modal example | Cory Forsstrom | 2022-11-29 | 1 | -0/+454 |