Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -1/+3 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -34/+31 | |
| | |||||
* | Add `Shadow` to `container::Appearance` | 2024-01-20 | 1 | -2/+1 | |
| | |||||
* | Add `Shadow` to `button::Appearance` | 2024-01-20 | 1 | -1/+5 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -21/+3 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -4/+2 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+2 | |
| | |||||
* | Make `Button` sizing strategy adaptive | 2024-01-11 | 1 | -3/+6 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -16/+3 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -7/+6 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -4/+9 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+2 | |
|\ | |||||
| * | Support automatic style type casting for Buttons. | 2023-09-03 | 1 | -2/+2 | |
| | | | | | | Changes the signature of Button::style to use `impl Into<...>` instead of taking the style sheet itself. (Matches other widgets). | ||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -4/+6 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -14/+9 | |
|/ | |||||
* | Introduce `visible_bounds` operation for `Container` | 2023-07-27 | 1 | -1/+1 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 1 | -2/+11 | |
|\ | | | | | Feat: Offscreen Rendering & Screenshots | ||||
| * | Introduce `on_press_maybe` helper for `Button` | 2023-06-06 | 1 | -2/+11 | |
| | | |||||
* | | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -4/+4 | |
| | | |||||
* | | Implement basic cursor availability | 2023-06-08 | 1 | -22/+17 | |
|/ | |||||
* | clippy | 2023-05-23 | 1 | -2/+2 | |
| | |||||
* | Use `no_run` for widget doc-tests | 2023-03-05 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+455 | |