Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -14/+27 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -3/+4 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 1 | -7/+8 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -3/+3 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -6/+6 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 1 | -1/+1 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -14/+12 | |
| | |||||
* | Simplify theming for `Text` widget | 2024-03-04 | 1 | -2/+2 | |
| | |||||
* | Add `size_hint` implementation for `Tooltip` | 2024-02-27 | 1 | -0/+4 | |
| | |||||
* | Rename `text_layout` to `tooltip_layout` in `Tooltip` | 2024-02-09 | 1 | -3/+4 | |
| | |||||
* | Use simple method call syntax in `Tooltip` | 2024-02-09 | 1 | -4/+2 | |
| | |||||
* | Add support for a generic `Element` in `Tooltip` | 2024-02-09 | 1 | -35/+15 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -31/+33 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -35/+38 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+2 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+1 | |
| | |||||
* | added text::Shaping to Tooltip | 2023-12-23 | 1 | -0/+6 | |
| | |||||
* | Merge pull request #2143 from iced-rs/fix/tooltip-layout-invalidation | 2023-11-21 | 1 | -1/+9 | |
|\ | | | | | Invalidate layout when `Tooltip` changes `overlay` | ||||
| * | Invalidate layout when `Tooltip` changes `overlay` | 2023-11-21 | 1 | -1/+9 | |
| | | |||||
* | | Fix `Overlay` composition | 2023-11-21 | 1 | -0/+1 | |
|/ | | | | Translations were not easily composable. | ||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix unnecessary dereference in `Tooltip` | 2023-09-10 | 1 | -1/+1 | |
| | |||||
* | Fix `Tooltip` widget state management | 2023-09-10 | 1 | -2/+4 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -3/+3 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -4/+13 | |
| | |||||
* | Fix `Tooltip` overlay position inside `Scrollable` | 2023-07-29 | 1 | -18/+16 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Remove useless conversions in `widget::tooltip` | 2023-07-12 | 1 | -15/+17 | |
| | |||||
* | Use overlay for `Tooltip` widget | 2023-07-12 | 1 | -97/+160 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -1/+1 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -20/+13 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+388 | |