| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement `scroll_by` operation for `scrollable` | lufte | 2024-09-10 | 2 | -5/+86 |
* | Add `text::Wrapping` support | Héctor Ramón Jiménez | 2024-09-04 | 1 | -2/+13 |
* | Rename `operation::chain` to `then` | Héctor Ramón Jiménez | 2024-08-15 | 2 | -6/+12 |
* | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 2 | -28/+193 |
* | Fix `text::State` downcast in some widgets | Héctor Ramón Jiménez | 2024-07-19 | 1 | -1/+1 |
* | Implement `rich_text` widget and `markdown` example | Héctor Ramón Jiménez | 2024-07-17 | 1 | -86/+5 |
* | Decouple caching from `Paragraph` API | Héctor Ramón Jiménez | 2024-07-17 | 1 | -4/+7 |
* | Add `default` and `base` stylings to `text` widget | Héctor Ramón Jiménez | 2024-07-13 | 1 | -0/+12 |
* | Re-export variants of `Length` and `alignment` types | Héctor Ramón Jiménez | 2024-07-12 | 1 | -31/+2 |
* | Introduce helper methods for alignment for all widgets | Héctor Ramón Jiménez | 2024-07-12 | 1 | -6/+41 |
* | Add some built-in text styles for each `Palette` color | Héctor Ramón Jiménez | 2024-07-11 | 1 | -0/+28 |
* | doc: fix "Reconciles" typo | Vlad-Stefan Harbuz | 2024-06-30 | 1 | -3/+3 |
* | Fix `Send` requirements for Wasm targets | Héctor Ramón Jiménez | 2024-06-14 | 1 | -2/+2 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -6/+6 |
* | Implement `IntoFragment` for `Fragment` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+12 |
* | Implement `IntoFragment` for `usize` and `isize` | Héctor Ramón Jiménez | 2024-04-02 | 1 | -0/+2 |
* | Rename `text::IntoContent` to `IntoFragment` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -40/+40 |
* | Specialize `widget::text` helper with custom `IntoContent` trait | Héctor Ramón Jiménez | 2024-04-01 | 1 | -3/+67 |
* | Use `Catalog` approach for all widgets | Héctor Ramón Jiménez | 2024-03-24 | 1 | -46/+71 |
* | Use closures for `Text::style` | Héctor Ramón Jiménez | 2024-03-12 | 1 | -53/+30 |
* | fix some comments | rustrover | 2024-03-09 | 1 | -1/+1 |
* | Clarify docs of `Text::color_maybe` | Héctor Ramón Jiménez | 2024-03-08 | 1 | -1/+1 |
* | Use `Style` struct pattern instead of trait for all widgets | Héctor Ramón Jiménez | 2024-03-06 | 1 | -24/+15 |
* | Simplify theming for `Text` widget | Héctor Ramón Jiménez | 2024-03-04 | 1 | -17/+48 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 2 | -28/+29 |
* | Introduce useful helpers in `layout` module | Héctor Ramón Jiménez | 2024-01-10 | 1 | -22/+21 |
* | Replace `width` and `height` with `Widget::size` | Héctor Ramón Jiménez | 2024-01-10 | 1 | -7/+8 |
* | Make `Shrink` have priority over `Fill` in layout | Héctor Ramón Jiménez | 2024-01-04 | 1 | -1/+1 |
* | Merge pull request #1964 from bungoboingo/feat/multi-window-support | Héctor Ramón | 2023-12-05 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 6 | -69/+233 |
| |\ |
|
| * \ | Merge remote-tracking branch 'origin/master' into feat/multi-window-support | Bingus | 2023-07-12 | 7 | -0/+1187 |
| |\ \ |
|
* | | | | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 2023-12-01 | 1 | -1/+4 |
| |_|/
|/| | |
|
* | | | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 5 | -14/+14 |
|\ \ \ |
|
| * | | | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 4 | -13/+13 |
| * | | | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
* | | | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -13/+10 |
|/ / / |
|
* | | | Introduce `keyed::Column` widget | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+82 |
* | | | Fix unnecessary dereference in `widget::text` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -1/+1 |
* | | | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 1 | -10/+9 |
* | | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 1 | -48/+88 |
* | | | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 4 | -8/+54 |
| |/
|/| |
|
* | | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -6/+4 |
* | | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 1 | -4/+3 |
* | | Export `Shaping` and `LineHeight` in `widget::text` | Héctor Ramón Jiménez | 2023-05-08 | 1 | -12/+11 |
* | | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -1/+19 |
* | | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-05-02 | 1 | -1/+40 |
|\| |
|
* | | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -18/+10 |
* | | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -0/+21 |
* | | Do not require `Copy` for text `StyleSheet::Style` | Ian Douglas Scott | 2023-04-28 | 1 | -3/+3 |
* | | Converge `Command` types from `iced_futures` and `iced_native` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -1/+115 |