Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draft `iced_test` crate and test `todos` example | 2024-12-10 | 1 | -1/+1 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -3/+3 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -4/+3 | |
| | |||||
* | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -1/+1 | |
| | |||||
* | Show `container` doc example in multiple places | 2024-09-19 | 1 | -3/+41 | |
| | |||||
* | Implement `scroll_by` operation for `scrollable` | 2024-09-10 | 1 | -0/+1 | |
| | | | | | `scroll_by` allows scrolling an absolute offset that is applied to the current scrolling position. | ||||
* | Implement `From<Style>` for `container::StyleFn` | 2024-09-02 | 1 | -0/+6 | |
| | | | | Co-authored-by: wiiznokes <78230769+wiiznokes@users.noreply.github.com> | ||||
* | Introduce `container::background` style helper | 2024-09-02 | 1 | -0/+5 | |
| | |||||
* | Make `RichText` generic over data structure | 2024-08-22 | 1 | -1/+0 | |
| | | | | ... and decouple `markdown::parse` from theming | ||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Make `container::dark` darker and rounded | 2024-07-20 | 1 | -1/+2 | |
| | |||||
* | Introduce `container::dark` style | 2024-07-20 | 1 | -2/+12 | |
| | |||||
* | Make `container::Style` API more consistent | 2024-07-20 | 1 | -15/+23 | |
| | |||||
* | Improve `Border` ergonomics | 2024-07-12 | 1 | -4/+4 | |
| | |||||
* | Fix inconsistent `align_*` methods in `Container` | 2024-07-12 | 1 | -2/+2 | |
| | |||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -39/+8 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -22/+39 | |
| | |||||
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -2/+2 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -5/+5 | |
| | |||||
* | 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 | |
| |