Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2024-12-02 | 1 | -2/+1 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -4/+4 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -1/+1 | |
| | |||||
* | 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 | -10/+7 | |
| | |||||
* | Split `Shell::request_redraw` into two different methods | 2024-11-05 | 1 | -9/+5 | |
| | |||||
* | Implement `reactive-rendering` for `menu` | 2024-11-05 | 1 | -6/+37 | |
| | |||||
* | Add `PartialEq` derives for widget styles | 2024-10-14 | 1 | -1/+1 | |
| | |||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -0/+1 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Improve `Border` ergonomics | 2024-07-12 | 1 | -3/+4 | |
| | |||||
* | Add support for embedded scrollbars for `scrollable` | 2024-07-11 | 1 | -15/+12 | |
| | | | | Co-authored-by: dtzxporter <dtzxporter@users.noreply.github.com> | ||||
* | Use generic `Content` in `Text` to avoid reallocation in `fill_text` | 2024-04-01 | 1 | -1/+1 | |
| | |||||
* | Make defaults of composite widgets configurable | 2024-03-25 | 1 | -11/+15 | |
| | |||||
* | Use `Catalog` approach for all widgets | 2024-03-24 | 1 | -75/+86 | |
| | |||||
* | Use closures for `PickList::style` | 2024-03-12 | 1 | -58/+17 | |
| | |||||
* | Implement additional helpers for `Border` and `container::Appearance` | 2024-03-07 | 1 | -1/+1 | |
| | |||||
* | Make fields of `Style` structs public | 2024-03-07 | 1 | -2/+2 | |
| | |||||
* | Leverage `DefaultStyle` traits instead of `Default` | 2024-03-07 | 1 | -14/+25 | |
| | |||||
* | 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 | -16/+20 | |
| | |||||
* | Simplify theming for `PickList`, `ComboBox`, and `Menu` widgets | 2024-03-06 | 1 | -33/+110 | |
| | |||||
* | Simplify theming for `TextInput` widget | 2024-03-05 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Scrollable` widget | 2024-03-05 | 1 | -2/+2 | |
| | |||||
* | Simplify theming for `Container` widget | 2024-03-05 | 1 | -4/+4 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -15/+14 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -36/+40 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -7/+5 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -5/+3 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+2 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -1/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -7/+5 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -0/+1 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -0/+1 | |
| | | | | Translations were not easily composable. | ||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -1/+1 | |
|\ | |||||
| * | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+1 | |
| | | |||||
* | | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -2/+2 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -28/+26 | |
|/ | |||||
* | Fix `on_option_hovered` support in `ComboBox` | 2023-07-26 | 1 | -2/+21 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+4 | |
| | |||||
* | Make `overlay::Menu` publish messages on selection | 2023-06-14 | 1 | -17/+23 | |
| | |||||
* | Take `Rectangle` by value in `Cursor` API | 2023-06-08 | 1 | -6/+4 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -45/+23 | |
| | |||||
* | clippy | 2023-05-23 | 1 | -2/+2 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-08 | 1 | -1/+5 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -11/+35 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -1/+12 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+519 | |