| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `text::Wrapping` support | Héctor Ramón Jiménez | 2024-09-04 | 1 | -0/+1 |
* | Improve `Border` ergonomics | Héctor Ramón Jiménez | 2024-07-12 | 1 | -3/+4 |
* | Add support for embedded scrollbars for `scrollable` | Héctor Ramón Jiménez | 2024-07-11 | 1 | -15/+12 |
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -1/+1 |
* | Make defaults of composite widgets configurable | Héctor Ramón Jiménez | 2024-03-25 | 1 | -11/+15 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -75/+86 |
* | Use closures for `PickList::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -58/+17 |
* | Implement additional helpers for `Border` and `container::Appearance` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -1/+1 |
* | Make fields of `Style` structs public | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+2 |
* | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -14/+25 |
* | Move `Theme` type to `iced_core` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -2/+1 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -16/+20 |
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -33/+110 |
* | Simplify theming for `TextInput` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -2/+2 |
* | Simplify theming for `Scrollable` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -2/+2 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -4/+4 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -15/+14 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -36/+40 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -7/+5 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -5/+3 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -0/+2 |
* | 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 | -7/+5 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -0/+1 |
* | Fix `Overlay` composition | Héctor Ramón Jiménez | 2023-11-21 | 1 | -0/+1 |
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 1 | -1/+1 |
|\ |
|
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 1 | -1/+1 |
* | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -2/+2 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -28/+26 |
|/ |
|
* | Fix `on_option_hovered` support in `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 1 | -2/+21 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+4 |
* | Make `overlay::Menu` publish messages on selection | Héctor Ramón Jiménez | 2023-06-14 | 1 | -17/+23 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -6/+4 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -45/+23 |
* | clippy | Casper Storm | 2023-05-23 | 1 | -2/+2 |
* | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-05-08 | 1 | -1/+5 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -11/+35 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+12 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+1 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -0/+519 |