Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ask for explicit `Length` in `center_*` methods | 2024-05-13 | 1 | -17/+10 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -2/+60 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -98/+72 | |
| | |||||
* | Remove `themer` use from `gradient` example :tada: | 2024-03-12 | 1 | -3/+21 | |
| | |||||
* | Try using closures for `Container::style` | 2024-03-12 | 1 | -19/+22 | |
| | | | | | | `Box` should not allocate for zero-sized types; so we should not be incurring much overhead. Just a bit of indirection. | ||||
* | Rename `container::box_` to `rounded_box` | 2024-03-08 | 1 | -1/+1 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -4/+22 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -33/+16 | |
| | |||||
* | Move `Theme` type to `iced_core` | 2024-03-07 | 1 | -2/+1 | |
| | |||||
* | Use `Style` struct pattern instead of trait for all widgets | 2024-03-06 | 1 | -19/+48 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 1 | -6/+21 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -15/+103 | |
| | |||||
* | Add `clip` property to `Container`, `Column`, and `Row` | 2024-02-15 | 1 | -2/+15 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -0/+2 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -22/+23 | |
| | |||||
* | Add `Shadow` to `container::Appearance` | 2024-01-20 | 1 | -2/+5 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -4/+2 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -1/+1 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+1 | |
| | |||||
* | Make `Button` sizing strategy adaptive | 2024-01-11 | 1 | -10/+2 | |
| | |||||
* | Fix unnecessary `into` call in `Container::new` | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -18/+10 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Introduce `Widget::size_hint` and fix further layout inconsistencies | 2024-01-10 | 1 | -2/+13 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -15/+18 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -15/+17 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -16/+22 | |
| | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -1/+92 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -6/+6 | |
| | |||||
* | clippy | 2023-05-23 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+368 | |