| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `text::Wrapping` support | Héctor Ramón Jiménez | 2024-09-04 | 1 | -1/+4 |
* | Decouple caching from `Paragraph` API | Héctor Ramón Jiménez | 2024-07-17 | 1 | -4/+5 |
* | Allow for styling of the menu of a pick list | PolyMeilex | 2024-06-08 | 1 | -0/+24 |
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -2/+2 |
* | Make defaults of composite widgets configurable | Héctor Ramón Jiménez | 2024-03-25 | 1 | -1/+6 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -38/+63 |
* | Use closures for `PickList::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -27/+14 |
* | Inline helper functions in `widget` modules | Héctor Ramón Jiménez | 2024-03-08 | 1 | -232/+173 |
* | Fix handle of `PickList` being rendered too much to the left | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Make `PickList` padding consistent with `Button` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -4/+1 |
* | Leverage `DefaultStyle` traits instead of `Default` | Héctor Ramón Jiménez | 2024-03-07 | 1 | -12/+23 |
* | 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 | -4/+1 |
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -223/+226 |
* | Simplify theming for `TextInput` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -10/+4 |
* | Simplify theming for `Scrollable` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -4/+4 |
* | Simplify theming for `Container` widget | Héctor Ramón Jiménez | 2024-03-05 | 1 | -4/+4 |
* | Use `Borrow` for both `options` and `selected` in `PickList` | Héctor Ramón Jiménez | 2024-02-14 | 1 | -25/+34 |
* | Rename `PickList` handlers for consistency | Héctor Ramón Jiménez | 2024-02-06 | 1 | -25/+25 |
* | Add `on_opened` and `on_closed` handlers for `PickList` | Rinat | 2024-02-06 | 1 | -2/+32 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 1 | -2/+5 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 1 | -38/+43 |
* | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -3/+1 |
* | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 2024-01-20 | 1 | -1/+1 |
* | feat: quad shadows | Nick Senger | 2024-01-20 | 1 | -0/+1 |
* | Add `Theme` selector to `layout` example | Héctor Ramón Jiménez | 2024-01-10 | 1 | -3/+3 |
* | Fix `cross` calculation in `layout::flex` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -1/+0 |
* | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 1 | -2/+3 |
* | 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 | -2/+5 |
* | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+5 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 1 | -2/+2 |
|\ |
|
| * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -14/+8 |
|/ |
|
* | 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 | -16/+12 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -77/+121 |
|/ |
|
* | Fix `on_option_hovered` support in `ComboBox` | Héctor Ramón Jiménez | 2023-07-26 | 1 | -0/+1 |
* | Add viewport to Widget::on_event | Cory Forsstrom | 2023-07-15 | 1 | -0/+1 |
* | Make `overlay::Menu` publish messages on selection | Héctor Ramón Jiménez | 2023-06-14 | 1 | -25/+19 |
* | Take `Rectangle` by value in `Cursor` API | Héctor Ramón Jiménez | 2023-06-08 | 1 | -4/+4 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -15/+15 |
* | clippy | Casper Storm | 2023-05-23 | 1 | -1/+1 |
* | Fix bounds of `PickList` text label | Héctor Ramón Jiménez | 2023-05-10 | 1 | -1/+3 |
* | Add `line_height` to `pick_list::Icon` | Héctor Ramón Jiménez | 2023-05-10 | 1 | -5/+16 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -4/+22 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -10/+36 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+3 |