| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `Program` API in `modal` example | Héctor Ramón Jiménez | 2024-03-17 | 1 | -20/+6 |
* | Rename `container::box_` to `rounded_box` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -2/+1 |
* | Make `horizontal_space` and `vertical_space` fill by default | Héctor Ramón Jiménez | 2024-02-15 | 1 | -8/+4 |
* | Rename `password` method in `TextInput` to `secure` | Héctor Ramón Jiménez | 2024-02-15 | 1 | -1/+1 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -12/+11 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -20/+22 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -5/+1 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -3/+1 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -0/+1 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -2/+3 |
* | Merge branch 'master' into update-winit | Héctor Ramón Jiménez | 2024-01-16 | 1 | -14/+7 |
|\ |
|
| * | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -6/+2 |
| * | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -8/+5 |
* | | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 1 | -0/+1 |
|/ |
|
* | Fix `modal` and `toast` examples | Héctor Ramón Jiménez | 2023-11-21 | 1 | -0/+2 |
* | Add missing `'static` lifetimes to constant slices | Héctor Ramón Jiménez | 2023-11-12 | 1 | -1/+2 |
* | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+4 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 2 | -4/+7 |
|\ |
|
| * | 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 | -3/+5 |
| |/ |
|
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -5/+7 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+9 |
|/ |
|
* | 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 | 2 | -21/+26 |
|/ |
|
* | 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 | 2 | -0/+464 |